Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DDisplay.cpp102 auto& hwc = getCompositionEngine().getHwComposer(); in setColorTransform() local
165 auto& hwc = getCompositionEngine().getHwComposer(); in createOutputLayer() local
229 auto& hwc = getCompositionEngine().getHwComposer(); in chooseCompositionStrategy() local
253 const auto& hwc = getCompositionEngine().getHwComposer(); in getSkipColorTransform() local
333 auto& hwc = getCompositionEngine().getHwComposer(); in presentAndGetFrameFences() local
H A DOutputLayerCompositionState.cpp33 void dumpHwc(const OutputLayerCompositionState::Hwc& hwc, std::string& out) { in dumpHwc()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DHWComposerTest.cpp91 impl::HWComposer hwc{std::unique_ptr<Hwc2::Composer>(mHal)}; in TEST_F() local
109 impl::HWComposer hwc{std::unique_ptr<Hwc2::Composer>(mHal)}; in TEST_F() local
/aosp12/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c59 hwc_composer_device_1_t *hwc; member
181 hwc_composer_device_1_t *hwc = win->hwc; in hwc_post() local
376 hwc_composer_device_1_t *hwc; in hwc_init() local
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DOutputLayerCompositionState.h142 std::optional<Hwc> hwc; member
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp59 FramebufferSurface::FramebufferSurface(HWComposer& hwc, PhysicalDisplayId displayId, in FramebufferSurface()
H A DVirtualDisplaySurface.cpp60 VirtualDisplaySurface::VirtualDisplaySurface(HWComposer& hwc, VirtualDisplayId displayId, in VirtualDisplaySurface()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DCompositionEngineTest.cpp58 android::mock::HWComposer* hwc = new StrictMock<android::mock::HWComposer>(); in TEST_F() local
/aosp12/hardware/google/graphics/common/libhwc2.1/
H A DExynosHWC.cpp37 uint32_t hwcApiVersion(const hwc_composer_device_1_t* hwc) { in hwcApiVersion()
42 uint32_t hwcHeaderVersion(const hwc_composer_device_1_t* hwc) { in hwcHeaderVersion()
47 bool hwcHasApiVersion(const hwc_composer_device_1_t* hwc, uint32_t version) in hwcHasApiVersion()