/hardware/invensense/65xx/libsensors_iio/ |
D | sensors_mpl.cpp | 95 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()
|
D | SensorBase.h | 97 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
D | SensorBase.cpp | 199 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() argument
|
D | MPLSensor.h | 203 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
D | MPLSensor.cpp | 5485 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/ |
D | sensors_mpl.cpp | 118 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()
|
D | SensorBase.h | 98 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
D | SensorBase.cpp | 202 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() argument
|
D | MPLSensor.cpp | 5870 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 …]
|
D | MPLSensor.h | 185 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
/hardware/libhardware/modules/sensors/ |
D | multihal.cpp | 198 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/ |
D | GnssBatching.cpp | 183 optionsHw.period_ns = options.periodNanos; in start()
|
/hardware/libhardware/include/hardware/ |
D | fused_location.h | 281 int64_t period_ns; member
|
/hardware/qcom/sdm845/gps/core/ |
D | gps_extended_c.h | 156 int64_t period_ns; member
|
/hardware/qcom/gps/msm8994/core/ |
D | gps_extended_c.h | 156 int64_t period_ns; member
|
/hardware/qcom/sdm845/gps/msm8084/core/ |
D | gps_extended_c.h | 141 int64_t period_ns; member
|
/hardware/qcom/sdm845/gps/msm8994/core/ |
D | gps_extended_c.h | 156 int64_t period_ns; member
|
/hardware/qcom/gps/msm8084/core/ |
D | gps_extended_c.h | 141 int64_t period_ns; member
|
/hardware/qcom/gps/core/ |
D | gps_extended_c.h | 156 int64_t period_ns; member
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 371 * than every period_ns passed to setDelay() or to batch().
|