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

  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp 228 LOGV_IF(EXTRA_VERBOSE, "HAL:gyro temperature path: %s", mpu.temperature);
276 mPendingEvents[Gyro].version = sizeof(sensors_event_t);
277 mPendingEvents[Gyro].sensor = ID_GY;
278 mPendingEvents[Gyro].type = SENSOR_TYPE_GYROSCOPE;
304 mHandlers[Gyro] = &MPLSensor::gyroHandler;
538 /* gyro setup */
603 // get gyro orientation
615 "HAL:gyro mounting matrix: "
629 LOGE("HAL:Couldn't read gyro mounting matrix");
682 /* Turn off Gyro master enable *
    [all...]
MPLSensor.h 121 Gyro = 0,
226 int mGyroAccuracy; // value indicating the quality of the gyro calibr.
327 void fillGyro(const char* gyro, struct sensor_t *list);
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 93 // mask of virtual sensors that require gyro + accel + compass data
100 // mask of virtual sensors that require gyro + accel data (but no compass data)
104 // mask of virtual sensors that require mag + accel data (but no gyro data)
296 LOGV_IF(EXTRA_VERBOSE, "HAL:gyro temperature path: %s", mpu.temperature);
305 /* read gyro FSR to calculate accel scale later */
313 LOGE("HAL:Error opening gyro FSR");
318 LOGE("HAL:Error reading gyro FSR");
322 LOGV_IF(EXTRA_VERBOSE, "HAL:Gyro FSR used %ld", mGyroScale);
327 /* read gyro self test scale used to calculate factory cal bias later */
333 LOGE("HAL:Error opening gyro self test scale")
    [all...]
MPLSensor.h 179 Gyro = 0,
333 int mGyroAccuracy; // value indicating the quality of the gyro calibr.
521 void fillGyro(const char* gyro, struct sensor_t *list);
  /hardware/invensense/60xx/libsensors/
MPLSensor.cpp 232 mPendingEvents[Gyro].version = sizeof(sensors_event_t);
233 mPendingEvents[Gyro].sensor = ID_GY;
234 mPendingEvents[Gyro].type = SENSOR_TYPE_GYROSCOPE;
254 mHandlers[Gyro] = &MPLSensor::gyroHandler;
570 //after the first no motion, the gyro should be calibrated well
598 res = inv_get_float_array(INV_GYROS, s->gyro.v);
599 s->gyro.v[0] = s->gyro.v[0] * M_PI / 180.0;
600 s->gyro.v[1] = s->gyro.v[1] * M_PI / 180.0
    [all...]
MPLSensor.h 47 Gyro=0,
131 void fillGyro(const char* gyro, struct sensor_t *list);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 551 milliseconds