Searched refs:soundPool (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | MediaActionSound.java | 173 public void onLoadComplete(SoundPool soundPool, 177 soundPool.play(sampleId, 1.0f, 1.0f, 0, 0, 1.0f);
|
D | SoundPool.java | 380 public void onLoadComplete(SoundPool soundPool, int sampleId, int status); in onLoadComplete() argument 576 public EventHandler(SoundPool soundPool, Looper looper) { in EventHandler() argument 578 mSoundPool = soundPool; in EventHandler()
|
D | AudioService.java | 1873 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { in onLoadComplete() argument
|
/frameworks/av/media/libmedia/ |
D | SoundPoolThread.cpp | 61 SoundPoolThread::SoundPoolThread(SoundPool* soundPool) : in SoundPoolThread() argument 62 mSoundPool(soundPool) in SoundPoolThread()
|
D | SoundPool.cpp | 539 void SoundChannel::init(SoundPool* soundPool) in init() argument 541 mSoundPool = soundPool; in init()
|
/frameworks/av/include/media/ |
D | SoundPool.h | 49 typedef void SoundPoolCallback(SoundPoolEvent event, SoundPool* soundPool, void* user); 127 void init(SoundPool* soundPool);
|
/frameworks/base/media/jni/soundpool/ |
D | android_media_SoundPool_SoundPoolImpl.cpp | 171 static void android_media_callback(SoundPoolEvent event, SoundPool* soundPool, void* user) in android_media_callback() argument 173 ALOGV("callback: (%d, %d, %d, %p, %p)", event.mMsg, event.mArg1, event.mArg2, soundPool, user); in android_media_callback()
|
/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
D | SoundPoolTest.java | 82 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { in onLoadComplete() argument
|