| /hardware/qcom/display/msm8996/libqdutils/ | 
| D | display_config.h | 81 typedef struct DisplayAttributes {  struct 89     DisplayAttributes() : vsync_period(0), xres(0), yres(0), xdpi(0.0f),  in DisplayAttributes()  function
  | 
| /hardware/qcom/display/msm8998/libqdutils/ | 
| D | display_config.h | 91 typedef struct DisplayAttributes {  struct 99 } DisplayAttributes_t;  argument
  | 
| /hardware/qcom/display/msm8909w_3100/libqdutils/ | 
| D | display_config.h | 91 typedef struct DisplayAttributes {  struct 99 } DisplayAttributes_t;  argument
  | 
| /hardware/qcom/display/msm8909/libqdutils/ | 
| D | display_config.h | 91 typedef struct DisplayAttributes {  struct 99 } DisplayAttributes_t;  argument
  | 
| /hardware/qcom/sm8150/display/libqdutils/ | 
| D | display_config.h | 95 typedef struct DisplayAttributes {  struct 103 } DisplayAttributes_t;  argument
  | 
| /hardware/qcom/sm7250/display/libqdutils/ | 
| D | display_config.h | 131 typedef struct DisplayAttributes {  struct 139 } DisplayAttributes_t;  argument
  | 
| /hardware/qcom/display/msm8909w_3100/libdisplayconfig/ | 
| D | DisplayConfig.h | 69 struct DisplayAttributes {  struct 70     uint32_t vsync_period = 0; //nanoseconds 71     uint32_t xres = 0; 72     uint32_t yres = 0; 96 DisplayAttributes getDisplayAttributes(uint32_t configIndex, int dpy);  argument
  | 
| /hardware/qcom/display/msm8909/libdisplayconfig/ | 
| D | DisplayConfig.h | 69 struct DisplayAttributes {  struct 70     uint32_t vsync_period = 0; //nanoseconds 71     uint32_t xres = 0; 72     uint32_t yres = 0; 96 DisplayAttributes getDisplayAttributes(uint32_t configIndex, int dpy);  argument
  | 
| /hardware/qcom/sm7250/display/libdisplayconfig/ | 
| D | DisplayConfig.h | 69 struct DisplayAttributes {  struct 70     uint32_t vsync_period = 0; //nanoseconds 71     uint32_t xres = 0; 72     uint32_t yres = 0; 73     float xdpi = 0.0f; 74     float ydpi = 0.0f; 75     int panel_type = DISPLAY_PORT_DEFAULT; 76     bool is_yuv = false;
  | 
| /hardware/qcom/sm8150/display/libdisplayconfig/ | 
| D | DisplayConfig.h | 69 struct DisplayAttributes {  struct 70     uint32_t vsync_period = 0; //nanoseconds 71     uint32_t xres = 0; 72     uint32_t yres = 0; 73     float xdpi = 0.0f; 74     float ydpi = 0.0f; 75     int panel_type = DISPLAY_PORT_DEFAULT; 76     bool is_yuv = false;
  | 
| /hardware/qcom/display/msm8084/libhwcomposer/ | 
| D | hwc_utils.h | 77 struct DisplayAttributes {  struct 78     uint32_t vsync_period; //nanos 79     uint32_t xres; 80     uint32_t yres; 81     uint32_t stride; 82     float xdpi; 83     float ydpi; 84     int fd; 85     bool connected; //Applies only to pluggable disp. 88     bool isActive; [all …] 
 | 
| /hardware/qcom/display/msm8226/libhwcomposer/ | 
| D | hwc_utils.h | 78 struct DisplayAttributes {  struct 79     uint32_t vsync_period; //nanos 80     uint32_t xres; 81     uint32_t yres; 82     uint32_t stride; 83     float xdpi; 84     float ydpi; 85     int fd; 86     bool connected; //Applies only to pluggable disp. 89     bool isActive; [all …] 
 | 
| /hardware/qcom/display/msm8994/libhwcomposer/ | 
| D | hwc_utils.h | 84 struct DisplayAttributes {  struct 85     uint32_t refreshRate; 86     uint32_t dynRefreshRate; 87     uint32_t vsync_period; //nanos 88     uint32_t xres; 89     uint32_t yres; 90     uint32_t stride; 91     float xdpi; 92     float ydpi; 93     bool secure; [all …] 
 | 
| /hardware/qcom/display/msm8960/libhwcomposer/ | 
| D | hwc_utils.h | 71 struct DisplayAttributes {  struct 72     uint32_t vsync_period; //nanos 73     uint32_t xres; 74     uint32_t yres; 75     uint32_t stride; 76     float xdpi; 77     float ydpi; 78     int fd; 79     bool connected; //Applies only to pluggable disp. 82     bool isActive; [all …] 
 |