Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.h159 int32_t prepareResources(const int32_t willOnDispId = -1);
DExynosResourceManager.cpp415 if ((ret = prepareResources()) != NO_ERROR) { in assignResource()
2413 int32_t ExynosResourceManager::prepareResources(const int32_t willOnDispId) { in prepareResources() function in ExynosResourceManager
2462 if ((ret = prepareResources()) != NO_ERROR) { in initResourcesState()
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplay.cpp469 mResourceManager->prepareResources(mDisplayId); in setPowerOn()