Home
last modified time | relevance | path

Searched defs:socketCallbacks (Results 1 – 2 of 2) sorted by relevance

/system/chre/host/common/pigweed/
Dhal_rpc_client.cc39 sp<SocketClient::ICallbacks> socketCallbacks, uint16_t hostEndpointId, in createClient()
75 bool HalRpcClient::init(sp<SocketClient::ICallbacks> socketCallbacks) { in init()
/system/chre/host/common/include/chre_host/pigweed/
Dhal_rpc_client.h106 sp<SocketClient::ICallbacks> socketCallbacks) in Callbacks()