Searched refs:IsSoundParserCompleted (Results 1 – 3 of 3) sorted by relevance
120 bool IsSoundParserCompleted() const;134 bool IsSoundParserCompleted() const;
182 bool SoundParser::IsSoundParserCompleted() const in IsSoundParserCompleted() function in OHOS::Media::SoundParser185 return soundParserListener_->IsSoundParserCompleted(); in IsSoundParserCompleted()435 bool SoundParser::SoundParserListener::IsSoundParserCompleted() const in IsSoundParserCompleted() function in OHOS::Media::SoundParser::SoundParserListener
112 if (!soundParser->IsSoundParserCompleted()) { in Play()