Searched refs:gyro_fifo_rate (Results 1 – 6 of 6) sorted by relevance
/hardware/invensense/60xx/libsensors_iio/ |
D | MPLSensor.cpp | 711 HW_GYRO_RATE_HZ, mpu.gyro_fifo_rate, getTimestamp()); in setGyroInitialState() 712 int fd = open(mpu.gyro_fifo_rate, O_RDWR); in setGyroInitialState() 716 mpu.gyro_fifo_rate, strerror(res), res); in setGyroInitialState() 722 mpu.gyro_fifo_rate, HW_GYRO_RATE_HZ); in setGyroInitialState() 1639 1000000000.f / tempRate, mpu.gyro_fifo_rate, in update_delay() 1641 tempFd = open(mpu.gyro_fifo_rate, O_RDWR); in update_delay() 1676 1000000000.f / wanted, mpu.gyro_fifo_rate, getTimestamp()); in update_delay() 1677 tempFd = open(mpu.gyro_fifo_rate, O_RDWR); in update_delay() 2727 sprintf(mpu.gyro_fifo_rate, "%s%s", sysfs_path, "/sampling_frequency"); in inv_init_sysfs_attributes()
|
D | MPLSensor.h | 291 char *gyro_fifo_rate; member
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 431 char *gyro_fifo_rate; member
|
D | MPLSensor.cpp | 2450 200, mpu.gyro_fifo_rate, getTimestamp()); 2451 if (write_sysfs_int(mpu.gyro_fifo_rate, 200) < 0) { 3348 1000000000.f / tempWanted, mpu.gyro_fifo_rate, getTimestamp()); 3349 tempFd = open(mpu.gyro_fifo_rate, O_RDWR); 5119 sprintf(mpu.gyro_fifo_rate, "%s%s", sysfs_path, "/sampling_frequency"); 6503 1000000000.f / wanted, mpu.gyro_fifo_rate, 6505 tempFd = open(mpu.gyro_fifo_rate, O_RDWR);
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 452 char *gyro_fifo_rate; member
|
D | MPLSensor.cpp | 2434 200, mpu.gyro_fifo_rate, getTimestamp()); in setBatch() 2435 if (write_sysfs_int(mpu.gyro_fifo_rate, 200) < 0) { in setBatch() 3277 1000000000.f / tempWanted, mpu.gyro_fifo_rate, getTimestamp()); in update_delay() 3278 tempFd = open(mpu.gyro_fifo_rate, O_RDWR); in update_delay() 5078 sprintf(mpu.gyro_fifo_rate, "%s%s", sysfs_path, "/sampling_frequency"); in inv_init_sysfs_attributes() 5788 200, mpu.gyro_fifo_rate, getTimestamp()); in batch() 5789 if (write_sysfs_int(mpu.gyro_fifo_rate, 200) < 0) { in batch() 6375 1000000000.f / wanted, mpu.gyro_fifo_rate, in resetDataRates() 6377 tempFd = open(mpu.gyro_fifo_rate, O_RDWR); in resetDataRates()
|