Searched defs:hwc1Id (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp866 uint32_t hwc1Id = 0; local
867 auto error = config->getHwc1IdForColorMode(mActiveColorMode, &hwc1Id);
873 mHwc1Id, static_cast<int>(hwc1Id));
1336 for (size_t hwc1Id = 0; hwc1Id < numLayers; ++hwc1Id) {
1337 const auto& receivedLayer = mHwc1ReceivedContents->hwLayers[hwc1Id];
1338 if (mHwc1LayerMap.count(hwc1Id) == 0) {
1342 hwc1Id);
1346 Layer& layer = *mHwc1LayerMap[hwc1Id];
1791 uint32_t hwc1Id = id.second; local
[all...]

Completed in 68 milliseconds