Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/include/
H A Daudio_proxy_internal.h67 int32_t AudioProxyRenderGetExtraParams(AudioHandle render, char *keyValueList, int32_t listLenth);
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
H A Daudio_proxy_adapter.cpp124 hwRender->common.attr.GetExtraParams = AudioProxyRenderGetExtraParams; in GetAudioProxyRenderFunc()
H A Daudio_proxy_render.cpp569 int32_t AudioProxyRenderGetExtraParams(AudioHandle handle, char *keyValueList, int32_t listLenth) in AudioProxyRenderGetExtraParams() function