Home
last modified time | relevance | path

Searched refs:SL_IID_ANDROIDCONFIGURATION (Results 1 – 6 of 6) sorted by relevance

/frameworks/wilhelm/tests/mimeUri/
DslesTestPlayStreamType.cpp111 iidArray[1] = SL_IID_ANDROIDCONFIGURATION; in TestStreamTypeConfiguration()
136 result = (*player)->GetInterface(player, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf); in TestStreamTypeConfiguration()
/frameworks/wilhelm/
DlibOpenSLES.map.txt10 SL_IID_ANDROIDCONFIGURATION; # var
/frameworks/base/cmds/bootanimation/
Daudioplay.cpp174 const SLInterfaceID ids[3] = {SL_IID_BUFFERQUEUE, SL_IID_VOLUME, SL_IID_ANDROIDCONFIGURATION}; in createBufferQueueAudioPlayer()
187 SL_IID_ANDROIDCONFIGURATION, &playerConfig); in createBufferQueueAudioPlayer()
/frameworks/wilhelm/src/
Dsl_iid.cpp78 const SLInterfaceID SL_IID_ANDROIDCONFIGURATION = &SL_IID_array[MPH_ANDROIDCONFIGURATION]; variable
/frameworks/wilhelm/tests/examples/
DslesTestRecBuffQueue.cpp243 iidArray[index++] = SL_IID_ANDROIDCONFIGURATION; in TestRecToBuffQueue()
322 result = (*recorder)->GetInterface(recorder, SL_IID_ANDROIDCONFIGURATION, (void*)&configItf); in TestRecToBuffQueue()
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h191 extern SL_API const SLInterfaceID SL_IID_ANDROIDCONFIGURATION;