Home
last modified time | relevance | path

Searched defs:soundPool (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/jni/soundpool/tests/
Dsoundpool_stress.cpp73 void setSoundPool(SoundPool* soundPool) { in setSoundPool()
78 void callback(SoundPoolEvent event, const SoundPool *soundPool) { in callback()
111 void StaticCallbackManager(SoundPoolEvent event, SoundPool* soundPool, void* user) { in StaticCallbackManager()
115 void testStreams(SoundPool *soundPool, const std::vector<const char *> &filenames, in testStreams()
277 auto soundPool = std::make_unique<SoundPool>(maxStreams, &aa); in main() local
/frameworks/base/media/jni/soundpool/
DSoundManager.h73 void setCallback(SoundPool *soundPool, SoundPoolCallback* callback, void* userData) in setCallback()
DSoundManager.cpp89 void SoundManager::setCallback(SoundPool *soundPool, SoundPoolCallback* callback, void* user) in setCallback()
Dandroid_media_SoundPool.cpp175 static void android_media_callback(SoundPoolEvent event, SoundPool* soundPool, void* user) in android_media_callback()
/frameworks/base/media/java/android/media/
DSoundPool.java489 public void onLoadComplete(SoundPool soundPool, int sampleId, int status); in onLoadComplete()
526 SoundPool soundPool = ((WeakReference<SoundPool>) ref).get(); in postEventFromNative() local
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
DSoundPoolTest.java82 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { in onLoadComplete()
/frameworks/base/services/core/java/com/android/server/audio/
DSoundEffectsHelper.java514 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { in onLoadComplete()