OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:activity_event_t
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/sensorhal/
activity.cpp
118
activity_event_t
ev[8];
119
memset(&ev, 0, 8*sizeof(
activity_event_t
));
132
activity_event_t
*curr_ev = &ev[num_events];
145
activity_event_t
*curr_ev = &ev[num_events];
154
activity_event_t
*curr_ev = &ev[num_events];
164
activity_event_t
*curr_ev = &ev[num_events];
173
activity_event_t
*curr_ev = &ev[num_events];
195
activity_event_t
ev = {
/hardware/libhardware/include/hardware/
activity_recognition.h
87
*
activity_event_t
.event_type = ACTIVITY_EVENT_FLUSH_COMPLETE
88
*
activity_event_t
.activity = 0
89
*
activity_event_t
.timestamp = 0
90
*
activity_event_t
.reserved = 0
121
}
activity_event_t
;
typedef in typeref:struct:activity_event
148
// events - Array of
activity_event_t
s that are reported.
151
const
activity_event_t
* events, int count);
/frameworks/base/core/jni/
android_hardware_location_ActivityRecognitionHardware.cpp
82
const
activity_event_t
* events,
110
const
activity_event_t
* event = &events[i];
Completed in 477 milliseconds