Searched defs:effectImplementationId (Results 1 - 2 of 2) sorted by path

/frameworks/wilhelm/src/itf/
H A DIAndroidEffect.cpp24 SLInterfaceID effectImplementationId) {
32 result = android_genericFx_createEffect(thiz, effectImplementationId, ap->mSessionId);
37 result = android_genericFx_createEffect(thiz, effectImplementationId,
50 SLInterfaceID effectImplementationId) {
55 result = android_genericFx_releaseEffect(thiz, effectImplementationId);
62 SLInterfaceID effectImplementationId, SLboolean enabled) {
67 result = android_genericFx_setEnabled(thiz, effectImplementationId, enabled);
74 SLInterfaceID effectImplementationId, SLboolean * pEnabled) {
79 result = android_genericFx_isEnabled(thiz, effectImplementationId, pEnabled);
86 SLInterfaceID effectImplementationId, SLuint3
23 IAndroidEffect_CreateEffect(SLAndroidEffectItf self, SLInterfaceID effectImplementationId) argument
49 IAndroidEffect_ReleaseEffect(SLAndroidEffectItf self, SLInterfaceID effectImplementationId) argument
61 IAndroidEffect_SetEnabled(SLAndroidEffectItf self, SLInterfaceID effectImplementationId, SLboolean enabled) argument
73 IAndroidEffect_IsEnabled(SLAndroidEffectItf self, SLInterfaceID effectImplementationId, SLboolean * pEnabled) argument
85 IAndroidEffect_SendCommand(SLAndroidEffectItf self, SLInterfaceID effectImplementationId, SLuint32 command, SLuint32 commandSize, void* pCommand, SLuint32 *replySize, void *pReply) argument
[all...]
H A DIAndroidEffectSend.c23 SLInterfaceID effectImplementationId, SLboolean enable, SLmillibel initialLevel)
43 result = android_fxSend_attachToAux(ap, effectImplementationId, enable,
60 SLInterfaceID effectImplementationId, SLboolean *pEnable)
142 SLInterfaceID effectImplementationId, SLmillibel sendLevel)
161 if (android_genericFx_hasEffect(&outputMix->mAndroidEffect, effectImplementationId)) {
183 SLInterfaceID effectImplementationId, SLmillibel *pSendLevel)
200 if (android_genericFx_hasEffect(&outputMix->mAndroidEffect, effectImplementationId)) {
22 IAndroidEffectSend_EnableEffectSend(SLAndroidEffectSendItf self, SLInterfaceID effectImplementationId, SLboolean enable, SLmillibel initialLevel) argument
59 IAndroidEffectSend_IsEnabled(SLAndroidEffectSendItf self, SLInterfaceID effectImplementationId, SLboolean *pEnable) argument
141 IAndroidEffectSend_SetSendLevel(SLAndroidEffectSendItf self, SLInterfaceID effectImplementationId, SLmillibel sendLevel) argument
182 IAndroidEffectSend_GetSendLevel(SLAndroidEffectSendItf self, SLInterfaceID effectImplementationId, SLmillibel *pSendLevel) argument

Completed in 58 milliseconds