Searched refs:maxBatchReportLatency (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | SensorInputMapper.h | 38 std::chrono::microseconds maxBatchReportLatency) override; 89 std::chrono::nanoseconds maxBatchReportLatency; member 99 this->maxBatchReportLatency = std::chrono::nanoseconds(0); in resetValue()
|
D | SensorInputMapper.cpp | 100 sensor.maxBatchReportLatency.count()); in dump() 335 std::chrono::microseconds maxBatchReportLatency) { in enableSensor() argument 339 maxBatchReportLatency.count()); in enableSensor() 355 it->second.maxBatchReportLatency = in enableSensor() 356 std::chrono::duration_cast<std::chrono::nanoseconds>(maxBatchReportLatency); in enableSensor()
|
D | InputMapper.cpp | 75 std::chrono::microseconds maxBatchReportLatency) { in enableSensor() argument
|
D | InputMapper.h | 73 std::chrono::microseconds maxBatchReportLatency);
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 510 std::chrono::microseconds maxBatchReportLatency) { in enableSensor() argument 513 [&success, sensorType, samplingPeriod, maxBatchReportLatency](InputMapper& mapper) { in enableSensor() 514 success &= mapper.enableSensor(sensorType, samplingPeriod, maxBatchReportLatency); in enableSensor()
|
D | InputReader.cpp | 655 std::chrono::microseconds maxBatchReportLatency) { in enableSensor() argument 660 return device->enableSensor(sensorType, samplingPeriod, maxBatchReportLatency); in enableSensor()
|
/frameworks/native/services/inputflinger/include/ |
D | InputReaderBase.h | 126 std::chrono::microseconds maxBatchReportLatency) = 0;
|
/frameworks/base/core/jni/ |
D | android_hardware_SensorManager.cpp | 454 jint maxBatchReportLatency) { in nativeEnableSensor() argument 456 return receiver->getSensorEventQueue()->enableSensor(handle, rate_us, maxBatchReportLatency, in nativeEnableSensor()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputReader.h | 92 std::chrono::microseconds maxBatchReportLatency) override;
|
D | InputDevice.h | 95 std::chrono::microseconds maxBatchReportLatency);
|