/hardware/interfaces/sensors/common/default/2.X/multihal/include/ |
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()
|
D | HalProxy.h | 107 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/ |
D | SensorsSubHal.h | 62 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/ |
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()
|
/hardware/interfaces/sensors/aidl/android/hardware/sensors/ |
D | ISensors.aidl | 58 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/ |
D | ISensors.aidl | 38 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/ |
D | ISensors.aidl | 38 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/ |
D | ISensors.aidl | 38 void batch(in int sensorHandle, in long samplingPeriodNs, in long maxReportLatencyNs); in batch() argument
|
/hardware/interfaces/sensors/1.0/vts/functional/ |
D | VtsHalSensorsV1_0TargetTest.cpp | 60 int64_t maxReportLatencyNs) override { in batch() argument 61 return S()->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
|
/hardware/interfaces/sensors/1.0/ |
D | ISensors.hal | 92 * @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/ |
D | HalProxy.cpp | 278 int64_t maxReportLatencyNs) { in batch() argument 283 ->batch(clearSubHalIndex(sensorHandle), samplingPeriodNs, maxReportLatencyNs); in batch()
|
/hardware/interfaces/sensors/2.0/ |
D | ISensors.hal | 168 * @param maxReportLatencyNs allowed delay time before an event is sampled 174 int64_t maxReportLatencyNs)
|
/hardware/interfaces/sensors/common/vts/2_X/ |
D | VtsHalSensorsV2_XTargetTest.h | 192 int64_t maxReportLatencyNs) override { in batch() argument 193 return getSensors()->batch(sensorHandle, samplingPeriodNs, maxReportLatencyNs); in batch()
|
/hardware/interfaces/sensors/aidl/vts/ |
D | VtsAidlHalSensorsTargetTest.cpp | 362 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/ |
D | SensorsHidlTestBase.h | 192 int64_t maxReportLatencyNs) = 0;
|