Lines Matching defs:modes
95 sptr<SupportedScreenModes> modes =
97 if (modes == nullptr) {
101 uint32_t displayHeight = modes->height_;
102 uint32_t displayWidth = modes->width_;
166 sptr<SupportedScreenModes> modes =
169 if (!modes) {
170 WLOGE("support screen modes get failed");
174 uint32_t displayHeight = modes->height_;
175 uint32_t displayWidth = modes->width_;
256 sptr<SupportedScreenModes> modes =
258 if (!modes) {
259 WLOGE("support screen modes get failed");
262 uint32_t displayHeight = modes->height_;
263 uint32_t displayWidth = modes->width_;