Searched refs:getSoundPool (Results 1 – 1 of 1) 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() 359 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_unload() 370 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_play() 386 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_pause() 395 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_resume() 404 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_autoPause() 413 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_autoResume() 422 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_stop() 432 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_setVolume() 441 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_mute() [all …]
|