Searched refs:toPhysicalDisplayId (Results 1 – 4 of 4) sorted by relevance
90 MOCK_CONST_METHOD1(toPhysicalDisplayId, std::optional<DisplayId>(hwc2_display_t));
183 virtual std::optional<DisplayId> toPhysicalDisplayId(hwc2_display_t hwcDisplayId) const = 0;320 std::optional<DisplayId> toPhysicalDisplayId(hwc2_display_t hwcDisplayId) const override;
145 if (const auto displayId = toPhysicalDisplayId(hwcDisplayId)) { in onHotplug()174 const auto displayId = toPhysicalDisplayId(hwcDisplayId); in onVsync()811 std::optional<DisplayId> HWComposer::toPhysicalDisplayId(hwc2_display_t hwcDisplayId) const { in toPhysicalDisplayId() function in android::impl::HWComposer
832 return hwcDisplayId ? getHwComposer().toPhysicalDisplayId(*hwcDisplayId) : std::nullopt; in getInternalDisplayIdLocked()