Searched refs:configItf (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/libndkaudio/ |
D | com_android_ndkaudio_AudioPlayer.cpp | 81 SLAndroidConfigurationItf configItf = nativePlayer->getConfigItf(); in Java_com_android_ndkaudio_AudioPlayer_GetRoutingInterface() local 82 __android_log_print(ANDROID_LOG_INFO, TAG, " configItf:%p", configItf); in Java_com_android_ndkaudio_AudioPlayer_GetRoutingInterface() 84 …lastSLResult = (*configItf)->AcquireJavaProxy(configItf, SL_ANDROID_JAVA_PROXY_ROUTING, &routingOb… in Java_com_android_ndkaudio_AudioPlayer_GetRoutingInterface() 92 SLAndroidConfigurationItf configItf = nativePlayer->getConfigItf(); in Java_com_android_ndkaudio_AudioPlayer_ReleaseRoutingInterface() local 93 …lastSLResult = (*configItf)->ReleaseJavaProxy(configItf, SL_ANDROID_JAVA_PROXY_ROUTING/*, proxyObj… in Java_com_android_ndkaudio_AudioPlayer_ReleaseRoutingInterface()
|
D | com_android_ndkaudio_AudioRecorder.cpp | 71 SLAndroidConfigurationItf configItf = nativeRecorder->getConfigItf(); in Java_com_android_ndkaudio_AudioRecorder_GetRoutingInterface() local 73 …lastSLResult = (*configItf)->AcquireJavaProxy(configItf, SL_ANDROID_JAVA_PROXY_ROUTING, &routingOb… in Java_com_android_ndkaudio_AudioRecorder_GetRoutingInterface() 81 SLAndroidConfigurationItf configItf = nativeRecorder->getConfigItf(); in Java_com_android_ndkaudio_AudioRecorder_ReleaseRoutingInterface() local 82 …lastSLResult = (*configItf)->ReleaseJavaProxy(configItf, SL_ANDROID_JAVA_PROXY_ROUTING/*, proxyObj… in Java_com_android_ndkaudio_AudioRecorder_ReleaseRoutingInterface()
|
/cts/apps/CtsVerifier/jni/audio_loopback/ |
D | sles.cpp | 474 SLAndroidConfigurationItf configItf; in slesCreateServer() local 476 SL_IID_ANDROIDCONFIGURATION, (void*)&configItf); in slesCreateServer() 481 result = (*configItf)->SetConfiguration(configItf, SL_ANDROID_KEY_RECORDING_PRESET, in slesCreateServer()
|