Home
last modified time | relevance | path

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

/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/include/
Daudio_proxy_internal.h54 int32_t AudioProxyRenderGetGainThreshold(AudioHandle handle, float *min, float *max);
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
Daudio_proxy_adapter.cpp133 hwRender->common.volume.GetGainThreshold = AudioProxyRenderGetGainThreshold; in GetAudioProxyRenderFunc()
Daudio_proxy_render.cpp329 int32_t AudioProxyRenderGetGainThreshold(const AudioHandle handle, float *min, float *max) in AudioProxyRenderGetGainThreshold() function