Searched defs:soundPool (Results 1 – 7 of 7) sorted by relevance
| /frameworks/base/media/jni/soundpool/tests/ |
| D | soundpool_stress.cpp | 73 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/ |
| D | SoundManager.h | 73 void setCallback(SoundPool *soundPool, SoundPoolCallback* callback, void* userData) in setCallback()
|
| D | SoundManager.cpp | 89 void SoundManager::setCallback(SoundPool *soundPool, SoundPoolCallback* callback, void* user) in setCallback()
|
| D | android_media_SoundPool.cpp | 175 static void android_media_callback(SoundPoolEvent event, SoundPool* soundPool, void* user) in android_media_callback()
|
| /frameworks/base/media/java/android/media/ |
| D | SoundPool.java | 489 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/ |
| D | SoundPoolTest.java | 82 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { in onLoadComplete()
|
| /frameworks/base/services/core/java/com/android/server/audio/ |
| D | SoundEffectsHelper.java | 514 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { in onLoadComplete()
|