Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in Create()
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in Create()
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, hwc_procs, qservice); in Create()
91 reinterpret_cast<HWCDisplayExternal *>(hwc_display_external)->drc_enabled_ = drc_enabled; in Create()
94 reinterpret_cast<HWCDisplayExternal *>(hwc_display_external)->drc_reset_fps_enabled_ = in Create()
102 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) { in Destroy()
107 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in HWCDisplayExternal() function in sdm::HWCDisplayExternal
113 int HWCDisplayExternal::Prepare(hwc_display_contents_1_t *content_list) { in Prepare()
156 int HWCDisplayExternal::Commit(hwc_display_contents_1_t *content_list) { in Commit()
176 void HWCDisplayExternal::ApplyScanAdjustment(hwc_rect_t *display_frame) { in ApplyScanAdjustment()
[all …]
Dhwc_display_external.h32 class HWCDisplayExternal : public HWCDisplay {
52 HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
Dhwc_session.cpp681 HWCDisplayExternal::Destroy(hwc_display_[disp]); in DisconnectDisplay()
1533 external_display = static_cast<HWCDisplayExternal *>(hwc_display_[HWC_DISPLAY_PRIMARY]); in HotPlugHandler()
1607 HWCDisplayExternal::Destroy(external_display); in HotPlugHandler()
1729 return HWCDisplayExternal::Create(core_intf_, &hwc_procs_, primary_width, primary_height, in CreateExternalDisplay()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in Create()
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in Create()
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, hwc_procs, qservice); in Create()
91 reinterpret_cast<HWCDisplayExternal *>(hwc_display_external)->drc_enabled_ = drc_enabled; in Create()
94 reinterpret_cast<HWCDisplayExternal *>(hwc_display_external)->drc_reset_fps_enabled_ = in Create()
102 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) { in Destroy()
107 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in HWCDisplayExternal() function in sdm::HWCDisplayExternal
113 int HWCDisplayExternal::Prepare(hwc_display_contents_1_t *content_list) { in Prepare()
156 int HWCDisplayExternal::Commit(hwc_display_contents_1_t *content_list) { in Commit()
176 void HWCDisplayExternal::ApplyScanAdjustment(hwc_rect_t *display_frame) { in ApplyScanAdjustment()
[all …]
Dhwc_display_external.h32 class HWCDisplayExternal : public HWCDisplay {
52 HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
Dhwc_session.cpp681 HWCDisplayExternal::Destroy(hwc_display_[disp]); in DisconnectDisplay()
1533 external_display = static_cast<HWCDisplayExternal *>(hwc_display_[HWC_DISPLAY_PRIMARY]); in HotPlugHandler()
1607 HWCDisplayExternal::Destroy(external_display); in HotPlugHandler()
1729 return HWCDisplayExternal::Create(core_intf_, &hwc_procs_, primary_width, primary_height, in CreateExternalDisplay()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in Create()
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in Create()
56 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, hwc_procs, qservice); in Create()
90 reinterpret_cast<HWCDisplayExternal *>(hwc_display_external)->drc_enabled_ = drc_enabled; in Create()
97 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) { in Destroy()
102 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs, in HWCDisplayExternal() function in sdm::HWCDisplayExternal
108 int HWCDisplayExternal::Prepare(hwc_display_contents_1_t *content_list) { in Prepare()
152 int HWCDisplayExternal::Commit(hwc_display_contents_1_t *content_list) { in Commit()
172 void HWCDisplayExternal::ApplyScanAdjustment(hwc_rect_t *display_frame) { in ApplyScanAdjustment()
213 void HWCDisplayExternal::SetSecureDisplay(bool secure_display_active) { in SetSecureDisplay()
[all …]
Dhwc_display_external.h32 class HWCDisplayExternal : public HWCDisplay {
50 HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
Dhwc_session.cpp149 status = HWCDisplayExternal::Create(core_intf_, &hwc_procs_, qservice_, in Init()
642 status = HWCDisplayExternal::Create(core_intf_, &hwc_procs_, primary_width, primary_height, in ConnectDisplay()
663 HWCDisplayExternal::Destroy(hwc_display_[disp]); in DisconnectDisplay()
1400 external_display = static_cast<HWCDisplayExternal *>(hwc_display_[HWC_DISPLAY_PRIMARY]); in HotPlugHandler()
1418 int status = HWCDisplayExternal::Create(core_intf_, &hwc_procs_, primary_width, in HotPlugHandler()
1469 HWCDisplayExternal::Destroy(external_display); in HotPlugHandler()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create()
48 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create()
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, buffer_allocator, callbacks, in Create()
96 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) { in Destroy()
101 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, in HWCDisplayExternal() function in sdm::HWCDisplayExternal
109 HWC2::Error HWCDisplayExternal::Validate(uint32_t *out_num_types, uint32_t *out_num_requests) { in Validate()
128 HWC2::Error HWCDisplayExternal::Present(int32_t *out_retire_fence) { in Present()
140 void HWCDisplayExternal::ApplyScanAdjustment(hwc_rect_t *display_frame) { in ApplyScanAdjustment()
173 void HWCDisplayExternal::SetSecureDisplay(bool secure_display_active) { in SetSecureDisplay()
193 void HWCDisplayExternal::GetDownscaleResolution(uint32_t primary_width, uint32_t primary_height, in GetDownscaleResolution()
[all …]
Dhwc_display_external.h37 class HWCDisplayExternal : public HWCDisplay {
52 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
Dhwc_session.cpp114 status = HWCDisplayExternal::Create(core_intf_, buffer_allocator_, &callbacks_, qservice_, in Init()
742 status = HWCDisplayExternal::Create(core_intf_, buffer_allocator_, &callbacks_, primary_width, in ConnectDisplay()
760 HWCDisplayExternal::Destroy(hwc_display_[disp]); in DisconnectDisplay()
1536 external_display = static_cast<HWCDisplayExternal *>(hwc_display_[HWC_DISPLAY_PRIMARY]); in HotPlugHandler()
1573 HWCDisplayExternal::Destroy(external_display); in HotPlugHandler()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create()
48 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create()
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, buffer_allocator, callbacks, in Create()
96 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) { in Destroy()
101 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, in HWCDisplayExternal() function in sdm::HWCDisplayExternal
109 HWC2::Error HWCDisplayExternal::Validate(uint32_t *out_num_types, uint32_t *out_num_requests) { in Validate()
128 HWC2::Error HWCDisplayExternal::Present(int32_t *out_retire_fence) { in Present()
141 void HWCDisplayExternal::ApplyScanAdjustment(hwc_rect_t *display_frame) { in ApplyScanAdjustment()
174 void HWCDisplayExternal::SetSecureDisplay(bool secure_display_active) { in SetSecureDisplay()
194 void HWCDisplayExternal::GetDownscaleResolution(uint32_t primary_width, uint32_t primary_height, in GetDownscaleResolution()
[all …]
Dhwc_display_external.h37 class HWCDisplayExternal : public HWCDisplay {
52 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
Dhwc_session.cpp112 status = HWCDisplayExternal::Create(core_intf_, buffer_allocator_, &callbacks_, qservice_, in Init()
724 status = HWCDisplayExternal::Create(core_intf_, buffer_allocator_, &callbacks_, primary_width, in ConnectDisplay()
742 HWCDisplayExternal::Destroy(hwc_display_[disp]); in DisconnectDisplay()
1491 external_display = static_cast<HWCDisplayExternal *>(hwc_display_[HWC_DISPLAY_PRIMARY]); in HotPlugHandler()
1528 HWCDisplayExternal::Destroy(external_display); in HotPlugHandler()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create()
48 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create()
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, buffer_allocator, callbacks, in Create()
97 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) { in Destroy()
102 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, in HWCDisplayExternal() function in sdm::HWCDisplayExternal
110 HWC2::Error HWCDisplayExternal::Validate(uint32_t *out_num_types, uint32_t *out_num_requests) { in Validate()
140 HWC2::Error HWCDisplayExternal::Present(int32_t *out_retire_fence) { in Present()
152 void HWCDisplayExternal::ApplyScanAdjustment(hwc_rect_t *display_frame) { in ApplyScanAdjustment()
185 void HWCDisplayExternal::SetSecureDisplay(bool secure_display_active) { in SetSecureDisplay()
206 void HWCDisplayExternal::GetDownscaleResolution(uint32_t primary_width, uint32_t primary_height, in GetDownscaleResolution()
[all …]
Dhwc_display_external.h38 class HWCDisplayExternal : public HWCDisplay {
55 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
Dhwc_session.cpp240 HWCDisplayExternal::Destroy(primary_display); in Deinit()
1226 HWCDisplayExternal::Destroy(hwc_display_[disp]); in DisconnectDisplay()
2247 return HWCDisplayExternal::Create(core_intf_, &buffer_allocator_, &callbacks_, in CreateExternalDisplay()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create()
48 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create()
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, buffer_allocator, callbacks, in Create()
97 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) { in Destroy()
102 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, in HWCDisplayExternal() function in sdm::HWCDisplayExternal
110 HWC2::Error HWCDisplayExternal::Validate(uint32_t *out_num_types, uint32_t *out_num_requests) { in Validate()
129 HWC2::Error HWCDisplayExternal::Present(int32_t *out_retire_fence) { in Present()
142 void HWCDisplayExternal::ApplyScanAdjustment(hwc_rect_t *display_frame) { in ApplyScanAdjustment()
175 void HWCDisplayExternal::SetSecureDisplay(bool secure_display_active) { in SetSecureDisplay()
196 void HWCDisplayExternal::GetDownscaleResolution(uint32_t primary_width, uint32_t primary_height, in GetDownscaleResolution()
[all …]
Dhwc_display_external.h38 class HWCDisplayExternal : public HWCDisplay {
54 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
Dhwc_session.cpp184 status = HWCDisplayExternal::Create(core_intf_, &buffer_allocator_, &callbacks_, qservice_, in Init()
220 HWCDisplayExternal::Destroy(primary_display); in Deinit()
848 status = HWCDisplayExternal::Create(core_intf_, &buffer_allocator_, &callbacks_, primary_width, in ConnectDisplay()
866 HWCDisplayExternal::Destroy(hwc_display_[disp]); in DisconnectDisplay()
1406 status = HWCDisplayExternal::Create(core_intf_, &buffer_allocator_, &callbacks_, in HotPlugHandler()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display_external.cpp42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create()
48 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator, in Create()
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, buffer_allocator, callbacks, in Create()
97 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) { in Destroy()
102 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, in HWCDisplayExternal() function in sdm::HWCDisplayExternal
110 HWC2::Error HWCDisplayExternal::Validate(uint32_t *out_num_types, uint32_t *out_num_requests) { in Validate()
129 HWC2::Error HWCDisplayExternal::Present(int32_t *out_retire_fence) { in Present()
142 void HWCDisplayExternal::ApplyScanAdjustment(hwc_rect_t *display_frame) { in ApplyScanAdjustment()
175 void HWCDisplayExternal::SetSecureDisplay(bool secure_display_active) { in SetSecureDisplay()
196 void HWCDisplayExternal::GetDownscaleResolution(uint32_t primary_width, uint32_t primary_height, in GetDownscaleResolution()
[all …]
Dhwc_display_external.h38 class HWCDisplayExternal : public HWCDisplay {
54 HWCDisplayExternal(CoreInterface *core_intf, HWCBufferAllocator *buffer_allocator,
Dhwc_session.cpp226 HWCDisplayExternal::Destroy(primary_display); in Deinit()
910 HWCDisplayExternal::Destroy(hwc_display_[disp]); in DisconnectDisplay()
1614 return HWCDisplayExternal::Create(core_intf_, &buffer_allocator_, &callbacks_, in CreateExternalDisplay()
1618 return HWCDisplayExternal::Create(core_intf_, &buffer_allocator_, &callbacks_, in CreateExternalDisplay()