Searched refs:INVALID_DISPLAY_ID (Results 1 – 3 of 3) sorted by relevance
63 static constexpr int32_t INVALID_DISPLAY_ID = -1; variable68 Rosen::DisplayId defaultDisplayId_ = INVALID_DISPLAY_ID;
76 static constexpr int32_t INVALID_DISPLAY_ID {-1};
115 RETURN_IF_WITH_RET(proxy == nullptr, INVALID_DISPLAY_ID); in GetMainDisplayId()