Searched refs:configItf (Results 1 – 2 of 2) sorted by relevance
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestPlayStreamType.cpp | 69 SLAndroidConfigurationItf configItf; in TestStreamTypeConfiguration() local 136 result = (*player)->GetInterface(player, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf); in TestStreamTypeConfiguration() 140 result = (*configItf)->SetConfiguration(configItf, in TestStreamTypeConfiguration() 195 result = (*configItf)->GetConfiguration(configItf, in TestStreamTypeConfiguration() 202 result = (*configItf)->GetConfiguration(configItf, in TestStreamTypeConfiguration() 219 result = (*configItf)->GetConfiguration(configItf, in TestStreamTypeConfiguration()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestRecBuffQueue.cpp | 197 SLAndroidConfigurationItf configItf; in TestRecToBuffQueue() local 302 result = (*recorder)->GetInterface(recorder, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf); in TestRecToBuffQueue() 307 result = (*configItf)->SetConfiguration(configItf, SL_ANDROID_KEY_RECORDING_PRESET, in TestRecToBuffQueue() 317 result = (*configItf)->GetConfiguration(configItf, SL_ANDROID_KEY_RECORDING_PRESET, in TestRecToBuffQueue()
|