Home
last modified time | relevance | path

Searched refs:smd_threshold (Results 1 – 5 of 5) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
Dinv_gesture_test.c76 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/
DMPLSensor.h511 char *smd_threshold; member
DMPLSensor.cpp5118 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/
DMPLSensor.h513 char *smd_threshold; member
DMPLSensor.cpp384 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);