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 88 result.appendFormat(" }, selected=%4.1f ms\n", info.bestBatchParams.batchDelay / 1e6f);
97 result.appendFormat(" }, selected=%4.1f ms\n", info.bestBatchParams.batchTimeout / 1e6f);
167 info.bestBatchParams.flags, info.bestBatchParams.batchDelay,
168 info.bestBatchParams.batchTimeout);
169 mSensorDevice->batch(mSensorDevice, handle,info.bestBatchParams.flags,
170 info.bestBatchParams.batchDelay,
171 info.bestBatchParams.batchTimeout);
195 info.bestBatchParams.batchDelay);
198 handle, info.bestBatchParams.batchDelay)
    [all...]
SensorDevice.h 57 // bestBatchParams. For every batch() call corresponding params are stored in batchParams
63 BatchParams bestBatchParams;
68 Info() : bestBatchParams(-1, -1, -1) {}
73 // Finds the optimal parameters for batching and stores them in bestBatchParams variable.
75 // Removes batchParams for an ident and re-computes bestBatchParams. Returns the index of

Completed in 74 milliseconds