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/6515/libsensors_iio/ |
D | MPLSensor.h | 490 char *smd_threshold; member
|
D | MPLSensor.cpp | 356 motionThreshold, mpu.smd_threshold, getTimestamp()); in MPLSensor() 357 res = write_sysfs_int(mpu.smd_threshold, motionThreshold); in MPLSensor() 5185 sprintf(mpu.smd_threshold, "%s%s", sysfs_path, 6294 motionThreshold, mpu.smd_threshold, getTimestamp()); 6295 res = write_sysfs_int(mpu.smd_threshold, motionThreshold);
|
/hardware/invensense/65xx/libsensors_iio/ |
D | MPLSensor.h | 511 char *smd_threshold; member
|
D | MPLSensor.cpp | 5144 sprintf(mpu.smd_threshold, "%s%s", sysfs_path, in inv_init_sysfs_attributes() 6207 motionThreshold, mpu.smd_threshold, getTimestamp()); in writeSignificantMotionParams() 6208 res = write_sysfs_int(mpu.smd_threshold, motionThreshold); in writeSignificantMotionParams()
|