Searched refs:SLAndroidEffectItf (Results 1 – 3 of 3) 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,
|
/frameworks/libs/native_bridge_support/android_api/libOpenSLES/proxy/ |
D | sles_trampolines.cc | 133 void RegisterSLAndroidEffectItfMethods(SLAndroidEffectItf itf) { in RegisterSLAndroidEffectItfMethods() 695 RegisterSLAndroidEffectItfMethods(*static_cast<SLAndroidEffectItf*>(itf)); in RegisterMethodsById()
|