/hardware/invensense/65xx/libsensors_iio/ |
H A 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, argument 323 return mSensor->batch(handle, flags, period_ns, timeout); 367 int handle, int flags, int64_t period_ns, int64_t timeout) 370 return ctx->batch(handle, flags, period_ns, timeout); 366 poll__batch(struct sensors_poll_device_1 *dev, int handle, int flags, int64_t period_ns, int64_t timeout) argument
|
/hardware/invensense/6515/libsensors_iio/ |
H A 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, argument 361 return mSensor->batch(handle, flags, period_ns, timeout); 429 int handle, int flags, int64_t period_ns, int64_t timeout) 432 return ctx->batch(handle, flags, period_ns, timeout); 428 poll__batch(struct sensors_poll_device_1 *dev, int handle, int flags, int64_t period_ns, int64_t timeout) argument
|
/hardware/libhardware/include/hardware/ |
H A D | fused_location.h | 224 * more frequently then the requested batch period set with period_ns 225 * in FlpBatchOptions. For example if period_ns is set to 5 minutes and 281 int64_t period_ns; member in struct:__anon1274
|
/hardware/libhardware/modules/sensors/ |
H A 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) { argument 409 retval = v1->batch(v1, local_handle, flags, period_ns, timeout); 555 int flags, int64_t period_ns, int64_t timeout) { 557 return ctx->batch(handle, flags, period_ns, timeout); 554 device__batch(struct sensors_poll_device_1 *dev, int handle, int flags, int64_t period_ns, int64_t timeout) argument
|
/hardware/qcom/gps/core/ |
H A D | gps_extended_c.h | 156 int64_t period_ns; member in struct:__anon3242
|
/hardware/qcom/gps/msm8084/core/ |
H A D | gps_extended_c.h | 141 int64_t period_ns; member in struct:__anon3328
|
/hardware/qcom/gps/msm8994/core/ |
H A D | gps_extended_c.h | 156 int64_t period_ns; member in struct:__anon3504
|