Lines Matching refs:numLayers
1335 size_t numLayers = mHwc1ReceivedContents->numHwLayers; in setReceivedContents() local
1336 for (size_t hwc1Id = 0; hwc1Id < numLayers; ++hwc1Id) { in setReceivedContents()
1368 auto numLayers = hwcContents.numHwLayers; in set() local
1372 for (size_t l = 0; l < numLayers - 1; ++l) { in set()
1381 auto& clientTargetLayer = hwcContents.hwLayers[numLayers - 1]; in set()
1406 size_t numLayers = hwcContents.numHwLayers; in addReleaseFences() local
1407 for (size_t hwc1Id = 0; hwc1Id < numLayers; ++hwc1Id) { in addReleaseFences()
1861 auto numLayers = mLayers.size() + 1; in reallocateHwc1Contents() local
1863 sizeof(hwc_layer_1_t) * numLayers; in reallocateHwc1Contents()
1865 numLayers, numLayers != 1 ? "s" : ""); in reallocateHwc1Contents()
1868 contents->numHwLayers = numLayers; in reallocateHwc1Contents()