Home
last modified time | relevance | path

Searched refs:findSound_l (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/jni/soundpool/
DSoundManager.cpp56 } while (findSound_l(mNextSoundID) != nullptr); in load()
80 return findSound_l(soundID); in findSound()
83 std::shared_ptr<Sound> SoundManager::findSound_l(int32_t soundID) const in findSound_l() function in android::soundpool::SoundManager
DSoundManager.h102 std::shared_ptr<Sound> findSound_l(int32_t soundID) const REQUIRES(mSoundManagerLock);