Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputConsumer.cpp150 const std::chrono::duration RESAMPLE_LATENCY = 5ms; variable
408 sampleTime -= std::chrono::nanoseconds(RESAMPLE_LATENCY).count(); in consumeBatch()