Home
last modified time | relevance | path

Searched defs:sampleId (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DSoundEffectsHelper.java216 int sampleId = mSoundPool.load(filePath, 0); in onLoadSoundEffects() local
445 private Resource findResourceBySampleId(int sampleId) { in findResourceBySampleId()
522 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { in onLoadComplete()
/aosp14/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java82 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { in onLoadComplete()
/aosp14/frameworks/base/media/java/android/media/
H A DSoundPool.java491 public void onLoadComplete(SoundPool soundPool, int sampleId, int status); in onLoadComplete()