Searched refs:HWLayerId (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2.h | 104 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;
|
D | HWC2.cpp | 133 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()
|
D | Hal.h | 68 using HWLayerId = V2_1::Layer; variable
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | MockHWC2.h | 53 MOCK_CONST_METHOD0(getId, hal::HWLayerId());
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockHWC2.h | 37 MOCK_METHOD(void, onLayerDestroyed, (hal::HWLayerId), (override)); 119 MOCK_METHOD(hal::HWLayerId, getId, (), (const, override));
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | HWComposerTest.cpp | 506 static constexpr hal::HWLayerId kLayerId = static_cast<hal::HWLayerId>(1002);
|
D | CompositionTest.cpp | 76 constexpr hal::HWLayerId HWC_LAYER = 5000;
|