Home
last modified time | relevance | path

Searched refs:ContextHubMsg (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/contexthub/common/default/1.X/
DContextHub.h32 using ContextHubMsg = ::android::hardware::contexthub::V1_0::ContextHubMsg; member
64 Return<Result> sendMessageToHub(uint32_t /*hubId*/, const ContextHubMsg& /*msg*/) override { in sendMessageToHub()
/hardware/interfaces/contexthub/1.2/default/
DContexthub.h31 using ContextHubMsg = ::android::hardware::contexthub::V1_2::ContextHubMsg; variable
/hardware/interfaces/contexthub/1.2/
Dtypes.hal19 import @1.0::ContextHubMsg;
46 struct ContextHubMsg {
47 @1.0::ContextHubMsg msg_1_0;
DIContexthubCallback.hal32 * inside of ContextHubMsg in that these must be a
38 handleClientMsg_1_2(ContextHubMsg msg, vec<string> msgContentPerms);
/hardware/interfaces/contexthub/common/vts/
DContexthubCallbackBase.h33 virtual Return<void> handleClientMsg(const V1_0::ContextHubMsg& /*msg*/) override { in handleClientMsg() argument
/hardware/interfaces/contexthub/1.2/vts/functional/
DVtsHalContexthubV1_2TargetTest.cpp44 using ::android::hardware::contexthub::V1_2::ContextHubMsg;
64 const ContextHubMsg& /*msg*/, in handleClientMsg_1_2() argument
/hardware/interfaces/contexthub/1.0/default/
DContexthub.h41 const ContextHubMsg &msg) override;
DContexthub.cpp142 const ContextHubMsg &msg) { in sendMessageToHub()
382 ContextHubMsg msg; in contextHubCb()
/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp43 using ::android::hardware::contexthub::V1_0::ContextHubMsg;
187 ContextHubMsg msg; in TEST_P()
/hardware/interfaces/contexthub/1.0/
DIContexthubCallback.hal28 handleClientMsg(ContextHubMsg msg);
DIContexthub.hal62 sendMessageToHub(uint32_t hubId, ContextHubMsg msg)
Dtypes.hal154 struct ContextHubMsg {