Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosResourceManager.h156 int32_t initResourcesState(ExynosDisplay *display);
H A DExynosResourceManager.cpp2303 int32_t ExynosResourceManager::initResourcesState(ExynosDisplay *display) in initResourcesState() function in ExynosResourceManager
/aosp12/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/
H A DExynosExternalDisplay.cpp233 if ((ret = mResourceManager->initResourcesState(this)) != NO_ERROR) in validateDisplay()