Searched defs:DisplayInfo (Results 1 – 6 of 6) sorted by relevance
99 struct DisplayInfo { struct105 std::optional<DisplayInfo> popDisplay(int32_t id); argument
40 struct DisplayInfo { struct41 uint8_t port = 0; // Display port number to use42 std::string function = ""; // The expected use for this display.43 float frontRangeInCarSpace; // How far the display extends in front of the car44 float rearRangeInCarSpace; // How far the display extends behind the car
54 data class DisplayInfo( in <lambda>() dataClass
300 class DisplayInfo { in getUniqueSubscriptionDisplayNames() class
610 data class DisplayInfo(val width: Int, val height: Int, val dpi: Int, val refreshRate: Int) : dataClass
164 static class DisplayInfo { class in CarOccupantZoneService168 DisplayInfo(Display display, int displayType) { in DisplayInfo() method in CarOccupantZoneService.DisplayInfo