OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sensorEvents
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/util/sensortest/
sensortest.cpp
198
ASensorEvent
sensorEvents
[16];
226
if ((numSensorEvents = ASensorEventQueue_getEvents(sensorEventQueue,
sensorEvents
, 16)) < 0) {
231
if ((configListIndex = findSensorTypeInConfigList(
sensorEvents
[i].type)) < 0) {
232
printf("Received unexpected event for type %d\n",
sensorEvents
[i].type);
237
printf("[%d] = %f, %f, %f @ %" PRId64 "\n",
sensorEvents
[i].type,
238
sensorEvents
[i].data[0],
sensorEvents
[i].data[1],
239
sensorEvents
[i].data[2],
sensorEvents
[i].timestamp);
/hardware/interfaces/sensors/1.0/vts/functional/
VtsHalSensorsV1_0TargetTest.cpp
959
std::vector<Event>
sensorEvents
;
[
all
...]
Completed in 262 milliseconds