Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.h148 struct BatchParams { struct
150 BatchParams() : mTSample(INT64_MAX), mTBatch(INT64_MAX) {} in BatchParams() argument
151 BatchParams(nsecs_t tSample, nsecs_t tBatch): mTSample(tSample), mTBatch(tBatch) {} in BatchParams() function
158 void merge(const BatchParams &other) { in merge() argument