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

  /hardware/invensense/6515/libsensors_iio/
MPLSensor.h 394 long mGyroSelfTestScale;
MPLSensor.cpp 121 mGyroSelfTestScale(2000),
252 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale);
254 LOGV_IF(EXTRA_VERBOSE, "HAL:Gyro self test scale used %ld", mGyroSelfTestScale);
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 409 long mGyroSelfTestScale;
MPLSensor.cpp 235 mGyroSelfTestScale(2000),
344 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale);
346 LOGV_IF(EXTRA_VERBOSE, "HAL:Gyro self test scale used %ld", mGyroSelfTestScale);
    [all...]

Completed in 318 milliseconds