Searched refs:smd_threshold (Results 1 – 5 of 5) sorted by relevance
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/ |
D | inv_gesture_test.c | 76 char *smd_threshold; member 230 sprintf(mpu.smd_threshold, "%s%s", sysfs_path, "/smd_threshold"); in inv_init_sysfs_attributes()
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 511 char *smd_threshold; member
|
D | MPLSensor.cpp | 5118 sprintf(mpu.smd_threshold, "%s%s", sysfs_path, in inv_init_sysfs_attributes() 6177 motionThreshold, mpu.smd_threshold, getTimestamp()); in writeSignificantMotionParams() 6178 res = write_sysfs_int(mpu.smd_threshold, motionThreshold); in writeSignificantMotionParams()
|
/hardware/invensense/6515/libsensors_iio/ |
D | MPLSensor.h | 513 char *smd_threshold; member
|
D | MPLSensor.cpp | 384 motionThreshold, mpu.smd_threshold, getTimestamp()); in MPLSensor() 385 res = write_sysfs_int(mpu.smd_threshold, motionThreshold); in MPLSensor() 5479 sprintf(mpu.smd_threshold, "%s%s", sysfs_path, 6702 motionThreshold, mpu.smd_threshold, getTimestamp()); 6703 res = write_sysfs_int(mpu.smd_threshold, motionThreshold);
|