Searched defs:soundPool (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libmedia/
H A DSoundPoolThread.cpp61 SoundPoolThread::SoundPoolThread(SoundPool* soundPool) : argument
62 mSoundPool(soundPool)
H A DSoundPool.cpp551 void SoundChannel::init(SoundPool* soundPool) argument
553 mSoundPool = soundPool;
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool_SoundPoolImpl.cpp178 static void android_media_callback(SoundPoolEvent event, SoundPool* soundPool, void* user) argument
180 ALOGV("callback: (%d, %d, %d, %p, %p)", event.mMsg, event.mArg1, event.mArg2, soundPool, user);
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java82 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { argument
/frameworks/base/media/java/android/media/
H A DSoundPool.java446 * @param soundPool SoundPool object from the load() method
450 public void onLoadComplete(SoundPool soundPool, int sampleId, int status); argument
676 public EventHandler(SoundPool soundPool, Looper looper) { argument
678 mSoundPool = soundPool;
H A DAudioService.java2401 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { argument

Completed in 2023 milliseconds