OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sensorEvents
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/util/sensortest/
sensortest.cpp
198
ASensorEvent
sensorEvents
[16];
225
if ((numSensorEvents = ASensorEventQueue_getEvents(sensorEventQueue,
sensorEvents
, 16)) < 0) {
230
if ((configListIndex = findSensorTypeInConfigList(
sensorEvents
[i].type)) < 0) {
231
printf("Received unexpected event for type %d\n",
sensorEvents
[i].type);
236
printf("[%d] = %f, %f, %f @ %" PRId64 "\n",
sensorEvents
[i].type,
237
sensorEvents
[i].data[0],
sensorEvents
[i].data[1],
238
sensorEvents
[i].data[2],
sensorEvents
[i].timestamp);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
touch_analytics.proto
131
repeated SensorEvent
sensorEvents
= 6;
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
SensorLoggerSession.java
109
proto.
sensorEvents
= mSensorEvents.toArray(proto.
sensorEvents
);
Completed in 553 milliseconds