Home
last modified time | relevance | path

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

/cts/tests/tests/media/libndkaudio/
Dcom_android_ndkaudio_AudioPlayer.cpp81 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()
Dcom_android_ndkaudio_AudioRecorder.cpp71 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/
Dsles.cpp474 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()