Searched refs:maxReportLatencyNs (Results 1 – 11 of 11) sorted by relevance
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/include/ |
H A D | SubHalWrapper.h | 73 int64_t maxReportLatencyNs) = 0; 115 int64_t maxReportLatencyNs) override { in batch() argument 116 return mSubHal->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
|
H A D | HalProxy.h | 107 int64_t maxReportLatencyNs); 410 int64_t maxReportLatencyNs) override { in batch() argument 411 return HalProxy::batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
|
/aosp12/frameworks/native/services/sensorservice/ |
H A D | SensorRegistrationInfo.h | 42 int64_t samplingRateNs, int64_t maxReportLatencyNs, bool activate) { in SensorRegistrationInfo() argument 47 mMaxReportLatencyUs = static_cast<int64_t>(maxReportLatencyNs/1000); in SensorRegistrationInfo()
|
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/ |
H A D | SensorsSubHal.h | 62 int64_t maxReportLatencyNs); 133 int64_t maxReportLatencyNs) override { in batch() argument 134 return ISensorsSubHalBase::batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
|
/aosp12/hardware/interfaces/sensors/common/utils/ |
H A D | ISensorsWrapper.h | 88 int64_t maxReportLatencyNs) = 0; 144 int64_t maxReportLatencyNs) override { in batch() argument 145 return mSensors->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
|
/aosp12/hardware/interfaces/sensors/1.0/vts/functional/ |
H A D | VtsHalSensorsV1_0TargetTest.cpp | 60 int64_t maxReportLatencyNs) override { in batch() argument 61 return S()->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
|
/aosp12/hardware/interfaces/sensors/1.0/ |
H A D | ISensors.hal | 92 * @param maxReportLatencyNs allowed delay time before an event is sampled 98 int64_t maxReportLatencyNs) generates (Result result);
|
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/ |
H A D | HalProxy.cpp | 264 int64_t maxReportLatencyNs) { in batch() argument 269 ->batch(clearSubHalIndex(sensorHandle), samplingPeriodNs, maxReportLatencyNs); in batch()
|
/aosp12/hardware/interfaces/sensors/2.0/ |
H A D | ISensors.hal | 168 * @param maxReportLatencyNs allowed delay time before an event is sampled 174 int64_t maxReportLatencyNs)
|
/aosp12/hardware/interfaces/sensors/common/vts/2_X/ |
H A D | VtsHalSensorsV2_XTargetTest.h | 193 int64_t maxReportLatencyNs) override { in batch() argument 194 return getSensors()->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
|
/aosp12/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
H A D | SensorsHidlTestBase.h | 192 int64_t maxReportLatencyNs) = 0;
|