Searched defs:DisplayInfo (Results 1 – 8 of 8) sorted by relevance
41 struct DisplayInfo { struct42 uint8_t port = 0; // Display port number to use43 std::string function = ""; // The expected use for this display.44 float frontRangeInCarSpace; // How far the display extends in front of the car45 float rearRangeInCarSpace; // How far the display extends behind the car
48 public final class DisplayInfo implements Parcelable { class327 public DisplayInfo() { in DisplayInfo() method in DisplayInfo330 public DisplayInfo(DisplayInfo other) { in DisplayInfo() method in DisplayInfo334 private DisplayInfo(Parcel source) { in DisplayInfo() method in DisplayInfo
97 struct DisplayInfo { struct98 std::string panel_name;99 std::string panel_serial;101 DisplayBrightnessTable brightness_table;
399 struct DisplayInfo { struct405 DisplayInfo* GetDisplayInfo(hwc2_display_t display); argument
244 class DisplayInfo { in getUniqueSubscriptionDisplayNames() class
1105 private static final class DisplayInfo { class in CarUxRestrictionsManagerService1109 DisplayInfo(IRemoteCallback owner, int physicalDisplayId) { in DisplayInfo() method in CarUxRestrictionsManagerService.DisplayInfo
132 static class DisplayInfo { class in CarOccupantZoneService136 DisplayInfo(Display display, int displayType) { in DisplayInfo() method in CarOccupantZoneService.DisplayInfo
491 class DisplayInfo { in getUniqueSubscriptionDisplayNames() class