Home
last modified time | relevance | path

Searched refs:eventIndex (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/sensorhal/
Dactivity.cpp157 if (event->eventIndex == (uint8_t)(mNewestPublishedEventIndex + 1)) { in PublishUnpublishedEvents()
202 mNewestPublishedEventIndex = event.eventIndex; in PublishEvent()
240 void ActivityContext::OnActivityEvent(int sensorIndex, uint8_t eventIndex, in OnActivityEvent() argument
243 ", whenNs = %" PRIu64, sensorIndex, eventIndex, whenNs); in OnActivityEvent()
253 .eventIndex = eventIndex, in OnActivityEvent()
259 || eventIndex == (uint8_t)(mNewestPublishedEventIndex + 1)) { in OnActivityEvent()
Dactivity.h51 virtual void OnActivityEvent(int sensorIndex, uint8_t eventIndex,
63 uint8_t eventIndex; member
Dactivityeventhandler.h35 virtual void OnActivityEvent(int sensorIndex, uint8_t eventIndex,