Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.cpp944 BatchParams bestParams; // default to max Tsample and max Tbatch in selectBatchParams() local
951 bestParams.merge(batchParams[i]); in selectBatchParams()
954 if (bestParams.mTBatch <= bestParams.mTSample) { in selectBatchParams()
955 bestParams.mTBatch = 0; in selectBatchParams()
957 bestBatchParams = bestParams; in selectBatchParams()