Home
last modified time | relevance | path

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

/hardware/interfaces/contexthub/common/default/1.X/utils/
DIContextHubCallbackWrapper.h62 virtual Return<void> handleHubEvent(V1_0::AsyncEventType evt) = 0;
88 virtual Return<void> handleHubEvent(V1_0::AsyncEventType evt) override { in handleHubEvent() function
89 return mCallback->handleHubEvent(evt); in handleHubEvent()
/hardware/interfaces/contexthub/common/vts/
DContexthubCallbackBase.h44 virtual Return<void> handleHubEvent(V1_0::AsyncEventType evt) override { in handleHubEvent() function
/hardware/interfaces/contexthub/1.0/
DIContexthubCallback.hal50 handleHubEvent(AsyncEventType evt);
/hardware/interfaces/contexthub/1.0/default/
DContexthub.cpp327 cb->handleHubEvent(AsyncEventType::RESTARTED); in handleOsMessage()