/hardware/qcom/sm7250/display/sdm/libs/core/ |
D | hw_events_interface.cpp | 45 const HWInterface *hw_intf, HWEventsInterface **intf) { in Create() argument 50 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.h | 129 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf, 204 explicit ColorFeatureCheckingImpl(HWInterface *hw_intf, PPFeaturesConfig *pp_features);
|
D | color_manager.cpp | 253 HWInterface *hw_intf, in CreateColorManagerProxy() argument 268 hw_intf->GetDisplayId(&display_id); in CreateColorManagerProxy() 269 color_manager_proxy = new ColorManagerProxy(display_id, type, hw_intf, attribute, panel_info); in CreateColorManagerProxy() 711 ColorFeatureCheckingImpl::ColorFeatureCheckingImpl(HWInterface *hw_intf, in ColorFeatureCheckingImpl() argument 713 : hw_intf_(hw_intf), pp_features_(pp_features) {} in ColorFeatureCheckingImpl()
|
/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/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/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/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/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()
|
/hardware/qcom/sm7250/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()
|