Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/contexthub/common/default/1.X/utils/
H A DIContextHubCallbackWrapper.h79 virtual Return<void> handleClientMsg(V1_2::ContextHubMsg msg, in handleClientMsg() function
123 Return<void> handleClientMsg(V1_2::ContextHubMsg msg, in handleClientMsg() function
/aosp12/hardware/interfaces/contexthub/common/vts/
H A DContexthubCallbackBase.h33 virtual Return<void> handleClientMsg(const V1_0::ContextHubMsg& /*msg*/) override { in handleClientMsg() function
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubService.java147 public void handleClientMsg(ContextHubMsg message) { in handleClientMsg() method in ContextHubService.ContextHubServiceCallback