Home
last modified time | relevance | path

Searched refs:SL_IID_VISUALIZATION (Results 1 – 7 of 7) 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/
DlibOpenSLES.map.txt51 SL_IID_VISUALIZATION; # var
/frameworks/wilhelm/src/
Dsl_iid.cpp67 const SLInterfaceID SL_IID_VISUALIZATION = &SL_IID_array[MPH_VISUALIZATION]; variable
/frameworks/av/media/libmedia/
DVisualizer.cpp40 : AudioEffect(SL_IID_VISUALIZATION, opPackageName, NULL, priority, cbf, user, sessionId), in Visualizer()
/frameworks/av/services/audioflinger/
DEffects.cpp438 (memcmp(&mDescriptor.type, SL_IID_VISUALIZATION, sizeof(effect_uuid_t)) == 0)) { in configure()
2144 (memcmp(&desc.type, SL_IID_VISUALIZATION, sizeof(effect_uuid_t)) == 0) || in isEffectEligibleForSuspend()
DAudioFlinger.cpp2958 if ((memcmp(&desc.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;