Home
last modified time | relevance | path

Searched defs:findSound (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/media/jni/soundpool/
H A DSoundManager.cpp77 std::shared_ptr<Sound> SoundManager::findSound(int32_t soundID) const in findSound() function in android::soundpool::SoundManager
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/
H A DSoundSystem.java162 private final int findSound(int resource) { in findSound() method in SoundSystem