Searched refs:BatchParams (Results 1 – 2 of 2) sorted by relevance
140 struct BatchParams { struct142 BatchParams() : mTSample(INT64_MAX), mTBatch(INT64_MAX) {} in BatchParams() argument143 BatchParams(nsecs_t tSample, nsecs_t tBatch): mTSample(tSample), mTBatch(tBatch) {} in BatchParams() function144 bool operator != (const BatchParams& other) {150 void merge(const BatchParams &other) { in merge() argument163 BatchParams bestBatchParams;166 KeyedVector<void*, BatchParams> batchParams;
337 const BatchParams& batchParams = info.batchParams[j]; in reactivateSensors()376 const BatchParams& params = info.batchParams[j]; in dump()384 const BatchParams& params = info.batchParams[j]; in dump()683 BatchParams params(samplingPeriodNs, maxBatchReportLatencyNs); in batchLocked()690 BatchParams prevBestBatchParams = info.bestBatchParams; in batchLocked()937 BatchParams& params = batchParams.editValueAt(index); in setBatchParamsForIdent()944 BatchParams bestParams; // default to max Tsample and max Tbatch in selectBatchParams()