Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/1.1/default/
DContexthub.h27 using ContextHubMsg = ::android::hardware::contexthub::V1_0::ContextHubMsg; variable
DContexthub.cpp68 Return<Result> Contexthub::sendMessageToHub(uint32_t /*hubId*/, const ContextHubMsg& /*msg*/) { in sendMessageToHub()
/hardware/interfaces/contexthub/common/vts/
DContexthubCallbackBase.h32 virtual Return<void> handleClientMsg(const V1_0::ContextHubMsg& /*msg*/) override { in handleClientMsg()