Home
last modified time | relevance | path

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

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