Home
last modified time | relevance | path

Searched refs:SLAndroidEffectSendItf (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
DIAndroidEffectSend.cpp22 static SLresult IAndroidEffectSend_EnableEffectSend(SLAndroidEffectSendItf self, in IAndroidEffectSend_EnableEffectSend()
59 static SLresult IAndroidEffectSend_IsEnabled(SLAndroidEffectSendItf self, in IAndroidEffectSend_IsEnabled()
80 static SLresult IAndroidEffectSend_SetDirectLevel(SLAndroidEffectSendItf self, in IAndroidEffectSend_SetDirectLevel()
115 static SLresult IAndroidEffectSend_GetDirectLevel(SLAndroidEffectSendItf self, in IAndroidEffectSend_GetDirectLevel()
141 static SLresult IAndroidEffectSend_SetSendLevel(SLAndroidEffectSendItf self, in IAndroidEffectSend_SetSendLevel()
182 static SLresult IAndroidEffectSend_GetSendLevel(SLAndroidEffectSendItf self, in IAndroidEffectSend_GetSendLevel()
/frameworks/wilhelm/include/SLES/
DOpenSLES_Android.h127 typedef const struct SLAndroidEffectSendItf_ * const * SLAndroidEffectSendItf; typedef
131 SLAndroidEffectSendItf self,
137 SLAndroidEffectSendItf self,
142 SLAndroidEffectSendItf self,
146 SLAndroidEffectSendItf self,
150 SLAndroidEffectSendItf self,
155 SLAndroidEffectSendItf self,
/frameworks/libs/native_bridge_support/android_api/libOpenSLES/proxy/
Dsles_trampolines.cc146 void RegisterSLAndroidEffectSendItfMethods(SLAndroidEffectSendItf itf) { in RegisterSLAndroidEffectSendItfMethods()
706 RegisterSLAndroidEffectSendItfMethods(*static_cast<SLAndroidEffectSendItf*>(itf)); in RegisterMethodsById()