Home
last modified time | relevance | path

Searched refs:bestParams (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorDevice.cpp1134 BatchParams bestParams; // default to max Tsample and max Tbatch in selectBatchParams() local
1141 bestParams.merge(batchParams[i]); in selectBatchParams()
1144 if (bestParams.mTBatch <= bestParams.mTSample) { in selectBatchParams()
1145 bestParams.mTBatch = 0; in selectBatchParams()
1147 bestBatchParams = bestParams; in selectBatchParams()