Home | History | Annotate | Download | only in sensorservice

Lines Matching refs:BatchParams

39     mutable Mutex mLock; // protect mActivationCount[].batchParams
44 struct BatchParams {
47 BatchParams() : flags(0), batchDelay(0), batchTimeout(0) {}
48 BatchParams(int flag, nsecs_t delay, nsecs_t timeout): flags(flag), batchDelay(delay),
50 bool operator != (const BatchParams& other) {
57 // bestBatchParams. For every batch() call corresponding params are stored in batchParams
63 BatchParams bestBatchParams;
66 KeyedVector<void*, BatchParams> batchParams;
75 // Removes batchParams for an ident and re-computes bestBatchParams. Returns the index of