OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bestBatchParams
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/sensorservice/
SensorDevice.cpp
149
result.appendFormat("}, selected = %.2f ms; ", info.
bestBatchParams
.mTSample / 1e6f);
157
result.appendFormat("}, selected = %.2f ms\n", info.
bestBatchParams
.mTBatch / 1e6f);
287
info.
bestBatchParams
.mTSample, info.
bestBatchParams
.mTBatch);
289
handle, info.
bestBatchParams
.mTSample, info.
bestBatchParams
.mTBatch));
351
BatchParams prevBestBatchParams = info.
bestBatchParams
;
358
prevBestBatchParams.mTSample, info.
bestBatchParams
.mTSample,
359
prevBestBatchParams.mTBatch, info.
bestBatchParams
.mTBatch);
363
if (prevBestBatchParams != info.
bestBatchParams
) {
[
all
...]
SensorDevice.h
133
//
bestBatchParams
. For every batch() call corresponding params are stored in batchParams
139
BatchParams
bestBatchParams
;
148
// Finds the optimal parameters for batching and stores them in
bestBatchParams
variable.
150
// Removes batchParams for an ident and re-computes
bestBatchParams
. Returns the index of
Completed in 59 milliseconds