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

  /hardware/invensense/6515/libsensors_iio/
MPLSensor.h 335 int accel_x_dmp_bias_fd; member in class:MPLSensor
MPLSensor.cpp 361 accel_x_dmp_bias_fd = open(mpu.in_accel_x_dmp_bias, O_RDWR);
364 if (accel_x_dmp_bias_fd == -1 ||
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 358 int accel_x_dmp_bias_fd; member in class:MPLSensor
MPLSensor.cpp 453 accel_x_dmp_bias_fd = open(mpu.in_accel_x_dmp_bias, O_RDWR);
456 if (accel_x_dmp_bias_fd == -1 ||
    [all...]

Completed in 3986 milliseconds