HomeSort by relevance Sort by last modified time
    Searched refs:LinearAccel (Results 1 - 8 of 8) sorted by null

  /device/google/contexthub/util/nanotool/
contexthub.h 57 LinearAccel,
sensorevent.cpp 47 case SensorType::LinearAccel:
contexthub.cpp 60 { SensorType::LinearAccel, "linear_acc" },
  /hardware/invensense/6515/libsensors_iio/
sensors.h 73 LinearAccel,
MPLSensor.cpp 436 mPendingEvents[LinearAccel].version = sizeof(sensors_event_t);
437 mPendingEvents[LinearAccel].sensor = ID_LA;
438 mPendingEvents[LinearAccel].type = SENSOR_TYPE_LINEAR_ACCELERATION;
439 mPendingEvents[LinearAccel].acceleration.status
515 mHandlers[LinearAccel] = &MPLSensor::laHandler;
    [all...]
MPLSensor.h 73 | (1 << LinearAccel) \
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 97 | (1 << LinearAccel) \
514 mPendingEvents[LinearAccel].version = sizeof(sensors_event_t);
515 mPendingEvents[LinearAccel].sensor = ID_LA;
516 mPendingEvents[LinearAccel].type = SENSOR_TYPE_LINEAR_ACCELERATION;
517 mPendingEvents[LinearAccel].acceleration.status
579 mHandlers[LinearAccel] = &MPLSensor::laHandler;
    [all...]
MPLSensor.h 189 LinearAccel,

Completed in 163 milliseconds