Searched defs:soundPool (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/media/jni/soundpool/ |
H A D | android_media_SoundPool.cpp | 350 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_load_FD() local 359 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_unload() local 370 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_play() local 386 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_pause() local 395 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_resume() local 404 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_autoPause() local 413 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_autoResume() local 422 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_stop() local 432 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_setVolume() local 441 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_mute() local [all …]
|
H A D | SoundManager.h | 73 void setCallback(SoundPool *soundPool, SoundPoolCallback* callback, void* userData) in setCallback()
|
H A D | SoundManager.cpp | 89 void SoundManager::setCallback(SoundPool *soundPool, SoundPoolCallback* callback, void* user) in setCallback()
|
/aosp14/frameworks/base/media/jni/soundpool/tests/ |
H A 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
|
/aosp14/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
H A D | SoundPoolTest.java | 82 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { in onLoadComplete()
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | SoundEffectsHelper.java | 522 public void onLoadComplete(SoundPool soundPool, int sampleId, int status) { in onLoadComplete()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | SoundPool.java | 491 public void onLoadComplete(SoundPool soundPool, int sampleId, int status); in onLoadComplete()
|