HomeSort by relevance Sort by last modified time
    Searched refs:bestBatchParams (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/sensorservice/
SensorDevice.cpp 112 result.appendFormat("}, selected = %.1f ms; ", info.bestBatchParams.batchDelay / 1e6f);
120 result.appendFormat("}, selected = %.1f ms\n", info.bestBatchParams.batchTimeout / 1e6f);
194 info.bestBatchParams.flags, info.bestBatchParams.batchDelay,
195 info.bestBatchParams.batchTimeout);
196 mSensorDevice->batch(mSensorDevice, handle,info.bestBatchParams.flags,
197 info.bestBatchParams.batchDelay,
198 info.bestBatchParams.batchTimeout);
227 info.bestBatchParams.batchDelay);
230 handle, info.bestBatchParams.batchDelay)
    [all...]
SensorDevice.h 81 // bestBatchParams. For every batch() call corresponding params are stored in batchParams
87 BatchParams bestBatchParams;
92 Info() : bestBatchParams(0, -1, -1) {}
97 // Finds the optimal parameters for batching and stores them in bestBatchParams variable.
99 // Removes batchParams for an ident and re-computes bestBatchParams. Returns the index of

Completed in 723 milliseconds