HomeSort by relevance Sort by last modified time
    Searched refs:HWCDisplayExternal (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display_external.cpp 38 #define __CLASS__ "HWCDisplayExternal"
42 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
57 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, hwc_procs, qservice);
70 // use_primary_res means HWCDisplayExternal should directly set framebuffer resolution to the
91 reinterpret_cast<HWCDisplayExternal *>(hwc_display_external)->drc_enabled_ = drc_enabled;
94 reinterpret_cast<HWCDisplayExternal *>(hwc_display_external)->drc_reset_fps_enabled_ =
102 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) {
107 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs
    [all...]
hwc_display_external.h 32 class HWCDisplayExternal : public HWCDisplay {
52 HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
hwc_session.cpp 149 status = HWCDisplayExternal::Create(core_intf_, &hwc_procs_, qservice_,
637 status = HWCDisplayExternal::Create(core_intf_, &hwc_procs_, primary_width, primary_height,
658 HWCDisplayExternal::Destroy(hwc_display_[disp]);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.cpp 38 #define __CLASS__ "HWCDisplayExternal"
42 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
56 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, hwc_procs, qservice);
69 // use_primary_res means HWCDisplayExternal should directly set framebuffer resolution to the
90 reinterpret_cast<HWCDisplayExternal *>(hwc_display_external)->drc_enabled_ = drc_enabled;
97 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) {
102 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
108 int HWCDisplayExternal::Prepare(hwc_display_contents_1_t *content_list)
    [all...]
hwc_display_external.h 32 class HWCDisplayExternal : public HWCDisplay {
50 HWCDisplayExternal(CoreInterface *core_intf, hwc_procs_t const **hwc_procs,
hwc_session.cpp 149 status = HWCDisplayExternal::Create(core_intf_, &hwc_procs_, qservice_,
642 status = HWCDisplayExternal::Create(core_intf_, &hwc_procs_, primary_width, primary_height,
663 HWCDisplayExternal::Destroy(hwc_display_[disp]);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_external.h 37 class HWCDisplayExternal : public HWCDisplay {
50 HWCDisplayExternal(CoreInterface *core_intf, HWCCallbacks *callbacks,
hwc_display_external.cpp 38 #define __CLASS__ "HWCDisplayExternal"
42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCCallbacks *callbacks,
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCCallbacks *callbacks,
55 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, callbacks, qservice);
68 // use_primary_res means HWCDisplayExternal should directly set framebuffer resolution to the
93 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) {
98 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, HWCCallbacks *callbacks,
104 HWC2::Error HWCDisplayExternal::Validate(uint32_t *out_num_types, uint32_t *out_num_requests) {
123 HWC2::Error HWCDisplayExternal::Present(int32_t *out_retire_fence)
    [all...]
hwc_session.cpp 112 status = HWCDisplayExternal::Create(core_intf_, &callbacks_, qservice_,
714 status = HWCDisplayExternal::Create(core_intf_, &callbacks_, primary_width, primary_height,
732 HWCDisplayExternal::Destroy(hwc_display_[disp]);
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display_external.h 37 class HWCDisplayExternal : public HWCDisplay {
50 HWCDisplayExternal(CoreInterface *core_intf, HWCCallbacks *callbacks,
hwc_display_external.cpp 38 #define __CLASS__ "HWCDisplayExternal"
42 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCCallbacks *callbacks,
47 int HWCDisplayExternal::Create(CoreInterface *core_intf, HWCCallbacks *callbacks,
55 HWCDisplay *hwc_display_external = new HWCDisplayExternal(core_intf, callbacks, qservice);
68 // use_primary_res means HWCDisplayExternal should directly set framebuffer resolution to the
93 void HWCDisplayExternal::Destroy(HWCDisplay *hwc_display) {
98 HWCDisplayExternal::HWCDisplayExternal(CoreInterface *core_intf, HWCCallbacks *callbacks,
104 HWC2::Error HWCDisplayExternal::Validate(uint32_t *out_num_types, uint32_t *out_num_requests) {
123 HWC2::Error HWCDisplayExternal::Present(int32_t *out_retire_fence)
    [all...]
hwc_session.cpp 112 status = HWCDisplayExternal::Create(core_intf_, &callbacks_, qservice_,
712 status = HWCDisplayExternal::Create(core_intf_, &callbacks_, primary_width, primary_height,
730 HWCDisplayExternal::Destroy(hwc_display_[disp]);
    [all...]

Completed in 463 milliseconds