Searched refs:SL_IID_OBJECT (Results 1 – 6 of 6) sorted by relevance
/frameworks/wilhelm/tests/sandbox/ |
D | outputmix.c | 66 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_OBJECT, &outputMixObject2); in main() 79 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_OBJECT, &outputMixObject2); in main() 127 SLInterfaceID ids[10] = {SL_IID_OBJECT, SL_IID_DYNAMICINTERFACEMANAGEMENT, SL_IID_OUTPUTMIX, in main() 140 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_OBJECT, in main()
|
/frameworks/libs/native_bridge_support/libOpenSLES/ |
D | stubs_arm.cc | 61 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_OBJECT); 119 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_OBJECT); in init_stub_library()
|
D | stubs_arm64.cc | 61 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_OBJECT); 119 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_OBJECT); in init_stub_library()
|
/frameworks/wilhelm/src/ |
D | libOpenSLES.map.txt | 41 SL_IID_OBJECT; # var
|
D | sl_iid.cpp | 54 const SLInterfaceID SL_IID_OBJECT = &SL_IID_array[MPH_OBJECT]; variable
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 386 extern SL_API const SLInterfaceID SL_IID_OBJECT;
|