Searched defs:DisplayInfo (Results 1 – 7 of 7) sorted by relevance
29 struct DisplayInfo { struct36 static_assert(std::is_trivially_copyable_v<DisplayInfo>); argument
47 public final class DisplayInfo implements Parcelable { class286 public DisplayInfo() { in DisplayInfo() method in DisplayInfo289 public DisplayInfo(DisplayInfo other) { in DisplayInfo() method in DisplayInfo293 private DisplayInfo(Parcel source) { in DisplayInfo() method in DisplayInfo
1451 public static final class DisplayInfo { class in SurfaceControl
399 struct DisplayInfo { struct405 DisplayInfo* GetDisplayInfo(hwc2_display_t display); argument
720 status_t getDisplayInfo(const sp<IBinder>& /*display*/, DisplayInfo*) override { in getDisplayInfo() argument