Searched defs:DisplayInfo (Results 1 – 5 of 5) sorted by relevance
95 struct DisplayInfo { struct101 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
299 class DisplayInfo { in getUniqueSubscriptionDisplayNames() class
165 static class DisplayInfo { class in CarOccupantZoneService169 DisplayInfo(Display display, int displayType) { in DisplayInfo() method in CarOccupantZoneService.DisplayInfo