Home
last modified time | relevance | path

Searched refs:maxBatchReportLatency (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/
DSensorInputMapper.h38 std::chrono::microseconds maxBatchReportLatency) override;
89 std::chrono::nanoseconds maxBatchReportLatency; member
99 this->maxBatchReportLatency = std::chrono::nanoseconds(0); in resetValue()
DSensorInputMapper.cpp100 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()
DInputMapper.cpp75 std::chrono::microseconds maxBatchReportLatency) { in enableSensor() argument
DInputMapper.h73 std::chrono::microseconds maxBatchReportLatency);
/frameworks/native/services/inputflinger/reader/
DInputDevice.cpp510 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()
DInputReader.cpp655 std::chrono::microseconds maxBatchReportLatency) { in enableSensor() argument
660 return device->enableSensor(sensorType, samplingPeriod, maxBatchReportLatency); in enableSensor()
/frameworks/native/services/inputflinger/include/
DInputReaderBase.h126 std::chrono::microseconds maxBatchReportLatency) = 0;
/frameworks/base/core/jni/
Dandroid_hardware_SensorManager.cpp454 jint maxBatchReportLatency) { in nativeEnableSensor() argument
456 return receiver->getSensorEventQueue()->enableSensor(handle, rate_us, maxBatchReportLatency, in nativeEnableSensor()
/frameworks/native/services/inputflinger/reader/include/
DInputReader.h92 std::chrono::microseconds maxBatchReportLatency) override;
DInputDevice.h95 std::chrono::microseconds maxBatchReportLatency);