Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.h159 int32_t prepareResources(const int32_t willOnDispId = -1);
252 const int32_t willOnDispId) const;
DExynosResourceManager.cpp1950 const int32_t willOnDispId) const { in decideMainAndMinorDisplay()
1961 (disp->mDisplayId != willOnDispId && in decideMainAndMinorDisplay()
2413 int32_t ExynosResourceManager::prepareResources(const int32_t willOnDispId) { in prepareResources() argument
2421 auto [mainDisp, minorDisp] = decideMainAndMinorDisplay(willOnDispId); in prepareResources()
2426 (mDevice->mGeometryChanged & GEOMETRY_DEVICE_DISPLAY_REMOVED) || willOnDispId != -1) in prepareResources()