Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libOpenSLES/
Dstubs_arm.cc32 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_ANDROIDCONFIGURATION);
90 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_ANDROIDCONFIGURATION); in init_stub_library()
Dstubs_arm64.cc32 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_ANDROIDCONFIGURATION);
90 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_ANDROIDCONFIGURATION); in init_stub_library()
/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/src/
DlibOpenSLES.map.txt12 SL_IID_ANDROIDCONFIGURATION; # var
Dsl_iid.cpp78 const SLInterfaceID SL_IID_ANDROIDCONFIGURATION = &SL_IID_array[MPH_ANDROIDCONFIGURATION]; variable
/frameworks/base/cmds/bootanimation/
Daudioplay.cpp179 const SLInterfaceID ids[3] = {SL_IID_BUFFERQUEUE, SL_IID_VOLUME, SL_IID_ANDROIDCONFIGURATION}; in createBufferQueueAudioPlayer()
192 SL_IID_ANDROIDCONFIGURATION, &playerConfig); in createBufferQueueAudioPlayer()
/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;