Home
last modified time | relevance | path

Searched defs:ContextHubMsg (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/contexthub/1.2/default/
H A DContexthub.h31 using ContextHubMsg = ::android::hardware::contexthub::V1_2::ContextHubMsg; variable
/aosp12/hardware/interfaces/contexthub/common/vts/
H A DContexthubCallbackBase.h33 virtual Return<void> handleClientMsg(const V1_0::ContextHubMsg& /*msg*/) override { in handleClientMsg()
/aosp12/hardware/interfaces/contexthub/common/default/1.X/
H A DContextHub.h32 using ContextHubMsg = ::android::hardware::contexthub::V1_0::ContextHubMsg; member
/aosp12/hardware/interfaces/contexthub/1.2/vts/functional/
H A DVtsHalContexthubV1_2TargetTest.cpp64 const ContextHubMsg& /*msg*/, in handleClientMsg_1_2()