Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/storage/
DBubbleVolatileRepository.kt87 val overflowCount = entities.size + bubblesInRange.size - capacity in <lambda>() constant
88 if (overflowCount > 0) { in <lambda>()
90 uncache(entities.take(overflowCount)) in <lambda>()
91 entities = entities.drop(overflowCount).toMutableList() in <lambda>()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DRTSPSource.cpp338 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount; in checkBuffering() local
339 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0; in checkBuffering()
368 ++overflowCount; in checkBuffering()
376 ++overflowCount; in checkBuffering()
388 *overflow = (overflowCount == numTracks); in checkBuffering()