Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterbox.java145 int emptyCount = 0; in notIntersectsOrFullyContains() local
151 emptyCount++; in notIntersectsOrFullyContains()
160 return (emptyCount + noOverlappingCount) == mSurfaces.length; in notIntersectsOrFullyContains()
/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp766 size_t emptyCount = mFrameList.size(); in getCandidateTimestampLocked() local
772 emptyCount--; in getCandidateTimestampLocked()
838 if (emptyCount == mFrameList.size()) { in getCandidateTimestampLocked()
855 __FUNCTION__, minTimestamp, idx, emptyCount); in getCandidateTimestampLocked()