Home
last modified time | relevance | path

Searched refs:GetPanelResolution (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_external.cpp54 hwc_display_external->GetPanelResolution(&external_width, &external_height); in Create()
151 GetPanelResolution(&panel_width, &panel_height); in ApplyScanAdjustment()
Dhwc_display.h61 virtual void GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels);
Dhwc_display_primary.cpp54 hwc_display_primary->GetPanelResolution(&primary_width, &primary_height); in Create()
Dhwc_display_virtual.cpp70 hwc_display_virtual->GetPanelResolution(&virtual_width, &virtual_height); in Create()
Dhwc_color_manager.cpp257 hwc_display->GetPanelResolution(&primary_width, &primary_height); in CreateSolidFillLayers()
Dhwc_display.cpp1235 GetPanelResolution(&panel_x_pixels, &panel_y_pixels); in IsFrameBufferScaled()
1240 void HWCDisplay::GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels) { in GetPanelResolution() function in sdm::HWCDisplay