Searched refs:hostEndPoint (Results 1 – 5 of 5) sorted by relevance
179 static ContextHubMsg createHidlContextHubMessage(short hostEndPoint, NanoAppMessage message) { in createHidlContextHubMessage() argument183 hidlMessage.hostEndPoint = hostEndPoint; in createHidlContextHubMessage()202 message.hostEndPoint == HostEndPoint.BROADCAST); in createNanoAppMessage()
254 ContextHubClientBroker proxy = mHostEndPointIdToClientMap.get(message.hostEndPoint); in onMessageFromNanoApp()260 + message.hostEndPoint + ")"); in onMessageFromNanoApp()
230 msg.hostEndPoint, msg.msg.data(), in sendMessageToHub()372 msg.msg_1_0.hostEndPoint = message.host_endpoint; in handleNanoappMessage()
156 uint16_t hostEndPoint; // identifier for the endpoint. (also see enum HostEndPoint)
386 msg.hostEndPoint = static_cast<uint16_t>(HostEndPoint::BROADCAST); in contextHubCb()