Home
last modified time | relevance | path

Searched refs:hostProxy (Results 1 - 2 of 2) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_service_full.c31 struct DevHostServiceProxy *hostProxy = (struct DevHostServiceProxy *)hostClnt->hostService; in CleanupDiedHostResources() local
32 if (hostProxy != NULL) { in CleanupDiedHostResources()
33 if ((hostProxy->remote != NULL) && ((uintptr_t)hostProxy->remote == (uintptr_t)service)) { in CleanupDiedHostResources()
36 DevHostServiceProxyRecycle(hostProxy); in CleanupDiedHostResources()
40 hostProxy = (struct DevHostServiceProxy *)service->target; in CleanupDiedHostResources()
42 DevHostServiceProxyRecycle(hostProxy); in CleanupDiedHostResources()
45 hostProxy = (struct DevHostServiceProxy *)service->target; in CleanupDiedHostResources()
48 DevHostServiceProxyRecycle(hostProxy); in CleanupDiedHostResources()
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_bluetooth_manager.cpp144 sptr<IBluetoothHost> hostProxy = iface_cast<IBluetoothHost>(hostRemote); in GetProxy() local
145 if (!hostProxy) { in GetProxy()
150 sptr<IRemoteObject> remote = hostProxy->GetProfile("A2dpSrcServer"); in GetProxy()

Completed in 2 milliseconds