Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.cpp887 BatchParams bestParams; // default to max Tsample and max Tbatch in selectBatchParams() local
894 bestParams.merge(batchParams[i]); in selectBatchParams()
897 if (bestParams.mTBatch <= bestParams.mTSample) { in selectBatchParams()
898 bestParams.mTBatch = 0; in selectBatchParams()
900 bestBatchParams = bestParams; in selectBatchParams()