HomeSort by relevance Sort by last modified time
    Searched refs:Gyro (Results 1 - 9 of 9) 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/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);
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp 180 LOGV_IF(EXTRA_VERBOSE, "HAL:gyro temperature path: %s", mpu.temperature);
189 /* read gyro FSR to calculate accel scale later */
197 LOGE("HAL:Error opening gyro FSR");
202 LOGE("HAL:Error reading gyro FSR");
206 LOGV_IF(EXTRA_VERBOSE, "HAL:Gyro FSR used %ld", mGyroScale);
211 /* read gyro self test scale used to calculate factory cal bias later */
217 LOGE("HAL:Error opening gyro self test scale");
222 LOGE("HAL:Error reading gyro self test scale");
226 LOGV_IF(EXTRA_VERBOSE, "HAL:Gyro self test scale used %ld", mGyroSelfTestScale);
231 /* open Factory Gyro Bias fd *
    [all...]
sensors.h 62 Gyro = 0,
  /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)
304 LOGV_IF(EXTRA_VERBOSE, "HAL:gyro temperature path: %s", mpu.temperature);
313 /* read gyro FSR to calculate accel scale later */
321 LOGE("HAL:Error opening gyro FSR");
326 LOGE("HAL:Error reading gyro FSR");
330 LOGV_IF(EXTRA_VERBOSE, "HAL:Gyro FSR used %ld", mGyroScale);
335 /* read gyro self test scale used to calculate factory cal bias later */
341 LOGE("HAL:Error opening gyro self test scale")
    [all...]
MPLSensor.h 180 Gyro = 0,
340 int mGyroAccuracy; // value indicating the quality of the gyro calibr.
543 void fillGyro(const char* gyro, struct sensor_t *list);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 576 milliseconds