Home
last modified time | relevance | path

Searched refs:ColorManagerProxy (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
Dcolor_manager.cpp40 void *ColorManagerProxy::color_lib_ = NULL;
41 CreateColorInterface ColorManagerProxy::create_intf_ = NULL;
42 DestroyColorInterface ColorManagerProxy::destroy_intf_ = NULL;
43 HWResourceInfo ColorManagerProxy::hw_res_info_;
78 DisplayError ColorManagerProxy::Init(const HWResourceInfo &hw_res_info) { in Init()
102 void ColorManagerProxy::Deinit() { in Deinit()
107 ColorManagerProxy::ColorManagerProxy(DisplayType type, HWInterface *intf, in ColorManagerProxy() function in sdm::ColorManagerProxy
112 ColorManagerProxy *ColorManagerProxy::CreateColorManagerProxy(DisplayType type, in CreateColorManagerProxy()
125 ColorManagerProxy *color_manager_proxy = in CreateColorManagerProxy()
126 new ColorManagerProxy(type, hw_intf, attribute, panel_info); in CreateColorManagerProxy()
[all …]
Dcolor_manager.h46 class ColorManagerProxy {
57 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
62 ~ColorManagerProxy();
72 ColorManagerProxy() {} in ColorManagerProxy() function
73 ColorManagerProxy(DisplayType type, HWInterface *intf, const HWDisplayAttributes &attr,
Dcore_impl.cpp104 error = ColorManagerProxy::Init(*hw_resource_); in Init()
136 ColorManagerProxy::Deinit(); in Deinit()
Ddisplay_base.h105 ColorManagerProxy *color_mgr_ = NULL; // each display object owns its ColorManagerProxy
Ddisplay_base.cpp81 color_mgr_ = ColorManagerProxy::CreateColorManagerProxy(display_type_, hw_intf_, in Init()