Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/1.0/
DAndroid.bp20 "ContextHubMsg",
DIContexthubCallback.hal28 handleClientMsg(ContextHubMsg msg);
DIContexthub.hal62 sendMessageToHub(uint32_t hubId, ContextHubMsg msg)
Dtypes.hal154 struct ContextHubMsg {
/hardware/interfaces/contexthub/1.0/vts/functional/
DVtsHalContexthubV1_0TargetTest.cpp38 using ::android::hardware::contexthub::V1_0::ContextHubMsg;
147 virtual Return<void> handleClientMsg(const ContextHubMsg& /*msg*/) override { in handleClientMsg() argument
329 ContextHubMsg msg; in TEST_P()
/hardware/interfaces/contexthub/1.0/default/
DContexthub.h41 const ContextHubMsg &msg) override;
DContexthub.cpp142 const ContextHubMsg &msg) { in sendMessageToHub()
382 ContextHubMsg msg; in contextHubCb()