HomeSort by relevance Sort by last modified time
    Searched refs:ACTIVITY_EVENT_EXIT (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/include/hardware/
activity_recognition.h 99 ACTIVITY_EVENT_EXIT = 2
186 * - If event_type is ACTIVITY_EVENT_EXIT and the user is not in the activity, then an
187 * (ACTIVITY_EVENT_EXIT, activity) event should be added to the FIFO.
192 * - When enable_activity_event(on_bicycle, ACTIVITY_EVENT_EXIT) is called, nothing should be
196 * - When enable_activity_event(running, ACTIVITY_EVENT_EXIT) is called,
197 * (ACTIVITY_EVENT_EXIT, running) should be added to the FIFO.
202 * either ACTIVITY_EVENT_ENTER or ACTIVITY_EVENT_EXIT.
  /device/google/contexthub/sensorhal/
activity.cpp 191 halEvent.event_type = ACTIVITY_EVENT_EXIT;
218 // ACTIVITY_EVENT_EXIT and the event ordering logic is reset.
231 halEvent.event_type = ACTIVITY_EVENT_EXIT;
326 if (event_type < ACTIVITY_EVENT_ENTER || event_type > ACTIVITY_EVENT_EXIT) {

Completed in 44 milliseconds