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 | 89 typedef const struct SLAndroidEffectItf_ * const * SLAndroidEffectItf; typedef 93 SLresult (*CreateEffect) (SLAndroidEffectItf self, 96 SLresult (*ReleaseEffect) (SLAndroidEffectItf self, 99 SLresult (*SetEnabled) (SLAndroidEffectItf self, 103 SLresult (*IsEnabled) (SLAndroidEffectItf self, 107 SLresult (*SendCommand) (SLAndroidEffectItf self,
|