HomeSort by relevance Sort by last modified time
    Searched defs:ColorManagerProxy (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/core/
color_manager.h 47 class ColorManagerProxy {
52 /* Create ColorManagerProxy for this display object, following things need to be happening
58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
63 ~ColorManagerProxy();
77 ColorManagerProxy() {}
78 ColorManagerProxy(DisplayType type, HWInterface *intf, const HWDisplayAttributes &attr,
color_manager.cpp 40 DynLib ColorManagerProxy::color_lib_;
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) {
98 void ColorManagerProxy::Deinit() {
102 ColorManagerProxy::ColorManagerProxy(DisplayType type, HWInterface *intf,
107 ColorManagerProxy *ColorManagerProxy::CreateColorManagerProxy(DisplayType type
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
color_manager.h 47 class ColorManagerProxy {
52 /* Create ColorManagerProxy for this display object, following things need to be happening
58 static ColorManagerProxy *CreateColorManagerProxy(DisplayType type, HWInterface *hw_intf,
63 ~ColorManagerProxy();
77 ColorManagerProxy() {}
78 ColorManagerProxy(DisplayType type, HWInterface *intf, const HWDisplayAttributes &attr,
color_manager.cpp 40 DynLib ColorManagerProxy::color_lib_;
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) {
98 void ColorManagerProxy::Deinit() {
102 ColorManagerProxy::ColorManagerProxy(DisplayType type, HWInterface *intf,
107 ColorManagerProxy *ColorManagerProxy::CreateColorManagerProxy(DisplayType type
    [all...]

Completed in 280 milliseconds