Home
last modified time | relevance | path

Searched refs:findSound (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/jni/soundpool/
DSoundManager.cpp77 std::shared_ptr<Sound> SoundManager::findSound(int32_t soundID) const in findSound() function in android::soundpool::SoundManager
DSoundManager.h61 std::shared_ptr<Sound> findSound(int32_t soundID) const;
DSoundDecoder.cpp79 std::shared_ptr<Sound> sound = mSoundManager->findSound(soundID); in run()
DSoundPool.cpp132 const std::shared_ptr<soundpool::Sound> sound = mSoundManager.findSound(soundID); in play()