Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/samples/native-audio/jni/
Dnative-audio-jni.c64 static SLVolumeItf bqPlayerVolume; variable
259 result = (*bqPlayerObject)->GetInterface(bqPlayerObject, SL_IID_VOLUME, &bqPlayerVolume); in Java_com_example_nativeaudio_NativeAudio_createBufferQueueAudioPlayer()
439 return bqPlayerVolume; in getVolume()
763 bqPlayerVolume = NULL; in Java_com_example_nativeaudio_NativeAudio_shutdown()