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

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 133 &buffer_sync_handler_, &core_intf_);
141 error = core_intf_->GetFirstDisplayInterfaceType(&hw_disp_info);
149 status = HWCDisplayExternal::Create(core_intf_, &hwc_procs_, qservice_,
155 status = HWCDisplayNull::Create(core_intf_, &hwc_procs_,
160 status = HWCDisplayPrimary::Create(core_intf_, &buffer_allocator_, &hwc_procs_, qservice_,
165 status = HWCDisplayPrimary::Create(core_intf_, &buffer_allocator_, &hwc_procs_, qservice_,
642 status = HWCDisplayExternal::Create(core_intf_, &hwc_procs_, primary_width, primary_height,
645 status = HWCDisplayVirtual::Create(core_intf_, &hwc_procs_, primary_width, primary_height,
    [all...]
hwc_display.h 173 CoreInterface *core_intf_; member in class:sdm::HWCDisplay
hwc_session.h 129 CoreInterface *core_intf_ = NULL; member in class:sdm::HWCSession
hwc_display.cpp 68 : core_intf_(core_intf), hwc_procs_(hwc_procs), type_(type), id_(id), needs_blit_(needs_blit),
73 DisplayError error = core_intf_->CreateDisplay(type_, this, &display_intf_);
116 DisplayError error = core_intf_->DestroyDisplay(display_intf_);
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_session.cpp 133 &buffer_sync_handler_, &core_intf_);
141 error = core_intf_->GetFirstDisplayInterfaceType(&hw_disp_info);
149 status = HWCDisplayExternal::Create(core_intf_, &hwc_procs_, qservice_,
155 status = HWCDisplayNull::Create(core_intf_, &hwc_procs_,
160 status = HWCDisplayPrimary::Create(core_intf_, &buffer_allocator_, &hwc_procs_, qservice_,
165 status = HWCDisplayPrimary::Create(core_intf_, &buffer_allocator_, &hwc_procs_, qservice_,
637 status = HWCDisplayExternal::Create(core_intf_, &hwc_procs_, primary_width, primary_height,
640 status = HWCDisplayVirtual::Create(core_intf_, &hwc_procs_, primary_width, primary_height,
    [all...]
hwc_display.h 187 CoreInterface *core_intf_; member in class:sdm::HWCDisplay
hwc_session.h 130 CoreInterface *core_intf_ = NULL; member in class:sdm::HWCSession
hwc_display.cpp 68 : core_intf_(core_intf), hwc_procs_(hwc_procs), type_(type), id_(id), needs_blit_(needs_blit),
73 DisplayError error = core_intf_->CreateDisplay(type_, this, &display_intf_);
118 DisplayError error = core_intf_->DestroyDisplay(display_intf_);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.h 173 CoreInterface *core_intf_ = NULL; member in class:sdm::HWCSession
hwc_session.cpp 98 &buffer_sync_handler_, &core_intf_);
108 error = core_intf_->GetFirstDisplayInterfaceType(&hw_disp_info);
112 status = HWCDisplayExternal::Create(core_intf_, &callbacks_, qservice_,
116 status = HWCDisplayPrimary::Create(core_intf_, &buffer_allocator_, &callbacks_, qservice_,
695 auto status = HWCDisplayVirtual::Create(core_intf_, &callbacks_, width, height, format,
714 status = HWCDisplayExternal::Create(core_intf_, &callbacks_, primary_width, primary_height,
    [all...]
hwc_display.h 223 CoreInterface *core_intf_ = nullptr; member in class:sdm::HWCDisplay
hwc_display.cpp 215 : core_intf_(core_intf),
225 DisplayError error = core_intf_->CreateDisplay(type_, this, &display_intf_);
262 DisplayError error = core_intf_->DestroyDisplay(display_intf_);
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_session.h 172 CoreInterface *core_intf_ = NULL; member in class:sdm::HWCSession
hwc_session.cpp 98 &buffer_sync_handler_, &core_intf_);
108 error = core_intf_->GetFirstDisplayInterfaceType(&hw_disp_info);
112 status = HWCDisplayExternal::Create(core_intf_, &callbacks_, qservice_,
116 status = HWCDisplayPrimary::Create(core_intf_, &buffer_allocator_, &callbacks_, qservice_,
693 auto status = HWCDisplayVirtual::Create(core_intf_, &callbacks_, width, height, format,
712 status = HWCDisplayExternal::Create(core_intf_, &callbacks_, primary_width, primary_height,
    [all...]
hwc_display.h 227 CoreInterface *core_intf_ = nullptr; member in class:sdm::HWCDisplay
hwc_display.cpp 215 : core_intf_(core_intf),
225 DisplayError error = core_intf_->CreateDisplay(type_, this, &display_intf_);
262 DisplayError error = core_intf_->DestroyDisplay(display_intf_);
    [all...]

Completed in 114 milliseconds