/hardware/invensense/65xx/libsensors_iio/ |
D | sensors_mpl.cpp | 94 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()
|
D | SensorBase.h | 97 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
D | SensorBase.cpp | 198 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 | 5514 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/ |
D | sensors_mpl.cpp | 108 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()
|
D | SensorBase.h | 98 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
D | SensorBase.cpp | 203 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout) in batch() argument
|
D | MPLSensor.h | 185 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
D | MPLSensor.cpp | 5576 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/ |
D | multihal.cpp | 194 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/ |
D | fused_location.h | 230 int64_t period_ns; member
|
/hardware/qcom/gps/core/ |
D | gps_extended_c.h | 139 int64_t period_ns; member
|