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.cpp539 void SoundChannel::init(SoundPool* soundPool) argument
541 mSoundPool = soundPool;
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool_SoundPoolImpl.cpp171 static void android_media_callback(SoundPoolEvent event, SoundPool* soundPool, void* user) argument
173 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.java376 * @param soundPool SoundPool object from the load() method
380 public void onLoadComplete(SoundPool soundPool, int sampleId, int status); argument
576 public EventHandler(SoundPool soundPool, Looper looper) { argument
578 mSoundPool = soundPool;
H A DAudioService.java1867 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { argument

Completed in 177 milliseconds