Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp732 constexpr int64_t maxValidTimeDiffNs = 200 * NANOS_PER_MILLISECOND; in getLatencyMs() local
733 if (std::abs(timeDiffNs) < maxValidTimeDiffNs) { in getLatencyMs()