Searched refs:soundPool (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/jni/soundpool/
H A DSoundPoolThread.cpp61 SoundPoolThread::SoundPoolThread(SoundPool* soundPool) : argument
62 mSoundPool(soundPool)
H A DSoundPool.h49 typedef void SoundPoolCallback(SoundPoolEvent event, SoundPool* soundPool, void* user);
119 void init(SoundPool* soundPool);
H A Dandroid_media_SoundPool.cpp173 static void android_media_callback(SoundPoolEvent event, SoundPool* soundPool, void* user) argument
175 ALOGV("callback: (%d, %d, %d, %p, %p)", event.mMsg, event.mArg1, event.mArg2, soundPool, user);
H A DSoundPool.cpp709 void SoundChannel::init(SoundPool* soundPool) argument
711 mSoundPool = soundPool;
/frameworks/base/media/java/android/media/
H A DSoundPool.java483 * @param soundPool SoundPool object from the load() method
487 public void onLoadComplete(SoundPool soundPool, int sampleId, int status); argument
527 SoundPool soundPool = ((WeakReference<SoundPool>) ref).get();
528 if (soundPool == null)
531 if (soundPool.mEventHandler != null) {
532 Message m = soundPool.mEventHandler.obtainMessage(msg, arg1, arg2, obj);
533 soundPool.mEventHandler.sendMessage(m);
H A DMediaActionSound.java244 public void onLoadComplete(SoundPool soundPool,
274 soundPool.play(playSoundId, 1.0f, 1.0f, 0, 0, 1.0f);
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java82 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { argument
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java3157 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { argument

Completed in 605 milliseconds