Lines Matching refs:hal
34 namespace hal = android::hardware::graphics::composer::hal; variable
43 bool(hal::HWDisplayId, uint8_t*, DisplayIdentificationData*));
44 MOCK_CONST_METHOD1(hasCapability, bool(hal::Capability));
45 MOCK_CONST_METHOD2(hasDisplayCapability, bool(DisplayId, hal::DisplayCapability));
49 MOCK_METHOD2(allocatePhysicalDisplay, void(hal::HWDisplayId, DisplayId));
59 MOCK_METHOD2(setPowerMode, status_t(DisplayId, hal::PowerMode));
81 std::optional<DisplayIdentificationInfo>(hal::HWDisplayId, hal::Connection));
82 MOCK_METHOD2(onVsync, bool(hal::HWDisplayId, int64_t));
83 MOCK_METHOD2(setVsyncEnabled, void(DisplayId, hal::Vsync));
97 status_t(DisplayId, size_t, const hal::VsyncPeriodChangeConstraints&,
98 hal::VsyncPeriodChangeTimeline*));
100 MOCK_METHOD2(getSupportedContentTypes, status_t(DisplayId, std::vector<hal::ContentType>*));
101 MOCK_METHOD2(setContentType, status_t(DisplayId, hal::ContentType));
107 MOCK_CONST_METHOD1(getHwcDisplayId, std::optional<hal::HWDisplayId>(int32_t));
108 MOCK_CONST_METHOD0(getInternalHwcDisplayId, std::optional<hal::HWDisplayId>());
109 MOCK_CONST_METHOD0(getExternalHwcDisplayId, std::optional<hal::HWDisplayId>());
110 MOCK_CONST_METHOD1(toPhysicalDisplayId, std::optional<DisplayId>(hal::HWDisplayId));
111 MOCK_CONST_METHOD1(fromPhysicalDisplayId, std::optional<hal::HWDisplayId>(DisplayId));