Home
last modified time | relevance | path

Searched refs:proxyRemoteHandle (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
H A Daudio_proxy_render.cpp24 if (hwRender == NULL || hwRender->proxyRemoteHandle == NULL) { in AudioProxyRenderCtrl()
31 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, cmId, data, reply); in AudioProxyRenderCtrl()
78 if (hwRender == NULL || hwRender->proxyRemoteHandle == NULL) { in AudioProxyRenderGetFrameParameter()
85 ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, cmId, data, reply); in AudioProxyRenderGetFrameParameter()
116 if (hwRender == NULL || hwRender->proxyRemoteHandle == NULL) { in AudioProxyRenderSetSampleAttributes()
127 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, AUDIO_HDI_RENDER_SET_SAMPLE_ATTR, data, reply); in AudioProxyRenderSetSampleAttributes()
141 if (hwRender == NULL || hwRender->proxyRemoteHandle == NULL) { in AudioProxyRenderGetSampleAttributes()
148 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, AUDIO_HDI_RENDER_GET_SAMPLE_ATTR, data, reply); in AudioProxyRenderGetSampleAttributes()
171 if (hwRender == NULL || hwRender->proxyRemoteHandle == NULL) { in AudioProxyRenderGetCurrentChannelId()
178 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, AUDIO_HDI_RENDER_GET_CUR_CHANNEL_I in AudioProxyRenderGetCurrentChannelId()
[all...]
H A Daudio_proxy_adapter.cpp236 hwAdapter->proxyRemoteHandle == NULL) { in AudioProxyAdapterInitAllPorts()
268 if (!HdfRemoteServiceWriteInterfaceToken(hwAdapter->proxyRemoteHandle, data)) { in AudioProxyAdapterInitAllPorts()
276 int32_t ret = AudioProxyDispatchCall(hwAdapter->proxyRemoteHandle, AUDIO_HDI_ADT_INIT_PORTS, data, reply); in AudioProxyAdapterInitAllPorts()
311 if (hwAdapter == NULL || hwAdapter->proxyRemoteHandle == NULL || desc == NULL || attrs == NULL || render == NULL) { in AudioProxyAdapterCreateRender()
319 hwRender->proxyRemoteHandle = hwAdapter->proxyRemoteHandle; in AudioProxyAdapterCreateRender()
333 if (!HdfRemoteServiceWriteInterfaceToken(hwAdapter->proxyRemoteHandle, data)) { in AudioProxyAdapterCreateRender()
344 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, AUDIO_HDI_RENDER_CREATE_RENDER, data, reply); in AudioProxyAdapterCreateRender()
368 if (hwRender == NULL || hwRender->proxyRemoteHandle == NULL) { in AudioProxyAdapterDestroyRender()
374 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, AUDIO_HDI_RENDER_DESTRO in AudioProxyAdapterDestroyRender()
[all...]
H A Daudio_proxy_common.cpp89 if (!HdfRemoteServiceWriteInterfaceToken(render->proxyRemoteHandle, *data)) { in AudioProxyPreprocessRender()
206 if (hwRender == NULL || hwRender->proxyRemoteHandle == NULL) { in AudioProxyCommonSetRenderCtrlParam()
229 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, cmId, data, reply); in AudioProxyCommonSetRenderCtrlParam()
243 if (hwRender == NULL || hwRender->proxyRemoteHandle == NULL) { in AudioProxyCommonGetRenderCtrlParam()
250 int32_t ret = AudioProxyDispatchCall(hwRender->proxyRemoteHandle, cmId, data, reply); in AudioProxyCommonGetRenderCtrlParam()
H A Daudio_proxy_manager.cpp110 hwAdapter->proxyRemoteHandle = manager->remote; // get dispatch Server in AudioProxyManagerLoadAdapter()
/drivers/peripheral/audio/hdi_service/primary_impl/include/
H A Daudio_internal.h265 struct HdfRemoteService *proxyRemoteHandle; // proxyPriRemoteHandle member
299 struct HdfRemoteService *proxyRemoteHandle; member
316 struct HdfRemoteService *proxyRemoteHandle; member
/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h145 struct HdfRemoteService *proxyRemoteHandle; // proxyRemoteHandle member
269 struct HdfRemoteService *proxyRemoteHandle; // proxyRemoteHandle member
306 struct HdfRemoteService *proxyRemoteHandle; // proxyRemoteHandle member
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h188 struct HdfRemoteService *proxyRemoteHandle; // proxyRemoteHandle member
304 struct HdfRemoteService *proxyRemoteHandle; // proxyRemoteHandle member

Completed in 7 milliseconds