Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/sensorservice/
H A DSensorDevice.h156 struct BatchParams { struct
158 BatchParams() : mTSample(INT64_MAX), mTBatch(INT64_MAX) {} in BatchParams() function
159 BatchParams(nsecs_t tSample, nsecs_t tBatch): mTSample(tSample), mTBatch(tBatch) {} in BatchParams() argument
166 void merge(const BatchParams &other) { in merge() argument