Searched refs:AsyncEventType (Results 1 – 17 of 17) sorted by relevance
19 import android.hardware.contexthub.AsyncEventType;67 void handleContextHubAsyncEvent(in AsyncEventType evt); in handleContextHubAsyncEvent()
21 enum AsyncEventType { enum
36 enum AsyncEventType { enum
39 void handleContextHubAsyncEvent(in android.hardware.contexthub.AsyncEventType evt); in handleContextHubAsyncEvent()
62 virtual Return<void> handleHubEvent(V1_0::AsyncEventType evt) = 0;88 virtual Return<void> handleHubEvent(V1_0::AsyncEventType evt) override { in handleHubEvent()
44 virtual Return<void> handleHubEvent(V1_0::AsyncEventType evt) override { in handleHubEvent()
36 using ::android::hardware::contexthub::AsyncEventType;127 Status handleContextHubAsyncEvent(AsyncEventType /* evt */) override { return Status::ok(); } in handleContextHubAsyncEvent() argument173 Status handleContextHubAsyncEvent(AsyncEventType /* evt */) override { return Status::ok(); } in handleContextHubAsyncEvent() argument249 Status handleContextHubAsyncEvent(AsyncEventType /* evt */) override { return Status::ok(); } in handleContextHubAsyncEvent() argument
50 handleHubEvent(AsyncEventType evt);
180 enum AsyncEventType : uint32_t {
42 using ::android::hardware::contexthub::V1_0::AsyncEventType;
327 cb->handleHubEvent(AsyncEventType::RESTARTED); in handleOsMessage()