Home
last modified time | relevance | path

Searched refs:allocatePhysicalDisplay (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWComposer.h49 MOCK_METHOD2(allocatePhysicalDisplay, void(hal::HWDisplayId, DisplayId));
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.h96 virtual void allocatePhysicalDisplay(hal::HWDisplayId hwcDisplayId, DisplayId displayId) = 0;
251 void allocatePhysicalDisplay(hal::HWDisplayId hwcDisplayId, DisplayId displayId) override;
DHWComposer.cpp287 void HWComposer::allocatePhysicalDisplay(hal::HWDisplayId hwcDisplayId, DisplayId displayId) { in allocatePhysicalDisplay() function in android::impl::HWComposer
948 allocatePhysicalDisplay(hwcDisplayId, info->id); in onHotplugConnect()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2684 getHwComposer().allocatePhysicalDisplay(physical->hwcDisplayId, physical->id); in processDisplayChanged()