Home
last modified time | relevance | path

Searched refs:mMaxReportLatencyUs (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorRegistrationInfo.h36 mSensorHandle = mSamplingRateUs = mMaxReportLatencyUs = INT32_MIN; in SensorRegistrationInfo()
47 mMaxReportLatencyUs = static_cast<int64_t>(maxReportLatencyNs/1000); in SensorRegistrationInfo()
80 << " batchingPeriod=" << mMaxReportLatencyUs << "us"; in dump()
100 proto->write(MAX_REPORT_LATENCY_US, mMaxReportLatencyUs); in dump()
110 int64_t mMaxReportLatencyUs; variable