Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_pluggable.cpp42 int HWCDisplayPluggable::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create()
51 HWCDisplay *hwc_display_pluggable = new HWCDisplayPluggable(core_intf, buffer_allocator, in Create()
91 int HWCDisplayPluggable::Init() { in Init()
102 void HWCDisplayPluggable::Destroy(HWCDisplay *hwc_display) { in Destroy()
109 HWCDisplayPluggable::HWCDisplayPluggable(CoreInterface *core_intf, in HWCDisplayPluggable() function in sdm::HWCDisplayPluggable
120 HWC2::Error HWCDisplayPluggable::Validate(uint32_t *out_num_types, uint32_t *out_num_requests) { in Validate()
149 HWC2::Error HWCDisplayPluggable::Present(int32_t *out_retire_fence) { in Present()
161 void HWCDisplayPluggable::ApplyScanAdjustment(hwc_rect_t *display_frame) { in ApplyScanAdjustment()
200 void HWCDisplayPluggable::GetDownscaleResolution(uint32_t primary_width, uint32_t primary_height, in GetDownscaleResolution()
214 int HWCDisplayPluggable::SetState(bool connected) { in SetState()
[all …]
Dhwc_display_pluggable.h39 class HWCDisplayPluggable : public HWCDisplay {
59 HWCDisplayPluggable(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
Dhwc_session.cpp2635 status = HWCDisplayPluggable::Create(core_intf_, &buffer_allocator_, &callbacks_, this, in CreatePrimaryDisplay()
2836 err = HWCDisplayPluggable::Create(core_intf_, &buffer_allocator_, in HandleConnectedDisplays()
2975 HWCDisplayPluggable::Destroy(hwc_display); in DestroyPluggableDisplay()