Searched refs:gyro_fsr (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 432 char *gyro_fsr; member
|
D | MPLSensor.cpp | 193 "HAL:sysfs:cat %s (%lld)", mpu.gyro_fsr, getTimestamp()); in MPLSensor() 195 fd = open(mpu.gyro_fsr, O_RDONLY); in MPLSensor() 5122 sprintf(mpu.gyro_fsr, "%s%s", sysfs_path, "/in_anglvel_scale");
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 453 char *gyro_fsr; member
|
D | MPLSensor.cpp | 317 "HAL:sysfs:cat %s (%lld)", mpu.gyro_fsr, getTimestamp()); in MPLSensor() 319 fd = open(mpu.gyro_fsr, O_RDONLY); in MPLSensor() 5081 sprintf(mpu.gyro_fsr, "%s%s", sysfs_path, "/in_anglvel_scale"); in inv_init_sysfs_attributes()
|