Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp9945 int32_t maxFilled = 0; in getOldestFront_l() local
9950 if (filled > maxFilled) { in getOldestFront_l()
9952 maxFilled = filled; in getOldestFront_l()
9955 if (maxFilled > static_cast<signed>(mRsmpInFrames)) { in getOldestFront_l()