Home
last modified time | relevance | path

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

/cts/tests/tests/media/libaudiojni/
Daudio-record-native.cpp67 mConfigItf(NULL), in AudioRecordNative()
178 mRecordObj, SL_IID_ANDROIDCONFIGURATION, (void*)&mConfigItf); in open()
181 res = (*mConfigItf)->AcquireJavaProxy( in open()
182 mConfigItf, SL_ANDROID_JAVA_PROXY_ROUTING, &mRoutingObj); in open()
207 if (mConfigItf != NULL) { in close()
209 (void)(*mConfigItf)->ReleaseJavaProxy( in close()
210 mConfigItf, SL_ANDROID_JAVA_PROXY_ROUTING/*, proxyObj*/); in close()
213 mConfigItf = NULL; in close()
442 SLAndroidConfigurationItf mConfigItf; member in AudioRecordNative