HomeSort by relevance Sort by last modified time
    Searched refs:SL_ANDROID_JAVA_PROXY_ROUTING (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/media/libndkaudio/
com_android_ndkaudio_AudioPlayer.cpp 84 lastSLResult = (*configItf)->AcquireJavaProxy(configItf, SL_ANDROID_JAVA_PROXY_ROUTING, &routingObj);
93 lastSLResult = (*configItf)->ReleaseJavaProxy(configItf, SL_ANDROID_JAVA_PROXY_ROUTING/*, proxyObj*/);
com_android_ndkaudio_AudioRecorder.cpp 73 lastSLResult = (*configItf)->AcquireJavaProxy(configItf, SL_ANDROID_JAVA_PROXY_ROUTING, &routingObj);
82 lastSLResult = (*configItf)->ReleaseJavaProxy(configItf, SL_ANDROID_JAVA_PROXY_ROUTING/*, proxyObj*/);
  /frameworks/wilhelm/src/itf/
IAndroidConfiguration.c 259 * proxyType Specifies the type of proxy desired. Currently only SL_ANDROID_JAVA_PROXY_ROUTING
275 if (self == NULL || proxyObj == NULL || proxyType != SL_ANDROID_JAVA_PROXY_ROUTING) {
311 * proxyType Specifies the type of proxy object. Currently only SL_ANDROID_JAVA_PROXY_ROUTING
323 proxyType != SL_ANDROID_JAVA_PROXY_ROUTING ||
395 thiz->mItf->ReleaseJavaProxy(&thiz->mItf, SL_ANDROID_JAVA_PROXY_ROUTING);
  /frameworks/wilhelm/include/SLES/
OpenSLES_Android.h 200 #define SL_ANDROID_JAVA_PROXY_ROUTING 0x0001

Completed in 144 milliseconds