Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/gui/
H A DLayerState.cpp741 int32_t numExcludeHandles = 0; in read() local
742 SAFE_PARCEL_READ_SIZE(input.readInt32, &numExcludeHandles, input.dataSize()); in read()
743 excludeHandles.reserve(numExcludeHandles); in read()
744 for (int i = 0; i < numExcludeHandles; i++) { in read()