Home
last modified time | relevance | path

Searched refs:SL_IID_ANDROIDBUFFERQUEUESOURCE (Results 1 – 7 of 7) sorted by relevance

/frameworks/libs/native_bridge_support/libOpenSLES/
Dstubs_arm.cc31 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_ANDROIDBUFFERQUEUESOURCE);
89 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_ANDROIDBUFFERQUEUESOURCE); in init_stub_library()
Dstubs_arm64.cc31 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_ANDROIDBUFFERQUEUESOURCE);
89 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_ANDROIDBUFFERQUEUESOURCE); in init_stub_library()
/frameworks/wilhelm/src/
DlibOpenSLES.map.txt11SL_IID_ANDROIDBUFFERQUEUESOURCE; # var introduced-arm=14 introduced-arm64=21 introduced-mips=14 in…
Dsl_iid.cpp83 const SLInterfaceID SL_IID_ANDROIDBUFFERQUEUESOURCE = &SL_IID_array[MPH_ANDROIDBUFFERQUEUESOURCE]; variable
/frameworks/wilhelm/tests/sandbox/streamSource/
DslesTestPlayStream.cpp221 iidArray[1] = SL_IID_ANDROIDBUFFERQUEUESOURCE; in TestPlayStream()
259 res = (*player)->GetInterface(player, SL_IID_ANDROIDBUFFERQUEUESOURCE, (void*)&abqItf); in TestPlayStream()
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h272 extern SL_API const SLInterfaceID SL_IID_ANDROIDBUFFERQUEUESOURCE;
/frameworks/wilhelm/tests/examples/
DslesTestDecodeAac.cpp499 iidArray[1] = SL_IID_ANDROIDBUFFERQUEUESOURCE; in TestDecToBuffQueue()
594 res = (*player)->GetInterface(player, SL_IID_ANDROIDBUFFERQUEUESOURCE, (void*)&aacBuffQueueItf); in TestDecToBuffQueue()