Searched refs:findSound (Results 1 – 4 of 4) sorted by relevance
77 std::shared_ptr<Sound> SoundManager::findSound(int32_t soundID) const in findSound() function in android::soundpool::SoundManager
61 std::shared_ptr<Sound> findSound(int32_t soundID) const;
79 std::shared_ptr<Sound> sound = mSoundManager->findSound(soundID); in run()
132 const std::shared_ptr<soundpool::Sound> sound = mSoundManager.findSound(soundID); in play()