/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | hw_events_interface.cpp | 43 const HWInterface *hw_intf, HWEventsInterface **intf) { in Create() argument 52 error = hw_events->Init(display_type, event_handler, event_list, hw_intf); in Create()
|
D | hw_events_interface.h | 54 const HWInterface *hw_intf) = 0; 60 const HWInterface *hw_intf, HWEventsInterface **intf);
|
D | color_manager.h | 58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
|
D | color_manager.cpp | 108 HWInterface *hw_intf, in CreateColorManagerProxy() argument 121 new ColorManagerProxy(type, hw_intf, attribute, panel_info); in CreateColorManagerProxy()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | hw_events_interface.cpp | 44 const HWInterface *hw_intf, HWEventsInterface **intf) { in Create() argument 53 error = hw_events->Init(display_id, display_type, event_handler, event_list, hw_intf); in Create()
|
D | hw_events_interface.h | 55 const std::vector<HWEvent> &event_list, const HWInterface *hw_intf) = 0; 61 const HWInterface *hw_intf, HWEventsInterface **intf);
|
D | color_manager.cpp | 109 HWInterface *hw_intf, in CreateColorManagerProxy() argument 123 hw_intf->GetDisplayId(&display_id); in CreateColorManagerProxy() 124 color_manager_proxy = new ColorManagerProxy(display_id, type, hw_intf, attribute, panel_info); in CreateColorManagerProxy()
|
D | color_manager.h | 58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | color_manager.h | 58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
|
D | color_manager.cpp | 108 HWInterface *hw_intf, in CreateColorManagerProxy() argument 121 new ColorManagerProxy(type, hw_intf, attribute, panel_info); in CreateColorManagerProxy()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | color_manager.h | 58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
|
D | color_manager.cpp | 108 HWInterface *hw_intf, in CreateColorManagerProxy() argument 121 new ColorManagerProxy(type, hw_intf, attribute, panel_info); in CreateColorManagerProxy()
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | color_manager.h | 58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
|
D | color_manager.cpp | 108 HWInterface *hw_intf, in CreateColorManagerProxy() argument 121 new ColorManagerProxy(type, hw_intf, attribute, panel_info); in CreateColorManagerProxy()
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | color_manager.h | 58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
|
D | color_manager.cpp | 108 HWInterface *hw_intf, in CreateColorManagerProxy() argument 121 new ColorManagerProxy(type, hw_intf, attribute, panel_info); in CreateColorManagerProxy()
|
/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
D | hw_events.h | 45 const vector<HWEvent> &event_list, const HWInterface *hw_intf);
|
D | hw_events.cpp | 129 const vector<HWEvent> &event_list, const HWInterface *hw_intf) { in Init() argument
|
/hardware/qcom/sdm845/display/sdm/libs/core/fb/ |
D | hw_events.h | 46 const HWInterface *hw_intf);
|
D | hw_events.cpp | 130 const HWInterface *hw_intf) { in Init() argument
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_events_drm.h | 53 const HWInterface *hw_intf);
|
D | hw_events_drm.cpp | 178 const HWInterface *hw_intf) { in Init() argument 182 static_cast<const HWDeviceDRM *>(hw_intf)->GetDRMDisplayToken(&token_); in Init() 183 is_primary_ = static_cast<const HWDeviceDRM *>(hw_intf)->IsPrimaryDisplay(); in Init()
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_events_drm.h | 53 const vector<HWEvent> &event_list, const HWInterface *hw_intf);
|
D | hw_events_drm.cpp | 217 const HWInterface *hw_intf) { in Init() argument 221 static_cast<const HWDeviceDRM *>(hw_intf)->GetDRMDisplayToken(&token_); in Init() 222 is_primary_ = static_cast<const HWDeviceDRM *>(hw_intf)->IsPrimaryDisplay(); in Init()
|