Searched refs:BatchParams (Results 1 – 2 of 2) sorted by relevance
116 struct BatchParams { struct118 BatchParams() : mTSample(INT64_MAX), mTBatch(INT64_MAX) {} in BatchParams() function119 BatchParams(nsecs_t tSample, nsecs_t tBatch): mTSample(tSample), mTBatch(tBatch) {} in BatchParams() argument120 bool operator != (const BatchParams& other) {126 void merge(const BatchParams &other) { in merge() argument139 BatchParams bestBatchParams;142 KeyedVector<void*, BatchParams> batchParams;
145 const BatchParams& params = info.batchParams[j]; in dump()153 const BatchParams& params = info.batchParams[j]; in dump()344 BatchParams params(samplingPeriodNs, maxBatchReportLatencyNs); in batch()351 BatchParams prevBestBatchParams = info.bestBatchParams; in batch()587 BatchParams& params = batchParams.editValueAt(index); in setBatchParamsForIdent()594 BatchParams bestParams; // default to max Tsample and max Tbatch in selectBatchParams()