Lines Matching defs:soundPool
181 JNIEnv *env, jobject thiz, const std::shared_ptr<SoundPool>& soundPool) { in setSoundPool()
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
451 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_setPriority() local
461 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_setLoop() local
471 auto soundPool = getSoundPool(env, thiz); in android_media_SoundPool_setRate() local
476 static void android_media_callback(SoundPoolEvent event, SoundPool* soundPool, void* user) in android_media_callback()
529 auto soundPool = std::make_shared<SoundPool>( in android_media_SoundPool_native_setup() local