Searched refs:HWCDisplayBuiltIn (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display_builtin.cpp | 50 int HWCDisplayBuiltIn::Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator, in Create() 59 new HWCDisplayBuiltIn(core_intf, buffer_allocator, callbacks, event_handler, qservice, id, in Create() 87 void HWCDisplayBuiltIn::Destroy(HWCDisplay *hwc_display) { in Destroy() 92 HWCDisplayBuiltIn::HWCDisplayBuiltIn(CoreInterface *core_intf, BufferAllocator *buffer_allocator, in HWCDisplayBuiltIn() function in sdm::HWCDisplayBuiltIn 102 int HWCDisplayBuiltIn::Init() { in Init() 135 int HWCDisplayBuiltIn::Deinit() { in Deinit() 140 std::string HWCDisplayBuiltIn::Dump() { in Dump() 144 HWC2::Error HWCDisplayBuiltIn::Validate(uint32_t *out_num_types, uint32_t *out_num_requests) { in Validate() 212 HWC2::Error HWCDisplayBuiltIn::CommitLayerStack() { in CommitLayerStack() 217 bool HWCDisplayBuiltIn::CanSkipCommit() { in CanSkipCommit() [all …]
|
D | hwc_display_builtin.h | 44 class HWCDisplayBuiltIn : public HWCDisplay { 113 HWCDisplayBuiltIn(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
|
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_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 | 1895 return hwc_display->Perform(HWCDisplayBuiltIn::SET_METADATA_DYN_REFRESH_RATE, false); in ConfigureRefreshRate() 1898 return hwc_display->Perform(HWCDisplayBuiltIn::SET_METADATA_DYN_REFRESH_RATE, true); in ConfigureRefreshRate() 1902 return hwc_display->Perform(HWCDisplayBuiltIn::SET_BINDER_DYN_REFRESH_RATE, refresh_rate); in ConfigureRefreshRate() 1922 return hwc_display_[HWC_DISPLAY_PRIMARY]->Perform(HWCDisplayBuiltIn::SET_DISPLAY_MODE, mode); in SetDisplayMode() 2632 status = HWCDisplayBuiltIn::Create(core_intf_, &buffer_allocator_, &callbacks_, this, in CreatePrimaryDisplay() 2697 status = HWCDisplayBuiltIn::Create(core_intf_, &buffer_allocator_, &callbacks_, this, in HandleBuiltInDisplays() 2998 HWCDisplayBuiltIn::Destroy(hwc_display); in DestroyNonPluggableDisplay()
|