Searched refs:batchmode_timeout (Results 1 - 4 of 4) sorted by relevance

/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.h491 char *batchmode_timeout; member in struct:MPLSensor::sysfs_attrbs
H A DMPLSensor.cpp1943 res = write_sysfs_int(mpu.batchmode_timeout, timeout);
2517 timeoutInMs, mpu.batchmode_timeout, getTimestamp());
2518 if (write_sysfs_int(mpu.batchmode_timeout, timeoutInMs) < 0) {
2519 LOGE("HAL:ERR can't write batchmode_timeout");
5187 sprintf(mpu.batchmode_timeout, "%s%s", sysfs_path,
5188 "/batchmode_timeout");
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.h512 char *batchmode_timeout; member in struct:MPLSensor::sysfs_attrbs
H A DMPLSensor.cpp1929 res = write_sysfs_int(mpu.batchmode_timeout, timeout);
2415 timeoutInMs, mpu.batchmode_timeout, getTimestamp());
2416 if (write_sysfs_int(mpu.batchmode_timeout, timeoutInMs) < 0) {
2417 LOGE("HAL:ERR can't write batchmode_timeout");
5146 sprintf(mpu.batchmode_timeout, "%s%s", sysfs_path,
5147 "/batchmode_timeout");
5771 timeoutInMs, mpu.batchmode_timeout, getTimestamp());
5772 if (write_sysfs_int(mpu.batchmode_timeout, timeoutInMs) < 0) {
5773 LOGE("HAL:ERR can't write batchmode_timeout");

Completed in 22 milliseconds