Searched refs:toleranceNs (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.cpp311 // Assumption: It probably takes more than toleranceNs to
313 static int64_t toleranceNs = 10000; // 10 us local
314 if (llabs(*offset - measured) > toleranceNs) {

Completed in 682 milliseconds