Home
last modified time | relevance | path

Searched refs:FindSoundParser (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dsound_id_manager.cpp97 } while (FindSoundParser(nextSoundID_) != nullptr); in Load()
119 } while (FindSoundParser(nextSoundID_) != nullptr); in Load()
169 std::shared_ptr<SoundParser> soundParser = FindSoundParser(soundID); in DoParser()
180 std::shared_ptr<SoundParser> SoundIDManager::FindSoundParser(int32_t soundID) const in FindSoundParser() function in OHOS::Media::SoundIDManager
182 MEDIA_LOGI("SoundIDManager::FindSoundParser soundID:%{public}d", soundID); in FindSoundParser()
H A Dsound_id_manager.h43 std::shared_ptr<SoundParser> FindSoundParser(int32_t soundID) const;
H A Dsoundpool.cpp109 std::shared_ptr<SoundParser> soundParser = soundIDManager_->FindSoundParser(soundID); in Play()

Completed in 2 milliseconds