Searched refs:GetSoundDataTotalSize (Results 1 – 3 of 3) sorted by relevance
115 size_t GetSoundDataTotalSize() const;133 size_t GetSoundDataTotalSize() const;
176 size_t SoundParser::GetSoundDataTotalSize() const in GetSoundDataTotalSize() function in OHOS::Media::SoundParser179 return soundParserListener_->GetSoundDataTotalSize(); in GetSoundDataTotalSize()430 size_t SoundParser::SoundParserListener::GetSoundDataTotalSize() const in GetSoundDataTotalSize() function in OHOS::Media::SoundParser::SoundParserListener
116 size_t cacheDataTotalSize = soundParser->GetSoundDataTotalSize(); in Play()