Home
last modified time | relevance | path

Searched defs:hwc (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DDisplay.cpp71 auto& hwc = getCompositionEngine().getHwComposer(); in maybeAllocateDisplayIdForVirtualDisplay() local
105 auto& hwc = getCompositionEngine().getHwComposer(); in disconnect() local
117 auto& hwc = getCompositionEngine().getHwComposer(); in setColorTransform() local
142 auto& hwc = getCompositionEngine().getHwComposer(); in setColorProfile() local
183 auto& hwc = getCompositionEngine().getHwComposer(); in createOutputLayer() local
250 auto& hwc = getCompositionEngine().getHwComposer(); in chooseCompositionStrategy() local
272 const auto& hwc = getCompositionEngine().getHwComposer(); in getSkipColorTransform() local
347 auto& hwc = getCompositionEngine().getHwComposer(); in presentAndGetFrameFences() local
DOutputLayerCompositionState.cpp33 void dumpHwc(const OutputLayerCompositionState::Hwc& hwc, std::string& out) { in dumpHwc()
/frameworks/native/services/surfaceflinger/tests/unittests/
DHWComposerTest.cpp88 impl::HWComposer hwc{std::unique_ptr<Hwc2::Composer>(mHal)}; in TEST_F() local
107 impl::HWComposer hwc{std::unique_ptr<Hwc2::Composer>(mHal)}; in TEST_F() local
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputLayerCompositionState.h107 std::optional<Hwc> hwc; member
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFramebufferSurface.cpp59 FramebufferSurface::FramebufferSurface(HWComposer& hwc, DisplayId displayId, in FramebufferSurface()
DVirtualDisplaySurface.cpp60 VirtualDisplaySurface::VirtualDisplaySurface(HWComposer& hwc, in VirtualDisplaySurface()