Searched defs:DisplayMapInfo (Results 1 – 1 of 1) sorted by relevance
237 struct DisplayMapInfo { struct238 hwc2_display_t client_id = HWCCallbacks::kNumDisplays; // mapped sf id for this display239 int32_t sdm_id = -1; // sdm id for this display240 sdm:: DisplayType disp_type = kDisplayTypeMax; // sdm display type241 bool test_pattern = false; // display will show test pattern242 void Reset() { in Reset()