Home
last modified time | relevance | path

Searched refs:AudioProxyDispatchCall (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
H A Daudio_proxy_render.cpp31 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, cmId, data, reply); in AudioProxyRenderCtrl()
85 ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, cmId, data, reply); in AudioProxyRenderGetFrameParameter()
127 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, AUDIO_HDI_RENDER_SET_SAMPLE_ATTR, data, reply); in AudioProxyRenderSetSampleAttributes()
148 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, AUDIO_HDI_RENDER_GET_SAMPLE_ATTR, data, reply); in AudioProxyRenderGetSampleAttributes()
178 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, AUDIO_HDI_RENDER_GET_CUR_CHANNEL_ID, data, reply); in AudioProxyRenderGetCurrentChannelId()
221 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, in AudioProxyRenderCheckSceneCapability()
262 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, AUDIO_HDI_RENDER_SELECT_SCENE, data, reply); in AudioProxyRenderSelectScene()
285 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, AUDIO_HDI_RENDER_SET_MUTE, data, reply); in AudioProxyRenderSetMute()
305 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, AUDIO_HDI_RENDER_GET_MUTE, data, reply); in AudioProxyRenderGetMute()
344 int32_t ret = AudioProxyDispatchCall(hwRende in AudioProxyRenderGetGainThreshold()
[all...]
H A Daudio_proxy_manager.cpp53 HDF_LOGI("%{public}s, call AudioProxyDispatchCall ", __func__); in AudioProxyManagerGetAllAdapters()
54 ret = AudioProxyDispatchCall(manager->remote, AUDIO_HDI_MGR_GET_ALL_ADAPTER, data, reply); in AudioProxyManagerGetAllAdapters()
97 int32_t ret = AudioProxyDispatchCall(manager->remote, AUDIO_HDI_MGR_LOAD_ADAPTER, data, reply); in AudioProxyManagerLoadAdapter()
144 int32_t ret = AudioProxyDispatchCall(manager->remote, AUDIO_HDI_MGR_UNLOAD_ADAPTER, data, reply); in AudioProxyManagerUnloadAdapter()
H A Daudio_proxy_adapter.cpp276 int32_t ret = AudioProxyDispatchCall(hwAdapter->proxyRemoteHandle, AUDIO_HDI_ADT_INIT_PORTS, data, reply); in AudioProxyAdapterInitAllPorts()
344 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, AUDIO_HDI_RENDER_CREATE_RENDER, data, reply); in AudioProxyAdapterCreateRender()
374 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, AUDIO_HDI_RENDER_DESTROY, data, reply); in AudioProxyAdapterDestroyRender()
441 int32_t ret = AudioProxyDispatchCall(hwAdapter->proxyRemoteHandle, AUDIO_HDI_ADT_GET_PORT_CAPABILITY, data, reply); in AudioProxyAdapterGetPortCapability()
524 int32_t ret = AudioProxyDispatchCall(hwAdapter->proxyRemoteHandle, AUDIO_HDI_ADT_SET_PASS_MODE, data, reply); in AudioProxyAdapterSetPassthroughMode()
567 int32_t ret = AudioProxyDispatchCall(hwAdapter->proxyRemoteHandle, AUDIO_HDI_ADT_GET_PASS_MODE, data, reply); in AudioProxyAdapterGetPassthroughMode()
H A Daudio_proxy_common.cpp30 int32_t AudioProxyDispatchCall(struct HdfRemoteService *self, in AudioProxyDispatchCall() function
34 HDF_LOGE("AudioProxyDispatchCall parameter is null"); in AudioProxyDispatchCall()
38 HDF_LOGE("AudioProxyDispatchCall Remote obj is null"); in AudioProxyDispatchCall()
229 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, cmId, data, reply); in AudioProxyCommonSetRenderCtrlParam()
250 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, cmId, data, reply); in AudioProxyCommonGetRenderCtrlParam()
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/include/
H A Daudio_proxy_common.h36 int32_t AudioProxyDispatchCall(struct HdfRemoteService *self, int32_t id, struct HdfSBuf *data, struct HdfSBuf *reply);

Completed in 4 milliseconds