Searched refs:maxReportLatencyNs (Results 1 – 6 of 6) sorted by relevance
72 int64_t maxReportLatencyNs) override;
75 int64_t maxReportLatencyNs) = 0;
49 int64_t maxReportLatencyNs) override { in batch() argument50 return S()->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
92 * @param maxReportLatencyNs allowed delay time before an event is sampled98 int64_t maxReportLatencyNs) generates (Result result);
168 * @param maxReportLatencyNs allowed delay time before an event is sampled174 int64_t maxReportLatencyNs)
131 int64_t maxReportLatencyNs) override { in batch() argument132 return getSensors()->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()