Searched refs:maxReportLatencyNs (Results 1 – 6 of 6) sorted by relevance
42 int64_t samplingRateNs, int64_t maxReportLatencyNs, bool activate) { in SensorRegistrationInfo() argument47 mMaxReportLatencyUs = static_cast<int64_t>(maxReportLatencyNs/1000); in SensorRegistrationInfo()
83 int64_t maxReportLatencyNs) = 0;
62 int64_t maxReportLatencyNs) override;
249 int64_t maxReportLatencyNs) { in batch() argument251 return convertToStatus(mSensors->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs)); in batch()
108 int64_t maxReportLatencyNs) override;
280 int64_t maxReportLatencyNs) { in batch() argument283 mSensors->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs)); in batch()