Searched refs:findSound_l (Results 1 – 2 of 2) sorted by relevance
56 } 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
102 std::shared_ptr<Sound> findSound_l(int32_t soundID) const REQUIRES(mSoundManagerLock);