Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_pluggable.cpp51 HWCDisplay *hwc_display_pluggable = new HWCDisplayPluggable(core_intf, buffer_allocator, in Create() local
53 int status = hwc_display_pluggable->Init(); in Create()
55 delete hwc_display_pluggable; in Create()
59 error = hwc_display_pluggable->GetMixerResolution(&pluggable_width, &pluggable_height); in Create()
61 Destroy(hwc_display_pluggable); in Create()
80 status = hwc_display_pluggable->SetFrameBufferResolution(pluggable_width, pluggable_height); in Create()
82 Destroy(hwc_display_pluggable); in Create()
86 *hwc_display = hwc_display_pluggable; in Create()