Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.h150 virtual int32_t checkScenario(ExynosDisplay *display);
DExynosResourceManager.cpp342 int32_t ExynosResourceManager::checkScenario(ExynosDisplay __unused *display) { in checkScenario() function in ExynosResourceManager
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp1329 if ((ret = mResourceManager->checkScenario(this)) != NO_ERROR) in doPreProcessing()