Home
last modified time | relevance | path

Searched refs:hasDisplay (Results 1 – 8 of 8) sorted by relevance

/hardware/google/graphics/common/hwc3/include/
DIResourceManager.h41 virtual bool hasDisplay(int64_t display) = 0;
/hardware/google/graphics/common/hwc3/impl/
DResourceManager.h46 bool hasDisplay(int64_t display) override;
DResourceManager.cpp48 bool ResourceManager::hasDisplay(int64_t display) { in hasDisplay() function in aidl::android::hardware::graphics::composer3::impl::ResourceManager
52 return mResources->hasDisplay(hwcDisplay); in hasDisplay()
/hardware/interfaces/graphics/composer/2.1/utils/resources/include/composer-resources/2.1/
DComposerResources.h164 bool hasDisplay(Display display);
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposerClient.h54 if (mResources->hasDisplay(display)) { in onHotplug()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h96 if (mResources->hasDisplay(display)) { in onHotplug()
/hardware/interfaces/graphics/composer/2.1/utils/resources/
DComposerResources.cpp263 bool ComposerResources::hasDisplay(Display display) { in hasDisplay() function in android::hardware::graphics::composer::V2_1::hal::ComposerResources
/hardware/google/graphics/common/hwc3/
DComposerClient.cpp532 if (mResources->hasDisplay(display)) { in processDisplayResources()