Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPatchCache.h70 xCount(0), yCount(0), emptyCount(0), colorKey(0) { in PatchDescription()
76 const int8_t emptyCount, const uint32_t colorKey): in PatchDescription()
80 emptyCount(emptyCount), colorKey(colorKey) { in PatchDescription()
90 LTE_INT(emptyCount) { in LTE_FLOAT()
109 int8_t emptyCount; member
/frameworks/base/wifi/java/android/net/wifi/
DWifiWatchdogStateMachine.java1187 int emptyCount = 0; in findRssiTarget() local
1192 emptyCount = 0; in findRssiTarget()
1205 } else if (++emptyCount >= BSSID_STAT_EMPTY_COUNT) { in findRssiTarget()