Home
last modified time | relevance | path

Searched defs:DisplayInfo (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/cpp/evs/v4l2_hal/aidl/include/
DEvsEnumerator.h99 struct DisplayInfo { struct
105 std::optional<DisplayInfo> popDisplay(int32_t id); argument
/packages/services/Car/cpp/evs/apps/default/inc/
DConfigManager.h40 struct DisplayInfo { struct
41 uint8_t port = 0; // Display port number to use
42 std::string function = ""; // The expected use for this display.
43 float frontRangeInCarSpace; // How far the display extends in front of the car
44 float rearRangeInCarSpace; // How far the display extends behind the car
/packages/apps/Settings/src/com/android/settings/network/
DInternetPreferenceRepository.kt54 data class DisplayInfo( in <lambda>() dataClass
DSubscriptionUtil.java300 class DisplayInfo { in getUniqueSubscriptionDisplayNames() class
/packages/modules/Virtualization/android/TerminalApp/java/com/android/virtualization/terminal/
DVmLauncherService.kt610 data class DisplayInfo(val width: Int, val height: Int, val dpi: Int, val refreshRate: Int) : dataClass
/packages/services/Car/service/src/com/android/car/
DCarOccupantZoneService.java164 static class DisplayInfo { class in CarOccupantZoneService
168 DisplayInfo(Display display, int displayType) { in DisplayInfo() method in CarOccupantZoneService.DisplayInfo