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

  /hardware/invensense/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/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);

Completed in 156 milliseconds