Searched refs:SL_IID_ANDROIDCONFIGURATION (Results 1 - 5 of 5) sorted by relevance

/frameworks/wilhelm/src/
H A Dsl_iid.cpp78 const SLInterfaceID SL_IID_ANDROIDCONFIGURATION = &SL_IID_array[MPH_ANDROIDCONFIGURATION]; variable
/frameworks/base/cmds/bootanimation/
H A Daudioplay.cpp174 const SLInterfaceID ids[3] = {SL_IID_BUFFERQUEUE, SL_IID_VOLUME, SL_IID_ANDROIDCONFIGURATION};
187 SL_IID_ANDROIDCONFIGURATION, &playerConfig);
/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayStreamType.cpp111 iidArray[1] = SL_IID_ANDROIDCONFIGURATION;
136 result = (*player)->GetInterface(player, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf);
/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp54 /* Explicitly requesting SL_IID_ANDROIDSIMPLEBUFFERQUEUE and SL_IID_ANDROIDCONFIGURATION
243 iidArray[index++] = SL_IID_ANDROIDCONFIGURATION;
322 result = (*recorder)->GetInterface(recorder, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf);
/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h191 extern SL_API const SLInterfaceID SL_IID_ANDROIDCONFIGURATION;

Completed in 211 milliseconds