Searched refs:getPreferredBootDisplayMode (Results 1 – 4 of 4) sorted by relevance
108 MOCK_METHOD(std::optional<hal::HWConfigId>, getPreferredBootDisplayMode, (PhysicalDisplayId),
310 virtual std::optional<hal::HWConfigId> getPreferredBootDisplayMode(PhysicalDisplayId) = 0;479 std::optional<hal::HWConfigId> getPreferredBootDisplayMode(PhysicalDisplayId) override;
924 std::optional<hal::HWConfigId> HWComposer::getPreferredBootDisplayMode( in getPreferredBootDisplayMode() function in android::impl::HWComposer
1286 if (const auto hwcId = getHwComposer().getPreferredBootDisplayMode(displayId)) { in getDynamicDisplayInfoInternal()