Searched defs:period_ns (Results 1 - 2 of 2) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/
H A Dsensors_mpl.cpp94 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
310 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, int64_t timeout) argument
313 return mSensor->batch(handle, flags, period_ns, timeout);
358 int handle, int flags, int64_t period_ns, int64_t timeout)
361 return ctx->batch(handle, flags, period_ns, timeout);
357 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 Dfused_location.h230 int64_t period_ns; member in struct:__anon272

Completed in 61 milliseconds