Searched refs:accel_orient (Results 1 – 6 of 6) sorted by relevance
/hardware/invensense/60xx/libsensors_iio/ |
D | MPLSensor.h | 301 char *accel_orient; member
|
D | MPLSensor.cpp | 634 "HAL:sysfs:cat %s (%lld)", mpu.accel_orient, getTimestamp()); in inv_get_sensors_orientation() 635 fptr = fopen(mpu.accel_orient, "r"); in inv_get_sensors_orientation() 2735 sprintf(mpu.accel_orient, "%s%s", sysfs_path, "/accl_matrix"); in inv_init_sysfs_attributes()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 441 char *accel_orient; member
|
D | MPLSensor.cpp | 886 "HAL:sysfs:cat %s (%lld)", mpu.accel_orient, getTimestamp()); in inv_get_sensors_orientation() 887 fptr = fopen(mpu.accel_orient, "r"); in inv_get_sensors_orientation() 5128 sprintf(mpu.accel_orient, "%s%s", sysfs_path, "/accel_matrix");
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 462 char *accel_orient; member
|
D | MPLSensor.cpp | 971 "HAL:sysfs:cat %s (%lld)", mpu.accel_orient, getTimestamp()); in inv_get_sensors_orientation() 972 fptr = fopen(mpu.accel_orient, "r"); in inv_get_sensors_orientation() 5087 sprintf(mpu.accel_orient, "%s%s", sysfs_path, "/accel_matrix"); in inv_init_sysfs_attributes()
|