Home
last modified time | relevance | path

Searched refs:temp_slope (Results 1 – 3 of 3) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dmain.c534 long temp_slope[3]; in fifo_callback() local
536 (void)inv_get_gyro_ts(temp_slope); in fifo_callback()
537 temp_slope_f[0] = inv_q16_to_float(temp_slope[0]); in fifo_callback()
538 temp_slope_f[1] = inv_q16_to_float(temp_slope[1]); in fifo_callback()
539 temp_slope_f[2] = inv_q16_to_float(temp_slope[2]); in fifo_callback()
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp3975 long bias[3], temp, temp_slope[3]; in buildMpuEvent() local
3977 inv_get_gyro_ts(temp_slope); in buildMpuEvent()
3986 temp_slope[0] / 65536.f, in buildMpuEvent()
3987 temp_slope[1] / 65536.f, in buildMpuEvent()
3988 temp_slope[2] / 65536.f); in buildMpuEvent()
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp4403 long bias[3], temp, temp_slope[3]; local
4405 inv_get_gyro_ts(temp_slope);
4414 temp_slope[0] / 65536.f,
4415 temp_slope[1] / 65536.f,
4416 temp_slope[2] / 65536.f);