Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp3285 int64_t lastLoopCountWritten = -2; // never matches "previous" loop, when loopCount = 0. in threadLoop() local
3802 loopCount == lastLoopCountWritten + 1) { in threadLoop()
3833 lastLoopCountWritten = loopCount; in threadLoop()