Searched refs:wanted_3rd_party_sensor (Results 1 - 2 of 2) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp3019 int64_t wanted_3rd_party_sensor = 1000000000LL; local
3060 wanted_3rd_party_sensor = wanted;
3070 wanted_3rd_party_sensor = wanted;
3118 wanted_3rd_party_sensor = wanted;
3165 wanted_3rd_party_sensor / 1000000L, mpu.accel_rate,
3169 wanted_3rd_party_sensor / 1000000L);
3184 "HAL:Ext compass delay %lld", wanted_3rd_party_sensor);
3186 1000000000.f / wanted_3rd_party_sensor);
3187 if (wanted_3rd_party_sensor <
3189 wanted_3rd_party_sensor
[all...]
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp1571 int64_t wanted_3rd_party_sensor = 1000000000; local
1594 wanted_3rd_party_sensor = wanted;
1655 wanted_3rd_party_sensor / 1000000L, mpu.accel_fifo_rate,
1658 res = write_attribute_sensor(tempFd, wanted_3rd_party_sensor / 1000000L);
1663 LOGV_IF(PROCESS_VERBOSE, "HAL:Ext compass rate %.2f Hz", 1000000000.f / wanted_3rd_party_sensor);
1664 mCompassSensor->setDelay(ID_M, wanted_3rd_party_sensor);

Completed in 24 milliseconds