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

/hardware/invensense/libsensors/
H A DSensorBase.cpp76 int SensorBase::setDelay(int32_t handle, int64_t ns) { function in class:SensorBase
H A DMPLSensor.cpp868 int MPLSensor::setDelay(int32_t handle, int64_t ns) function in class:MPLSensor
872 " setDelay handle: %d rate %d", handle, (int) (ns / 1000000LL));
/hardware/invensense/libsensors_iio/
H A DSensorBase.cpp79 int SensorBase::setDelay(int32_t handle, int64_t ns) function in class:SensorBase
H A Dsensors_mpl.cpp83 int setDelay(int handle, int64_t ns);
138 int sensors_poll_context_t::setDelay(int handle, int64_t ns) function in class:sensors_poll_context_t
141 return mSensor->setDelay(handle, ns);
212 int s= ctx->setDelay(handle, ns);
240 dev->device.setDelay = poll__setDelay;
H A DMPLSensor.cpp1493 int MPLSensor::setDelay(int32_t handle, int64_t ns) function in class:MPLSensor
1562 LOGV_IF(PROCESS_VERBOSE, "setDelay : %llu ns, (%.2f Hz)", ns, 1000000000.f / ns);
1701 LOGV_IF(EXTRA_VERBOSE, "HAL:setDelay - Fusion");
1724 mCompassSensor->setDelay(ID_M, wanted_3rd_party_sensor);
1734 LOGV_IF(PROCESS_VERBOSE, "setDelay - open path: %s", compass_sensor_sysfs_path);
1807 mCompassSensor->setDelay(ID_M, wanted);
/hardware/libhardware/include/hardware/
H A Dsensors.h127 * rate defined by setDelay().
165 * rate defined by setDelay().
192 * rate defined by setDelay().
232 * Pressure sensors report events at a constant rate defined by setDelay().
456 int (*setDelay)(struct sensors_poll_device_t *dev, member in struct:sensors_poll_device_t

Completed in 168 milliseconds