Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorRegistrationInfo.h38 int64_t samplingRateNs, int64_t maxReportLatencyNs, bool activate) { in SensorRegistrationInfo() argument
43 mMaxReportLatencyUs = static_cast<int64_t>(maxReportLatencyNs/1000); in SensorRegistrationInfo()
DSensorsWrapper.h67 int64_t maxReportLatencyNs) = 0;
121 int64_t maxReportLatencyNs) override { in batch() argument
122 return mSensors->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()