OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configItf
(Results
1 - 2
of
2
) sorted by null
/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
158
SLAndroidConfigurationItf
configItf
;
222
result = (*recorder)->GetInterface(recorder, SL_IID_ANDROIDCONFIGURATION, (void*)&
configItf
);
227
result = (*
configItf
)->SetConfiguration(
configItf
, SL_ANDROID_KEY_RECORDING_PRESET,
237
result = (*
configItf
)->GetConfiguration(
configItf
, SL_ANDROID_KEY_RECORDING_PRESET,
Completed in 378 milliseconds