Home
last modified time | relevance | path

Searched refs:hw_intf (Results 1 – 24 of 24) sorted by relevance

/hardware/qcom/sdm845/display/sdm/libs/core/
Dhw_events_interface.cpp43 const HWInterface *hw_intf, HWEventsInterface **intf) { in Create() argument
52 error = hw_events->Init(display_type, event_handler, event_list, hw_intf); in Create()
Dhw_events_interface.h54 const HWInterface *hw_intf) = 0;
60 const HWInterface *hw_intf, HWEventsInterface **intf);
Dcolor_manager.h58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
Dcolor_manager.cpp108 HWInterface *hw_intf, in CreateColorManagerProxy() argument
121 new ColorManagerProxy(type, hw_intf, attribute, panel_info); in CreateColorManagerProxy()
/hardware/qcom/sm8150/display/sdm/libs/core/
Dhw_events_interface.cpp44 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()
Dhw_events_interface.h55 const std::vector<HWEvent> &event_list, const HWInterface *hw_intf) = 0;
61 const HWInterface *hw_intf, HWEventsInterface **intf);
Dcolor_manager.cpp109 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()
Dcolor_manager.h58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
/hardware/qcom/display/msm8996/sdm/libs/core/
Dcolor_manager.h58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
Dcolor_manager.cpp108 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/
Dcolor_manager.h58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
Dcolor_manager.cpp108 HWInterface *hw_intf, in CreateColorManagerProxy() argument
121 new ColorManagerProxy(type, hw_intf, attribute, panel_info); in CreateColorManagerProxy()
/hardware/qcom/display/msm8909/sdm/libs/core/
Dcolor_manager.h58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
Dcolor_manager.cpp108 HWInterface *hw_intf, in CreateColorManagerProxy() argument
121 new ColorManagerProxy(type, hw_intf, attribute, panel_info); in CreateColorManagerProxy()
/hardware/qcom/display/msm8998/sdm/libs/core/
Dcolor_manager.h58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
Dcolor_manager.cpp108 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/
Dhw_events.h45 const vector<HWEvent> &event_list, const HWInterface *hw_intf);
Dhw_events.cpp129 const vector<HWEvent> &event_list, const HWInterface *hw_intf) { in Init() argument
/hardware/qcom/sdm845/display/sdm/libs/core/fb/
Dhw_events.h46 const HWInterface *hw_intf);
Dhw_events.cpp130 const HWInterface *hw_intf) { in Init() argument
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_events_drm.h53 const HWInterface *hw_intf);
Dhw_events_drm.cpp178 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/
Dhw_events_drm.h53 const vector<HWEvent> &event_list, const HWInterface *hw_intf);
Dhw_events_drm.cpp217 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()