Home
last modified time | relevance | path

Searched defs:BatchParams (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorDevice.h118 struct BatchParams { struct
120 BatchParams() : mTSample(INT64_MAX), mTBatch(INT64_MAX) {} in BatchParams() argument
121 BatchParams(nsecs_t tSample, nsecs_t tBatch): mTSample(tSample), mTBatch(tBatch) {} in BatchParams() argument
128 void merge(const BatchParams &other) { in merge() argument