Home
last modified time | relevance | path

Searched refs:HWLayerId (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h104 virtual void onLayerDestroyed(hal::HWLayerId layerId) = 0;
277 void onLayerDestroyed(hal::HWLayerId layerId) override;
285 std::shared_ptr<HWC2::Layer> getLayerById(hal::HWLayerId id) const;
304 using Layers = std::unordered_map<hal::HWLayerId, std::weak_ptr<HWC2::impl::Layer>>;
320 virtual hal::HWLayerId getId() const = 0;
368 HWC2::Display& display, hal::HWLayerId layerId);
373 hal::HWLayerId getId() const override { return mId; } in getId()
417 hal::HWLayerId mId;
DHWC2.cpp133 HWLayerId layerId = 0; in createLayer()
145 void Display::onLayerDestroyed(hal::HWLayerId layerId) { in onLayerDestroyed()
633 std::shared_ptr<HWC2::Layer> Display::getLayerById(HWLayerId id) const { in getLayerById()
688 HWLayerId layerId) in Layer()
DHal.h68 using HWLayerId = V2_1::Layer; variable
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWC2.h53 MOCK_CONST_METHOD0(getId, hal::HWLayerId());
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWC2.h37 MOCK_METHOD(void, onLayerDestroyed, (hal::HWLayerId), (override));
119 MOCK_METHOD(hal::HWLayerId, getId, (), (const, override));
/frameworks/native/services/surfaceflinger/tests/unittests/
DHWComposerTest.cpp506 static constexpr hal::HWLayerId kLayerId = static_cast<hal::HWLayerId>(1002);
DCompositionTest.cpp76 constexpr hal::HWLayerId HWC_LAYER = 5000;