Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/2.0/default/
DSensors.h72 int64_t maxReportLatencyNs) override;
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h75 int64_t maxReportLatencyNs) = 0;
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp49 int64_t maxReportLatencyNs) override { in batch() argument
50 return S()->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
/hardware/interfaces/sensors/1.0/
DISensors.hal92 * @param maxReportLatencyNs allowed delay time before an event is sampled
98 int64_t maxReportLatencyNs) generates (Result result);
/hardware/interfaces/sensors/2.0/
DISensors.hal168 * @param maxReportLatencyNs allowed delay time before an event is sampled
174 int64_t maxReportLatencyNs)
/hardware/interfaces/sensors/2.0/vts/functional/
DVtsHalSensorsV2_0TargetTest.cpp131 int64_t maxReportLatencyNs) override { in batch() argument
132 return getSensors()->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()