/device/google/dragon/sensor_hub/ |
sensors.h | 62 int batch(int handle, int flags, int64_t period_ns, int64_t timeout); 73 int handle, int flags, int64_t period_ns, int64_t timeout);
|
cros_ec_sensors.h | 144 virtual int batch(int handle, int64_t period_ns, int64_t timeout);
|
sensors.cpp | 731 int handle, int flags, int64_t period_ns, int64_t timeout) 734 return ctx->batch(handle, flags, period_ns, timeout);
|
/hardware/invensense/6515/libsensors_iio/ |
SensorBase.h | 98 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
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, 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);
|
SensorBase.cpp | 202 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout)
|
MPLSensor.cpp | [all...] |
MPLSensor.h | 185 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
/hardware/invensense/65xx/libsensors_iio/ |
SensorBase.h | 97 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
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, 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);
|
SensorBase.cpp | 199 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout)
|
MPLSensor.h | 203 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
MPLSensor.cpp | [all...] |
/device/google/contexthub/sensorhal/ |
hubconnection.h | 114 static inline uint64_t period_ns_to_frequency_q10(nsecs_t period_ns) { 115 return 1024000000000ULL / period_ns;
|
/hardware/interfaces/gnss/1.0/default/ |
GnssBatching.cpp | 183 optionsHw.period_ns = options.periodNanos;
|
/hardware/libhardware/include/hardware/ |
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:__anon43083
|
/hardware/libhardware/modules/sensors/ |
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) { 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);
|
/hardware/qcom/gps/core/ |
gps_extended_c.h | 156 int64_t period_ns; member in struct:__anon45051
|
/hardware/qcom/gps/msm8084/core/ |
gps_extended_c.h | 141 int64_t period_ns; member in struct:__anon45137
|
/hardware/qcom/gps/msm8994/core/ |
gps_extended_c.h | 156 int64_t period_ns; member in struct:__anon45313
|