/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display_builtin.cpp | 50 DisplayError HWCDisplayBuiltIn::PMICInterface::Init() { in Init() 70 void HWCDisplayBuiltIn::PMICInterface::Deinit() { in Deinit() 75 DisplayError HWCDisplayBuiltIn::PMICInterface::Notify(SecureEvent event) { in Notify() 94 int HWCDisplayBuiltIn::Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, in Create() 103 new HWCDisplayBuiltIn(core_intf, buffer_allocator, callbacks, event_handler, qservice, id, in Create() 131 void HWCDisplayBuiltIn::Destroy(HWCDisplay *hwc_display) { in Destroy() 136 HWCDisplayBuiltIn::HWCDisplayBuiltIn(CoreInterface *core_intf, BufferAllocator *buffer_allocator, in HWCDisplayBuiltIn() function in sdm::HWCDisplayBuiltIn 146 int HWCDisplayBuiltIn::Init() { in Init() 188 int HWCDisplayBuiltIn::Deinit() { in Deinit() 202 std::string HWCDisplayBuiltIn::Dump() { in Dump() [all …]
|
D | hwc_color_manager.cpp | 214 hwc_display->Perform(HWCDisplayBuiltIn::SET_QDCM_SOLID_FILL_INFO, &solid_fill_color); in SetSolidFill() 215 hwc_display->Perform(HWCDisplayBuiltIn::SET_QDCM_SOLID_FILL_RECT, &solid_fill_rect); in SetSolidFill() 221 hwc_display->Perform(HWCDisplayBuiltIn::UNSET_QDCM_SOLID_FILL_INFO, &solid_fill_color); in SetSolidFill()
|
D | hwc_display_builtin.h | 44 class HWCDisplayBuiltIn : public HWCDisplay { 120 HWCDisplayBuiltIn(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
|
D | hwc_session_services.cpp | 171 return hwc_display->Perform(HWCDisplayBuiltIn::SET_METADATA_DYN_REFRESH_RATE, false); in configureDynRefeshRate() 174 return hwc_display->Perform(HWCDisplayBuiltIn::SET_METADATA_DYN_REFRESH_RATE, true); in configureDynRefeshRate() 177 return hwc_display->Perform(HWCDisplayBuiltIn::SET_BINDER_DYN_REFRESH_RATE, refreshRate); in configureDynRefeshRate()
|
D | hwc_session.cpp | 2090 return hwc_display->Perform(HWCDisplayBuiltIn::SET_METADATA_DYN_REFRESH_RATE, false); in ConfigureRefreshRate() 2093 return hwc_display->Perform(HWCDisplayBuiltIn::SET_METADATA_DYN_REFRESH_RATE, true); in ConfigureRefreshRate() 2097 return hwc_display->Perform(HWCDisplayBuiltIn::SET_BINDER_DYN_REFRESH_RATE, refresh_rate); in ConfigureRefreshRate() 2117 return hwc_display_[HWC_DISPLAY_PRIMARY]->Perform(HWCDisplayBuiltIn::SET_DISPLAY_MODE, mode); in SetDisplayMode() 2849 status = HWCDisplayBuiltIn::Create(core_intf_, &buffer_allocator_, &callbacks_, this, in CreatePrimaryDisplay() 2929 status = HWCDisplayBuiltIn::Create(core_intf_, &buffer_allocator_, &callbacks_, this, in HandleBuiltInDisplays() 3242 HWCDisplayBuiltIn::Destroy(hwc_display); in DestroyNonPluggableDisplay()
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display_builtin.cpp | 167 int HWCDisplayBuiltIn::Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, in Create() 176 new HWCDisplayBuiltIn(core_intf, buffer_allocator, callbacks, event_handler, qservice, id, in Create() 204 void HWCDisplayBuiltIn::Destroy(HWCDisplay *hwc_display) { in Destroy() 209 HWCDisplayBuiltIn::HWCDisplayBuiltIn(CoreInterface *core_intf, BufferAllocator *buffer_allocator, in HWCDisplayBuiltIn() function in sdm::HWCDisplayBuiltIn 219 int HWCDisplayBuiltIn::Init() { in Init() 293 void HWCDisplayBuiltIn::Dump(std::ostringstream *os) { in Dump() 300 void HWCDisplayBuiltIn::ValidateUiScaling() { in ValidateUiScaling() 316 HWC2::Error HWCDisplayBuiltIn::Validate(uint32_t *out_num_types, uint32_t *out_num_requests) { in Validate() 418 HWC2::Error HWCDisplayBuiltIn::CommitLayerStack() { in CommitLayerStack() 423 bool HWCDisplayBuiltIn::CanSkipCommit() { in CanSkipCommit() [all …]
|
D | hwc_color_manager.cpp | 210 hwc_display->Perform(HWCDisplayBuiltIn::SET_QDCM_SOLID_FILL_INFO, &solid_fill_color); in SetSolidFill() 211 hwc_display->Perform(HWCDisplayBuiltIn::SET_QDCM_SOLID_FILL_RECT, &solid_fill_rect); in SetSolidFill() 217 hwc_display->Perform(HWCDisplayBuiltIn::UNSET_QDCM_SOLID_FILL_INFO, &solid_fill_color); in SetSolidFill()
|
D | hwc_display_builtin.h | 103 class HWCDisplayBuiltIn : public HWCDisplay, public SyncTask<LayerStitchTaskCode>::TaskHandler { 198 HWCDisplayBuiltIn(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
|
D | hwc_session_services.cpp | 195 return hwc_display->Perform(HWCDisplayBuiltIn::SET_METADATA_DYN_REFRESH_RATE, false); in ConfigureDynRefreshRate() 198 return hwc_display->Perform(HWCDisplayBuiltIn::SET_METADATA_DYN_REFRESH_RATE, true); in ConfigureDynRefreshRate() 201 return hwc_display->Perform(HWCDisplayBuiltIn::SET_BINDER_DYN_REFRESH_RATE, refresh_rate); in ConfigureDynRefreshRate()
|
D | hwc_session.cpp | 1913 return hwc_display->Perform(HWCDisplayBuiltIn::SET_METADATA_DYN_REFRESH_RATE, false); in ConfigureRefreshRate() 1916 return hwc_display->Perform(HWCDisplayBuiltIn::SET_METADATA_DYN_REFRESH_RATE, true); in ConfigureRefreshRate() 1920 return hwc_display->Perform(HWCDisplayBuiltIn::SET_BINDER_DYN_REFRESH_RATE, refresh_rate); in ConfigureRefreshRate() 1940 return hwc_display_[HWC_DISPLAY_PRIMARY]->Perform(HWCDisplayBuiltIn::SET_DISPLAY_MODE, mode); in SetDisplayMode() 2730 status = HWCDisplayBuiltIn::Create(core_intf_, &buffer_allocator_, &callbacks_, this, in CreatePrimaryDisplay() 2815 status = HWCDisplayBuiltIn::Create(core_intf_, &buffer_allocator_, &callbacks_, this, in HandleBuiltInDisplays() 3130 HWCDisplayBuiltIn::Destroy(hwc_display); in DestroyNonPluggableDisplay()
|