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 | 44 typedef const struct SLAndroidEffectItf_ * const * SLAndroidEffectItf; typedef 48 SLresult (*CreateEffect) (SLAndroidEffectItf self, 51 SLresult (*ReleaseEffect) (SLAndroidEffectItf self, 54 SLresult (*SetEnabled) (SLAndroidEffectItf self, 58 SLresult (*IsEnabled) (SLAndroidEffectItf self, 62 SLresult (*SendCommand) (SLAndroidEffectItf self,
|