Searched refs:gyro_fifo_rate (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 452 char *gyro_fifo_rate; member
|
D | MPLSensor.cpp | 2427 200, mpu.gyro_fifo_rate, getTimestamp()); in setBatch() 2428 if (write_sysfs_int(mpu.gyro_fifo_rate, 200) < 0) { in setBatch() 3260 1000000000.f / tempWanted, mpu.gyro_fifo_rate, getTimestamp()); in update_delay() 3261 tempFd = open(mpu.gyro_fifo_rate, O_RDWR); in update_delay() 5052 sprintf(mpu.gyro_fifo_rate, "%s%s", sysfs_path, "/sampling_frequency"); in inv_init_sysfs_attributes() 5759 200, mpu.gyro_fifo_rate, getTimestamp()); in batch() 5760 if (write_sysfs_int(mpu.gyro_fifo_rate, 200) < 0) { in batch() 6345 1000000000.f / wanted, mpu.gyro_fifo_rate, in resetDataRates() 6347 tempFd = open(mpu.gyro_fifo_rate, O_RDWR); in resetDataRates()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 451 char *gyro_fifo_rate; member
|
D | MPLSensor.cpp | 2488 200, mpu.gyro_fifo_rate, getTimestamp()); 2489 if (write_sysfs_int(mpu.gyro_fifo_rate, 200) < 0) { 3483 1000000000.f / tempWanted, mpu.gyro_fifo_rate, getTimestamp()); 3484 tempFd = open(mpu.gyro_fifo_rate, O_RDWR); 5253 sprintf(mpu.gyro_fifo_rate, "%s%s", sysfs_path, "/sampling_frequency"); 6778 1000000000.f / wanted, mpu.gyro_fifo_rate, 6780 tempFd = open(mpu.gyro_fifo_rate, O_RDWR);
|