HomeSort by relevance Sort by last modified time
    Searched full:sensor_event (Results 1 - 10 of 10) sorted by null

  /device/google/contexthub/util/nanotool/
sensorevent.cpp 33 SensorEvent *sensor_event = nullptr; local
51 sensor_event = new TripleAxisSensorEvent();
59 sensor_event = new SingleAxisSensorEvent();
80 sensor_event = new SingleAxisIntSensorEvent();
84 sensor_event = new CompressedTripleAxisSensorEvent();
92 if (sensor_event &&
93 (!sensor_event->Populate(buffer) || !sensor_event->SizeIsValid())) {
95 delete sensor_event;
96 sensor_event = nullptr
    [all...]
contexthub.cpp 564 SensorEvent *sensor_event = reinterpret_cast<SensorEvent*>(
566 keep_going = callback(*sensor_event);
  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 472 // Create a sensor_event from the above data which can be injected into the HAL.
473 ASensorEvent sensor_event; local
474 memset(&sensor_event, 0, sizeof(sensor_event));
475 sensor_event.sensor = handle;
476 sensor_event.timestamp = timestamp;
477 env->GetFloatArrayRegion(values, 0, env->GetArrayLength(values), sensor_event.data);
478 return receiver->getSensorEventQueue()->injectSensorEvent(sensor_event);
  /frameworks/native/services/sensorservice/
SensorEventConnection.cpp 246 // next sensor_event.
367 // If there was a wake_up sensor_event, reset the flag.
486 // If there was a wake_up sensor_event, reset the flag.
620 sensors_event_t sensor_event; local
621 memcpy(&sensor_event, buf, sizeof(sensors_event_t));
623 mService->getSensorInterfaceFromHandle(sensor_event.sensor);
629 sensor_event.type = si->getSensor().getType();
630 dev.injectSensorData(&sensor_event);
SensorDevice.cpp 457 "sensor_event handle=%d ts=%" PRId64 " data=%.2f, %.2f, %.2f %.2f %.2f %.2f",
SensorService.cpp 640 // of this loop (especially when one-shot sensor events are present in the sensor_event
    [all...]
  /cts/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
BatchArrivalVerification.java 76 // So the expected delay of a sensor_event is the minimum of the
EventTimestampSynchronizationVerification.java 84 // So the expected delay of a sensor_event is the minimum of the
FifoLengthVerification.java 79 // So the expected delay of a sensor_event is the minimum of the
TimestampClockSourceVerification.java 82 // So the expected delay of a sensor_event is the minimum of the

Completed in 155 milliseconds