Home
last modified time | relevance | path

Searched refs:IsSoundParserCompleted (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_parser.h120 bool IsSoundParserCompleted() const;
134 bool IsSoundParserCompleted() const;
H A Dsound_parser.cpp182 bool SoundParser::IsSoundParserCompleted() const in IsSoundParserCompleted() function in OHOS::Media::SoundParser
185 return soundParserListener_->IsSoundParserCompleted(); in IsSoundParserCompleted()
435 bool SoundParser::SoundParserListener::IsSoundParserCompleted() const in IsSoundParserCompleted() function in OHOS::Media::SoundParser::SoundParserListener
H A Dsoundpool.cpp112 if (!soundParser->IsSoundParserCompleted()) { in Play()