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

/hardware/akm/AK8975_FS/libsensors/
H A DAkmSensor.cpp117 setDelay(handle, AKMD_DEFAULT_INTERVAL);
119 setDelay(handle, -1);
135 int AkmSensor::setDelay(int32_t handle, int64_t ns) function in class:AkmSensor
H A DAdxlSensor.cpp127 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/bsp/intel/peripheral/sensors/mraa/
H A DSensor.cpp93 int Sensor::setDelay(int handle, int64_t requestedDelay) { function in class:Sensor
113 /* batching mode is not supported; call setDelay */
114 return setDelay(handle, period_ns);
H A DSensorsHAL.cpp43 device.setDelay = SetDelayWrapper;
170 int SensorContext::setDelay(int handle, int64_t ns) { function in class:SensorContext
180 return sensors[handle]->setDelay(handle, ns);
281 return reinterpret_cast<SensorContext *>(dev)->setDelay(handle, ns);
/hardware/invensense/6515/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 DPressureSensor.IIO.secondary.cpp101 int PressureSensor::setDelay(int32_t handle, int64_t ns) function in class:PressureSensor
120 "HAL:setDelay : %llu ns, (%.2f Hz)", ns, 1000000000.f/ns);
H A DSensorBase.cpp134 int SensorBase::setDelay(int32_t handle, int64_t ns) function in class:SensorBase
H A DCompassSensor.IIO.9150.cpp151 int CompassSensor::setDelay(int32_t handle, int64_t ns) function in class:CompassSensor
H A DCompassSensor.IIO.primary.cpp284 int CompassSensor::setDelay(int32_t handle, int64_t ns) function in class:CompassSensor
H A Dsensors_mpl.cpp115 int setDelay(int handle, int64_t ns);
207 int sensors_poll_context_t::setDelay(int handle, int64_t ns) function in class:sensors_poll_context_t
210 return mSensor->setDelay(handle, ns);
410 int s= ctx->setDelay(handle, ns);
467 dev->device.setDelay = poll__setDelay;
H A DMPLSensor.cpp3415 int MPLSensor::setDelay(int32_t handle, int64_t ns) function in class:MPLSensor
3445 "setDelay : %llu ns, (%.2f Hz)", ns, 1000000000.f / ns);
3670 LOGV_IF(EXTRA_VERBOSE, "HAL:setDelay - Fusion");
3716 mCompassSensor->setDelay(ID_M, wanted_3rd_party_sensor);
3724 mCompassSensor->setDelay(ID_M, compassRate);
3794 mCompassSensor->setDelay(ID_M, wanted);
3804 mPressureSensor->setDelay(ID_PS, pressureRate);
6849 mCompassSensor->setDelay(ID_M, compassRate);
6853 mPressureSensor->setDelay(ID_PS, pressureRate);
6986 mCompassSensor->setDelay(ID_
[all...]
/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 DPressureSensor.IIO.secondary.cpp102 int PressureSensor::setDelay(int32_t handle, int64_t ns) function in class:PressureSensor
121 "HAL:setDelay : %llu ns, (%.2f Hz)", ns, 1000000000.f/ns);
H A DSensorBase.cpp128 int SensorBase::setDelay(int32_t handle, int64_t ns) function in class:SensorBase
H A DCompassSensor.IIO.9150.cpp149 int CompassSensor::setDelay(int32_t handle, int64_t ns) function in class:CompassSensor
H A DCompassSensor.IIO.primary.cpp284 int CompassSensor::setDelay(int32_t handle, int64_t ns) function in class:CompassSensor
H A DMPLSensor.cpp3063 int MPLSensor::setDelay(int32_t handle, int64_t ns) function in class:MPLSensor
3093 "setDelay : %llu ns, (%.2f Hz)", ns, 1000000000.f / ns);
3324 LOGV_IF(EXTRA_VERBOSE, "HAL:setDelay - Fusion");
3370 mCompassSensor->setDelay(ID_M, wanted_3rd_party_sensor);
3378 mCompassSensor->setDelay(ID_M, compassRate);
3387 "setDelay - open path: %s", compass_sensor_sysfs_path);
3487 mCompassSensor->setDelay(ID_M, wanted);
3502 mPressureSensor->setDelay(ID_PS, pressureRate);
6277 mCompassSensor->setDelay(ID_M, compassRate);
6281 mPressureSensor->setDelay(ID_P
[all...]
/hardware/libhardware/modules/sensors/
H A Dmultihal.cpp194 int setDelay(int handle, int64_t ns);
296 int sensors_poll_context_t::setDelay(int handle, int64_t ns) { function in class:sensors_poll_context_t
298 ALOGV("setDelay");
302 retval = v0->setDelay(v0, local_handle, ns);
304 ALOGE("IGNORING setDelay() call for non-API-compliant sensor handle=%d !", handle);
432 return ctx->setDelay(handle, ns);
640 dev->proxy_device.setDelay = device__setDelay;
/hardware/libhardware/include/hardware/
H A Dsensors.h340 * rate defined by setDelay().
575 * period_ns passed to setDelay() or to batch().
587 * reporting-mode: special (setDelay has no impact)
805 * supports dynamic sensor feature. Operations, such as batch, activate and setDelay, to this
1249 * frequencies are requested through batch()/setDelay() the events will be generated at this
1292 int (*setDelay)(struct sensors_poll_device_t *dev, member in struct:sensors_poll_device_t
1327 int (*setDelay)(struct sensors_poll_device_t *dev, member in struct:sensors_poll_device_1::__anon1868::__anon1869

Completed in 316 milliseconds