Searched refs:SLAndroidEffectItf (Results 1 – 2 of 2) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | IAndroidEffect.cpp | 23 static SLresult IAndroidEffect_CreateEffect(SLAndroidEffectItf self, in IAndroidEffect_CreateEffect() 49 static SLresult IAndroidEffect_ReleaseEffect(SLAndroidEffectItf self, in IAndroidEffect_ReleaseEffect() 61 static SLresult IAndroidEffect_SetEnabled(SLAndroidEffectItf self, in IAndroidEffect_SetEnabled() 73 static SLresult IAndroidEffect_IsEnabled(SLAndroidEffectItf self, in IAndroidEffect_IsEnabled() 85 static SLresult IAndroidEffect_SendCommand(SLAndroidEffectItf self, in IAndroidEffect_SendCommand()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES_Android.h | 90 typedef const struct SLAndroidEffectItf_ * const * SLAndroidEffectItf; typedef 94 SLresult (*CreateEffect) (SLAndroidEffectItf self, 97 SLresult (*ReleaseEffect) (SLAndroidEffectItf self, 100 SLresult (*SetEnabled) (SLAndroidEffectItf self, 104 SLresult (*IsEnabled) (SLAndroidEffectItf self, 108 SLresult (*SendCommand) (SLAndroidEffectItf self,
|