Home
last modified time | relevance | path

Searched refs:native_audio_source (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/cts/apps/CtsVerifier/jni/megaaudio/player/
H A DOboePlayer.cpp176 JNIEnv *env, jobject thiz, jlong native_audio_source, jint playerSubtype) { in Java_org_hyphonate_megaaudio_player_OboePlayer_allocNativePlayer() argument
178 return (jlong)new OboePlayer(env, (AudioSource*)native_audio_source, playerSubtype); in Java_org_hyphonate_megaaudio_player_OboePlayer_allocNativePlayer()