Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h84 virtual void onLayerDestroyed(hal::HWLayerId layerId) = 0;
221 void onLayerDestroyed(hal::HWLayerId layerId) override;
227 std::shared_ptr<HWC2::Layer> getLayerById(hal::HWLayerId id) const;
243 using Layers = std::unordered_map<hal::HWLayerId, std::weak_ptr<HWC2::impl::Layer>>;
256 virtual hal::HWLayerId getId() const = 0;
300 hal::HWLayerId layerId);
305 hal::HWLayerId getId() const override { return mId; } in getId()
341 hal::HWLayerId mId;
DHWC2.cpp126 HWLayerId layerId = 0; in createLayer()
138 void Display::onLayerDestroyed(hal::HWLayerId layerId) { in onLayerDestroyed()
557 std::shared_ptr<HWC2::Layer> Display::getLayerById(HWLayerId id) const { in getLayerById()
570 HWC2::Display& display, HWLayerId layerId) in Layer()
DHal.h63 using HWLayerId = V2_1::Layer; variable
/frameworks/native/services/surfaceflinger/tests/unittests/
DHWComposerTest.cpp118 static constexpr hal::HWLayerId kLayerId = static_cast<hal::HWLayerId>(1002);
DCompositionTest.cpp77 constexpr hal::HWLayerId HWC_LAYER = 5000;
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWC2.h36 MOCK_METHOD(void, onLayerDestroyed, (hal::HWLayerId), (override));
97 MOCK_METHOD(hal::HWLayerId, getId, (), (const, override));
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DMockHWC2.h51 MOCK_CONST_METHOD0(getId, hal::HWLayerId());