Searched refs:configItf (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayStreamType.cpp69 SLAndroidConfigurationItf configItf; local
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/
H A DslesTestRecBuffQueue.cpp201 SLAndroidConfigurationItf configItf; local
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_MOD
[all...]

Completed in 245 milliseconds