Home
last modified time | relevance | path

Searched refs:handleClientMsg (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/contexthub/common/default/1.X/utils/
DIContextHubCallbackWrapper.h57 virtual Return<void> handleClientMsg(V1_2::ContextHubMsg msg,
79 virtual Return<void> handleClientMsg(V1_2::ContextHubMsg msg, in handleClientMsg() function
81 return mCallback->handleClientMsg(convertToOldMsg(msg)); in handleClientMsg()
123 Return<void> handleClientMsg(V1_2::ContextHubMsg msg, in handleClientMsg() function
/hardware/interfaces/contexthub/common/vts/
DContexthubCallbackBase.h33 virtual Return<void> handleClientMsg(const V1_0::ContextHubMsg& /*msg*/) override { in handleClientMsg() function
/hardware/interfaces/contexthub/1.0/
DIContexthubCallback.hal28 handleClientMsg(ContextHubMsg msg);
/hardware/interfaces/contexthub/1.0/default/
DContexthub.cpp391 cb->handleClientMsg(msg); in contextHubCb()