OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configItf
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/media/libndkaudio/
com_android_ndkaudio_AudioPlayer.cpp
81
SLAndroidConfigurationItf
configItf
= nativePlayer->getConfigItf();
82
__android_log_print(ANDROID_LOG_INFO, TAG, "
configItf
:%p",
configItf
);
84
lastSLResult = (*
configItf
)->AcquireJavaProxy(
configItf
, SL_ANDROID_JAVA_PROXY_ROUTING, &routingObj);
92
SLAndroidConfigurationItf
configItf
= nativePlayer->getConfigItf();
93
lastSLResult = (*
configItf
)->ReleaseJavaProxy(
configItf
, SL_ANDROID_JAVA_PROXY_ROUTING/*, proxyObj*/);
com_android_ndkaudio_AudioRecorder.cpp
71
SLAndroidConfigurationItf
configItf
= nativeRecorder->getConfigItf();
73
lastSLResult = (*
configItf
)->AcquireJavaProxy(
configItf
, SL_ANDROID_JAVA_PROXY_ROUTING, &routingObj);
81
SLAndroidConfigurationItf
configItf
= nativeRecorder->getConfigItf();
82
lastSLResult = (*
configItf
)->ReleaseJavaProxy(
configItf
, SL_ANDROID_JAVA_PROXY_ROUTING/*, proxyObj*/);
/frameworks/wilhelm/tests/mimeUri/
slesTestPlayStreamType.cpp
69
SLAndroidConfigurationItf
configItf
;
136
result = (*player)->GetInterface(player, SL_IID_ANDROIDCONFIGURATION, (void*)&
configItf
);
140
result = (*
configItf
)->SetConfiguration(
configItf
,
195
result = (*
configItf
)->GetConfiguration(
configItf
,
202
result = (*
configItf
)->GetConfiguration(
configItf
,
219
result = (*
configItf
)->GetConfiguration(
configItf
,
[
all
...]
/frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp
201
SLAndroidConfigurationItf
configItf
;
321
result = (*recorder)->GetInterface(recorder, SL_IID_ANDROIDCONFIGURATION, (void*)&
configItf
);
326
result = (*
configItf
)->SetConfiguration(
configItf
, SL_ANDROID_KEY_RECORDING_PRESET,
335
result = (*
configItf
)->SetConfiguration(
configItf
, SL_ANDROID_KEY_PERFORMANCE_MODE,
345
result = (*
configItf
)->GetConfiguration(
configItf
, SL_ANDROID_KEY_RECORDING_PRESET,
364
result = (*
configItf
)->GetConfiguration(
configItf
, SL_ANDROID_KEY_PERFORMANCE_MODE
[
all
...]
/cts/apps/CtsVerifier/jni/audio_loopback/
sles.cpp
474
SLAndroidConfigurationItf
configItf
;
476
SL_IID_ANDROIDCONFIGURATION, (void*)&
configItf
);
481
result = (*
configItf
)->SetConfiguration(
configItf
, SL_ANDROID_KEY_RECORDING_PRESET,
Completed in 71 milliseconds