Home
last modified time | relevance | path

Searched refs:SL_IID_VISUALIZATION (Results 1 – 9 of 9) sorted by relevance

/frameworks/libs/native_bridge_support/libOpenSLES/
Dstubs_arm.cc74 DEFINE_INTERCEPTABLE_STUB_VARIABLE(SL_IID_VISUALIZATION);
132 INIT_INTERCEPTABLE_STUB_VARIABLE("libOpenSLES.so", SL_IID_VISUALIZATION); in init_stub_library()
Dstubs_arm64.cc74 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/
Doutputmix.c120 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/
DlibOpenSLES.map.txt54 SL_IID_VISUALIZATION; # var
Dsl_iid.cpp67 const SLInterfaceID SL_IID_VISUALIZATION = &SL_IID_array[MPH_VISUALIZATION]; variable
/frameworks/base/media/jni/audioeffect/
DVisualizer.cpp60 SL_IID_VISUALIZATION, nullptr, priority, cbf, user, sessionId, io, device, probe); in set()
/frameworks/av/services/audioflinger/
DEffects.cpp1028 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()
DAudioFlinger.cpp3715 if ((memcmp(&descOut.type, SL_IID_VISUALIZATION, sizeof(effect_uuid_t)) == 0) && in createEffect()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h2516 extern SL_API const SLInterfaceID SL_IID_VISUALIZATION;