Home
last modified time | relevance | path

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

/aosp12/system/extras/tests/workloads/
H A Dchromefling.sh45 upCount=6
51 upCount=2
57 upCount=3
63 upCount=5
69 upCount=5
105 swipe "$UP" $upCount
H A Drecentfling.sh46 upCount=6
52 upCount=3
58 upCount=5
64 upCount=6
113 swipe "$UP" $upCount
117 swipe "$UP" $upCount
/aosp12/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp2169 size_t activeCount, underflowCount, readyCount, downCount, upCount; in checkBuffering() local
2170 activeCount = underflowCount = readyCount = downCount = upCount =0; in checkBuffering()
2222 ++upCount; in checkBuffering()
2235 up = (upCount == activeCount); in checkBuffering()