Home
last modified time | relevance | path

Searched refs:period_ns (Results 1 – 20 of 20) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
Dsensors_mpl.cpp95 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
319 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, in batch() argument
323 return mSensor->batch(handle, flags, period_ns, timeout); in batch()
367 int handle, int flags, int64_t period_ns, int64_t timeout) in poll__batch() argument
370 return ctx->batch(handle, flags, period_ns, timeout); in poll__batch()
DSensorBase.h97 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
DSensorBase.cpp199 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() argument
DMPLSensor.h203 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
DMPLSensor.cpp5485 int MPLSensor::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() argument
5504 handle, flags, period_ns, timeout); in batch()
5598 mBatchDelays[what] = period_ns; in batch()
/hardware/invensense/6515/libsensors_iio/
Dsensors_mpl.cpp118 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
357 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, in batch() argument
361 return mSensor->batch(handle, flags, period_ns, timeout); in batch()
429 int handle, int flags, int64_t period_ns, int64_t timeout) in poll__batch() argument
432 return ctx->batch(handle, flags, period_ns, timeout); in poll__batch()
DSensorBase.h98 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
DSensorBase.cpp202 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() argument
DMPLSensor.cpp5870 int MPLSensor::batch(int handle, int flags, int64_t period_ns, int64_t timeout) argument
5889 handle, flags, period_ns, timeout);
5911 "HAL:batch : %llu ns, (%.2f Hz)", period_ns, 1000000000.f / period_ns);
5914 if (period_ns < 5000000LL) {
5915 period_ns = 5000000LL;
5916 } else if (period_ns > 200000000LL) {
5917 period_ns = 200000000LL;
5922 period_ns, 1000000000.f / period_ns);
5926 period_ns, 1000000000.f / period_ns);
5959 mStepCountPollTime = period_ns;
[all …]
DMPLSensor.h185 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
/hardware/libhardware/modules/sensors/
Dmultihal.cpp198 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
403 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, int64_t timeout) { in batch() argument
409 retval = v1->batch(v1, local_handle, flags, period_ns, timeout); in batch()
556 int flags, int64_t period_ns, int64_t timeout) { in device__batch() argument
558 return ctx->batch(handle, flags, period_ns, timeout); in device__batch()
/hardware/interfaces/gnss/1.0/default/
DGnssBatching.cpp183 optionsHw.period_ns = options.periodNanos; in start()
/hardware/libhardware/include/hardware/
Dfused_location.h281 int64_t period_ns; member
/hardware/qcom/sdm845/gps/core/
Dgps_extended_c.h156 int64_t period_ns; member
/hardware/qcom/gps/msm8994/core/
Dgps_extended_c.h156 int64_t period_ns; member
/hardware/qcom/sdm845/gps/msm8084/core/
Dgps_extended_c.h141 int64_t period_ns; member
/hardware/qcom/sdm845/gps/msm8994/core/
Dgps_extended_c.h156 int64_t period_ns; member
/hardware/qcom/gps/msm8084/core/
Dgps_extended_c.h141 int64_t period_ns; member
/hardware/qcom/gps/core/
Dgps_extended_c.h156 int64_t period_ns; member
/hardware/interfaces/sensors/1.0/
Dtypes.hal371 * than every period_ns passed to setDelay() or to batch().