Searched refs:SL_IID_VISUALIZATION (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/libOpenSLES/ |
D | stubs_arm.cc | 74 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_VISUALIZATION); 132 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_VISUALIZATION); in init_stub_library()
|
D | stubs_arm64.cc | 74 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_VISUALIZATION); 132 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_VISUALIZATION); in init_stub_library()
|
/frameworks/wilhelm/tests/sandbox/ |
D | outputmix.c | 120 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_VISUALIZATION, in main() 129 SL_IID_VOLUME, SL_IID_BASSBOOST, SL_IID_VISUALIZATION}; in main() 173 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_VISUALIZATION, in main()
|
/frameworks/wilhelm/src/ |
D | libOpenSLES.map.txt | 54 SL_IID_VISUALIZATION; # var
|
D | sl_iid.cpp | 67 const SLInterfaceID SL_IID_VISUALIZATION = &SL_IID_array[MPH_VISUALIZATION]; variable
|
/frameworks/base/media/jni/audioeffect/ |
D | Visualizer.cpp | 60 SL_IID_VISUALIZATION, nullptr, priority, cbf, user, sessionId, io, device, probe); in set()
|
/frameworks/av/services/audioflinger/ |
D | Effects.cpp | 1028 if (memcmp(&mDescriptor.type, SL_IID_VISUALIZATION, sizeof(effect_uuid_t)) == 0) { in configure() 2684 (memcmp(&desc.type, SL_IID_VISUALIZATION, sizeof(effect_uuid_t)) == 0) || in isEffectEligibleForSuspend()
|
D | AudioFlinger.cpp | 3715 if ((memcmp(&descOut.type, SL_IID_VISUALIZATION, sizeof(effect_uuid_t)) == 0) && in createEffect()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 2516 extern SL_API const SLInterfaceID SL_IID_VISUALIZATION;
|