Home
last modified time | relevance | path

Searched refs:hostEndPoint (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubServiceUtil.java179 static ContextHubMsg createHidlContextHubMessage(short hostEndPoint, NanoAppMessage message) { in createHidlContextHubMessage() argument
183 hidlMessage.hostEndPoint = hostEndPoint; in createHidlContextHubMessage()
202 message.hostEndPoint == HostEndPoint.BROADCAST); in createNanoAppMessage()
H A DContextHubClientManager.java254 ContextHubClientBroker proxy = mHostEndPointIdToClientMap.get(message.hostEndPoint); in onMessageFromNanoApp()
260 + message.hostEndPoint + ")"); in onMessageFromNanoApp()
/aosp12/system/chre/host/hal_generic/common/
H A Dgeneric_context_hub_base.h230 msg.hostEndPoint, msg.msg.data(), in sendMessageToHub()
372 msg.msg_1_0.hostEndPoint = message.host_endpoint; in handleNanoappMessage()
/aosp12/hardware/interfaces/contexthub/1.0/
H A Dtypes.hal156 uint16_t hostEndPoint; // identifier for the endpoint. (also see enum HostEndPoint)
/aosp12/hardware/interfaces/contexthub/1.0/default/
H A DContexthub.cpp386 msg.hostEndPoint = static_cast<uint16_t>(HostEndPoint::BROADCAST); in contextHubCb()