Searched defs:setDelay (Results 1 - 15 of 15) sorted by relevance

/hardware/akm/AK8975_FS/libsensors/
H A DAkmSensor.cpp116 setDelay(handle, AKMD_DEFAULT_INTERVAL);
118 setDelay(handle, -1);
134 int AkmSensor::setDelay(int32_t handle, int64_t ns) function in class:AkmSensor
H A DAdxlSensor.cpp126 int AdxlSensor::setDelay(int32_t handle, int64_t delay_ns) function in class:AdxlSensor
H A DKionixSensor.cpp124 int KionixSensor::setDelay(int32_t handle, int64_t delay_ns) function in class:KionixSensor
/hardware/invensense/60xx/libsensors/
H A DSensorBase.cpp76 int SensorBase::setDelay(int32_t handle, int64_t ns) { function in class:SensorBase
H A DMPLSensor.cpp851 int MPLSensor::setDelay(int32_t handle, int64_t ns) function in class:MPLSensor
855 " setDelay handle: %d rate %d", handle, (int) (ns / 1000000LL));
/hardware/invensense/60xx/libsensors_iio/
H A DSensorBase.cpp78 int SensorBase::setDelay(int32_t handle, int64_t ns) function in class:SensorBase
H A Dsensors_mpl.cpp88 int setDelay(int handle, int64_t ns);
149 int sensors_poll_context_t::setDelay(int handle, int64_t ns) function in class:sensors_poll_context_t
152 return mSensor->setDelay(handle, ns);
225 int s= ctx->setDelay(handle, ns);
253 dev->device.setDelay = poll__setDelay;
H A DMPLSensor.cpp1431 int MPLSensor::setDelay(int32_t handle, int64_t ns) function in class:MPLSensor
1500 LOGV_IF(PROCESS_VERBOSE, "setDelay : %llu ns, (%.2f Hz)", ns, 1000000000.f / ns);
1641 LOGV_IF(EXTRA_VERBOSE, "HAL:setDelay - Fusion");
1664 mCompassSensor->setDelay(ID_M, wanted_3rd_party_sensor);
1738 mCompassSensor->setDelay(ID_M, wanted);
/hardware/invensense/65xx/libsensors_iio/
H A DCompassSensor.AKM.cpp84 int CompassSensor::setDelay(int32_t handle, int64_t ns) function in class:CompassSensor
89 return mCompassSensor->setDelay(handle, ns);
H A DSensorBase.cpp78 int SensorBase::setDelay(int32_t handle, int64_t ns) function in class:SensorBase
H A DPressureSensor.IIO.secondary.cpp113 int PressureSensor::setDelay(int32_t handle, int64_t ns) function in class:PressureSensor
132 "HAL:setDelay : %llu ns, (%.2f Hz)", ns, 1000000000.f/ns);
H A DCompassSensor.IIO.9150.cpp161 int CompassSensor::setDelay(int32_t handle, int64_t ns) function in class:CompassSensor
H A DCompassSensor.IIO.primary.cpp299 int CompassSensor::setDelay(int32_t handle, int64_t ns) function in class:CompassSensor
H A DMPLSensor.cpp2904 int MPLSensor::setDelay(int32_t handle, int64_t ns) function in class:MPLSensor
2934 "setDelay : %llu ns, (%.2f Hz)", ns, 1000000000.f / ns);
3150 LOGV_IF(EXTRA_VERBOSE, "HAL:setDelay - Fusion");
3196 mCompassSensor->setDelay(ID_M, wanted_3rd_party_sensor);
3204 mCompassSensor->setDelay(ID_M, compassRate);
3213 "setDelay - open path: %s", compass_sensor_sysfs_path);
3314 mCompassSensor->setDelay(ID_M, wanted);
3334 mPressureSensor->setDelay(ID_PS, wanted);
5841 mCompassSensor->setDelay(ID_M, compassRate);
5843 mPressureSensor->setDelay(ID_P
[all...]
/hardware/libhardware/include/hardware/
H A Dsensors.h181 * continuous: events are reported at a constant rate defined by setDelay().
184 * setDelay() is used to set a lower limit to the reporting
192 * reactivated. setDelay() is ignored.
241 * rate defined by setDelay().
280 * rate defined by setDelay().
293 * rate defined by setDelay().
628 * setDelay() has no effect and is ignored.
656 * setDelay() has no impact on this sensor type
689 * setDelay() value, but the steps shall continue to be counted.
975 int (*setDelay)(struc member in struct:sensors_poll_device_t
1044 int (*setDelay)(struct sensors_poll_device_t *dev, member in struct:sensors_poll_device_1::__anon356::__anon357
[all...]

Completed in 1409 milliseconds