Home | History | Annotate | Download | only in sensorservice

Lines Matching refs:batch

43     // batch call. For continous mode clients, maxBatchReportLatency is set to zero.
56 // Store batch parameters in the KeyedVector and the optimal batch_rate and timeout in
57 // bestBatchParams. For every batch() call corresponding params are stored in batchParams
58 // vector. A continuous mode request is batch(... timeout=0 ..) followed by activate(). A batch
59 // mode request is batch(... timeout > 0 ...) followed by activate().
60 // Info is a per-sensor data structure which contains the batch parameters for each client that
64 // Key is the unique identifier(ident) for each client, value is the batch parameters
69 // Sets batch parameters for this ident. Returns error if this ident is not already present
88 status_t batch(void* ident, int handle, int flags, int64_t samplingPeriodNs,
90 // Call batch with timeout zero instead of calling setDelay() for newer devices.