OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTIVITY_EVENT_ENTER
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware/include/hardware/
activity_recognition.h
96
ACTIVITY_EVENT_ENTER
= 1,
184
* - If event_type is
ACTIVITY_EVENT_ENTER
and the user is in the activity, then an
185
* (
ACTIVITY_EVENT_ENTER
, activity) event should be added to the FIFO.
190
* - When enable_activity_event(on_bicycle,
ACTIVITY_EVENT_ENTER
) is called,
191
* (
ACTIVITY_EVENT_ENTER
, on_bicycle) should be added to the FIFO.
194
* - When enable_activity_event(running,
ACTIVITY_EVENT_ENTER
) is called, nothing should be
202
* either
ACTIVITY_EVENT_ENTER
or ACTIVITY_EVENT_EXIT.
/device/google/contexthub/sensorhal/
activity.cpp
188
halEvent.event_type =
ACTIVITY_EVENT_ENTER
;
326
if (event_type <
ACTIVITY_EVENT_ENTER
|| event_type > ACTIVITY_EVENT_EXIT) {
Completed in 45 milliseconds