Home
last modified time | relevance | path

Searched refs:GetChannelId (Results 1 – 2 of 2) sorted by relevance

/system/chre/host/common/include/chre_host/pigweed/
Dhal_rpc_client.h144 uint32_t GetChannelId() { in GetChannelId() function
193 mRpcClient.OpenChannel(GetChannelId(), *mChannelOutput); in get()
197 return T(mRpcClient, GetChannelId()); in get()
/system/chre/host/common/pigweed/
Dhal_rpc_client.cc64 mRpcClient.CloseChannel(GetChannelId()); in close()