Home
last modified time | relevance | path

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

/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/
Dsl_iid.c67 const SLInterfaceID SL_IID_VISUALIZATION = &SL_IID_array[MPH_VISUALIZATION]; variable
/frameworks/av/media/libmedia/
DVisualizer.cpp40 : AudioEffect(SL_IID_VISUALIZATION, NULL, priority, cbf, user, sessionId), in Visualizer()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h2516 extern SL_API const SLInterfaceID SL_IID_VISUALIZATION;
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp7585 if ((memcmp(&desc.type, SL_IID_VISUALIZATION, sizeof(effect_uuid_t)) == 0) && in createEffect()
8468 (memcmp(&mDescriptor.type, SL_IID_VISUALIZATION, sizeof(effect_uuid_t)) == 0)) { in configure()
9689 (memcmp(&desc.type, SL_IID_VISUALIZATION, sizeof(effect_uuid_t)) == 0) || in isEffectEligibleForSuspend()