Home
last modified time | relevance | path

Searched refs:SLAndroidAutomaticGainControlItf (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/wilhelm/include/SLES/
H A DOpenSLES_Android.h431 typedef const struct SLAndroidAutomaticGainControlItf_ * const * SLAndroidAutomaticGainControlItf; typedef
435 SLAndroidAutomaticGainControlItf self,
439 SLAndroidAutomaticGainControlItf self,
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/SLES/
DOpenSLES_Android.h431 typedef const struct SLAndroidAutomaticGainControlItf_ * const * SLAndroidAutomaticGainControlItf; typedef
435 SLAndroidAutomaticGainControlItf self,
439 SLAndroidAutomaticGainControlItf self,
/aosp_15_r20/frameworks/wilhelm/src/itf/
H A DIAutomaticGainControl.cpp29 SLresult IAndroidAutomaticGainControl_SetEnabled(SLAndroidAutomaticGainControlItf self, in IAndroidAutomaticGainControl_SetEnabled()
48 SLresult IAndroidAutomaticGainControl_IsEnabled(SLAndroidAutomaticGainControlItf self, in IAndroidAutomaticGainControl_IsEnabled()
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libOpenSLES/proxy/
Dsles_trampolines.cc107 void RegisterSLAndroidAutomaticGainControlItfMethods(SLAndroidAutomaticGainControlItf itf) { in RegisterSLAndroidAutomaticGainControlItfMethods()
680 *static_cast<SLAndroidAutomaticGainControlItf*>(itf)); in RegisterMethodsById()
/aosp_15_r20/frameworks/wilhelm/tests/examples/
H A DslesTestRecBuffQueue.cpp404 SLAndroidAutomaticGainControlItf agcItf; in TestRecToBuffQueue()