Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/sampleDriver/aidl/include/
DEvsEnumerator.h95 struct DisplayInfo { struct
101 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.java299 class DisplayInfo { in getUniqueSubscriptionDisplayNames() class
/packages/services/Car/service/src/com/android/car/
DCarOccupantZoneService.java165 static class DisplayInfo { class in CarOccupantZoneService
169 DisplayInfo(Display display, int displayType) { in DisplayInfo() method in CarOccupantZoneService.DisplayInfo