Home
last modified time | relevance | path

Searched defs:DisplayId (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/ui/include/ui/
H A DDisplayId.h27 struct DisplayId { struct
35 DisplayId() = default; argument
37 DisplayId& operator=(const DisplayId&) = default; argument
42 explicit constexpr DisplayId(uint64_t id) : value(id) {} in DisplayId() function
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DDisplayId.h27 struct DisplayId { struct
35 DisplayId() = default; argument
37 DisplayId& operator=(const DisplayId&) = default; argument
42 explicit constexpr DisplayId(uint64_t id) : value(id) {} in DisplayId() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/qualifiers/
H A DDisplayId.java29 public @interface DisplayId { annotation
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhwc_types.h30 using DisplayId = hwc2_display_t; variable