Home
last modified time | relevance | path

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

/hardware/invensense/65xx/libsensors_iio/
Dsensors_mpl.cpp94 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
318 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, in batch() argument
322 return mSensor->batch(handle, flags, period_ns, timeout); in batch()
373 int handle, int flags, int64_t period_ns, int64_t timeout) in poll__batch() argument
376 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.cpp198 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.cpp5514 int MPLSensor::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() argument
5533 handle, flags, period_ns, timeout); in batch()
5627 mBatchDelays[what] = period_ns; in batch()
/hardware/invensense/6515/libsensors_iio/
Dsensors_mpl.cpp108 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
336 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, in batch() argument
340 return mSensor->batch(handle, flags, period_ns, timeout); in batch()
407 int handle, int flags, int64_t period_ns, int64_t timeout) in poll__batch() argument
410 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.cpp203 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() argument
DMPLSensor.h185 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
DMPLSensor.cpp5576 int MPLSensor::batch(int handle, int flags, int64_t period_ns, int64_t timeout) argument
5595 handle, flags, period_ns, timeout);
5617 "HAL:batch : %llu ns, (%.2f Hz)", period_ns, 1000000000.f / period_ns);
5620 if (period_ns < 5000000LL) {
5621 period_ns = 5000000LL;
5699 mDelays[what] = period_ns;
5703 mBatchDelays[what] = period_ns;
5704 mDelays[what] = period_ns;
/hardware/libhardware/modules/sensors/
Dmultihal.cpp194 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
372 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, int64_t timeout) { in batch() argument
378 retval = v1->batch(v1, local_handle, flags, period_ns, timeout); in batch()
440 int flags, int64_t period_ns, int64_t timeout) { in device__batch() argument
442 return ctx->batch(handle, flags, period_ns, timeout); in device__batch()
/hardware/libhardware/include/hardware/
Dfused_location.h230 int64_t period_ns; member
/hardware/qcom/gps/core/
Dgps_extended_c.h139 int64_t period_ns; member