Lines Matching refs:tempFd
1615 int tempFd = -1; in update_delay() local
1641 tempFd = open(mpu.gyro_fifo_rate, O_RDWR); in update_delay()
1642 res = write_attribute_sensor(tempFd, 1000000000.f / tempRate); in update_delay()
1652 tempFd = open(mpu.accel_fifo_rate, O_RDWR); in update_delay()
1653 res = write_attribute_sensor(tempFd, wanted_3rd_party_sensor / 1000000L); in update_delay()
1677 tempFd = open(mpu.gyro_fifo_rate, O_RDWR); in update_delay()
1678 res = write_attribute_sensor(tempFd, 1000000000.f / wanted); in update_delay()
1700 tempFd = open(mpu.accel_fifo_rate, O_RDWR); in update_delay()
1703 res = write_attribute_sensor(tempFd, wanted / 1000000L); in update_delay()
1707 res = write_attribute_sensor(tempFd, 1000000000.f/wanted); in update_delay()
2116 int i, res, tempFd; in turnOffAccelFifo() local