Searched refs:maxReportLatencyNs (Results 1 – 2 of 2) sorted by relevance
38 int64_t samplingRateNs, int64_t maxReportLatencyNs, bool activate) { in SensorRegistrationInfo() argument43 mMaxReportLatencyUs = static_cast<int64_t>(maxReportLatencyNs/1000); in SensorRegistrationInfo()
67 int64_t maxReportLatencyNs) = 0;121 int64_t maxReportLatencyNs) override { in batch() argument122 return mSensors->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()