Searched refs:in_gyro_self_test_scale (Results 1 – 4 of 4) sorted by relevance
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 480 char *in_gyro_self_test_scale; member
|
D | MPLSensor.cpp | 214 "HAL:sysfs:cat %s (%lld)", mpu.in_gyro_self_test_scale, getTimestamp()); in MPLSensor() 215 fd = open(mpu.in_gyro_self_test_scale, O_RDONLY); in MPLSensor() 5156 sprintf(mpu.in_gyro_self_test_scale, "%s%s", sysfs_path, "/in_anglvel_self_test_scale");
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 501 char *in_gyro_self_test_scale; member
|
D | MPLSensor.cpp | 338 "HAL:sysfs:cat %s (%lld)", mpu.in_gyro_self_test_scale, getTimestamp()); in MPLSensor() 339 fd = open(mpu.in_gyro_self_test_scale, O_RDONLY); in MPLSensor() 5115 sprintf(mpu.in_gyro_self_test_scale, "%s%s", sysfs_path, "/in_anglvel_self_test_scale"); in inv_init_sysfs_attributes()
|