Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/default/2.X/multihal/include/
DSubHalWrapper.h73 int64_t maxReportLatencyNs) = 0;
115 int64_t maxReportLatencyNs) override { in batch() argument
116 return mSubHal->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
DHalProxy.h107 int64_t maxReportLatencyNs);
412 int64_t maxReportLatencyNs) override { in batch() argument
413 return HalProxy::batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
DSensorsSubHal.h62 int64_t maxReportLatencyNs);
133 int64_t maxReportLatencyNs) override { in batch() argument
134 return ISensorsSubHalBase::batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
/hardware/interfaces/sensors/common/utils/
DISensorsWrapper.h88 int64_t maxReportLatencyNs) = 0;
144 int64_t maxReportLatencyNs) override { in batch() argument
145 return mSensors->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
/hardware/interfaces/sensors/aidl/android/hardware/sensors/
DISensors.aidl58 void batch(in int sensorHandle, in long samplingPeriodNs, in long maxReportLatencyNs); in batch() argument
/hardware/interfaces/sensors/aidl/aidl_api/android.hardware.sensors/current/android/hardware/sensors/
DISensors.aidl38 void batch(in int sensorHandle, in long samplingPeriodNs, in long maxReportLatencyNs); in batch() argument
/hardware/interfaces/sensors/aidl/aidl_api/android.hardware.sensors/2/android/hardware/sensors/
DISensors.aidl38 void batch(in int sensorHandle, in long samplingPeriodNs, in long maxReportLatencyNs); in batch() argument
/hardware/interfaces/sensors/aidl/aidl_api/android.hardware.sensors/1/android/hardware/sensors/
DISensors.aidl38 void batch(in int sensorHandle, in long samplingPeriodNs, in long maxReportLatencyNs); in batch() argument
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp60 int64_t maxReportLatencyNs) override { in batch() argument
61 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/common/default/2.X/multihal/
DHalProxy.cpp278 int64_t maxReportLatencyNs) { in batch() argument
283 ->batch(clearSubHalIndex(sensorHandle), samplingPeriodNs, maxReportLatencyNs); in batch()
/hardware/interfaces/sensors/2.0/
DISensors.hal168 * @param maxReportLatencyNs allowed delay time before an event is sampled
174 int64_t maxReportLatencyNs)
/hardware/interfaces/sensors/common/vts/2_X/
DVtsHalSensorsV2_XTargetTest.h192 int64_t maxReportLatencyNs) override { in batch() argument
193 return getSensors()->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
/hardware/interfaces/sensors/aidl/vts/
DVtsAidlHalSensorsTargetTest.cpp362 int64_t maxReportLatencyNs) { in batch() argument
363 return getSensors()->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h192 int64_t maxReportLatencyNs) = 0;