Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/include/
H A Daudio_proxy_internal.h45 int32_t AudioProxyRenderGetCurrentChannelId(const AudioHandle handle, uint32_t *channelId);
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
H A Daudio_proxy_adapter.cpp122 hwRender->common.attr.GetCurrentChannelId = AudioProxyRenderGetCurrentChannelId; in GetAudioProxyRenderFunc()
H A Daudio_proxy_render.cpp163 int32_t AudioProxyRenderGetCurrentChannelId(const AudioHandle handle, uint32_t *channelId) in AudioProxyRenderGetCurrentChannelId() function