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 | 454 char *gyro_fifo_rate; member
|
D | MPLSensor.cpp | 2502 200, mpu.gyro_fifo_rate, getTimestamp()); 2503 if (write_sysfs_int(mpu.gyro_fifo_rate, 200) < 0) { 3609 1000000000.f / tempWanted, mpu.gyro_fifo_rate, getTimestamp()); 3610 tempFd = open(mpu.gyro_fifo_rate, O_RDWR); 5413 sprintf(mpu.gyro_fifo_rate, "%s%s", sysfs_path, "/sampling_frequency"); 6958 1000000000.f / wanted, mpu.gyro_fifo_rate, 6960 tempFd = open(mpu.gyro_fifo_rate, O_RDWR);
|