Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.cpp594 BatchParams bestParams; // default to max Tsample and max Tbatch in selectBatchParams() local
601 bestParams.merge(batchParams[i]); in selectBatchParams()
604 if (bestParams.mTBatch <= bestParams.mTSample) { in selectBatchParams()
605 bestParams.mTBatch = 0; in selectBatchParams()
607 bestBatchParams = bestParams; in selectBatchParams()