Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp6861 int64_t lastLoopCountRead = -2; // never matches "previous" loop, when loopCount = 0. in threadLoop() local
7369 && loopCount == lastLoopCountRead + 1) { in threadLoop()
7384 lastLoopCountRead = loopCount; in threadLoop()