Lines Matching refs:batchParams
111 mutable Mutex mLock; // protect mActivationCount[].batchParams
116 struct BatchParams {
118 BatchParams() : mTSample(INT64_MAX), mTBatch(INT64_MAX) {}
119 BatchParams(nsecs_t tSample, nsecs_t tBatch): mTSample(tSample), mTBatch(tBatch) {}
120 bool operator != (const BatchParams& other) {
126 void merge(const BatchParams &other) {
133 // bestBatchParams. For every batch() call corresponding params are stored in batchParams
139 BatchParams bestBatchParams;
142 KeyedVector<void*, BatchParams> batchParams;
150 // Removes batchParams for an ident and re-computes bestBatchParams. Returns the index of