Home
last modified time | relevance | path

Searched refs:destroy_intf_ (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
Dcolor_manager.cpp42 DestroyColorInterface ColorManagerProxy::destroy_intf_ = NULL; member in sdm::ColorManagerProxy
84 !color_lib_.Sym(DESTROY_COLOR_INTERFACE_NAME, reinterpret_cast<void **>(&destroy_intf_))) { in Init()
115 if (!color_lib_ || !create_intf_ || !destroy_intf_) { in CreateColorManagerProxy()
149 if (destroy_intf_) in ~ColorManagerProxy()
150 destroy_intf_(device_type_); in ~ColorManagerProxy()
Dcolor_manager.h84 static DestroyColorInterface destroy_intf_; variable
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Dcolor_manager.cpp42 DestroyColorInterface ColorManagerProxy::destroy_intf_ = NULL; member in sdm::ColorManagerProxy
84 !color_lib_.Sym(DESTROY_COLOR_INTERFACE_NAME, reinterpret_cast<void **>(&destroy_intf_))) { in Init()
115 if (!color_lib_ || !create_intf_ || !destroy_intf_) { in CreateColorManagerProxy()
149 if (destroy_intf_) in ~ColorManagerProxy()
150 destroy_intf_(device_type_); in ~ColorManagerProxy()
Dcolor_manager.h86 static DestroyColorInterface destroy_intf_; variable
/hardware/qcom/sm8150/display/sdm/libs/core/
Dcolor_manager.cpp42 DestroyColorInterface ColorManagerProxy::destroy_intf_ = NULL; member in sdm::ColorManagerProxy
84 !color_lib_.Sym(DESTROY_COLOR_INTERFACE_NAME, reinterpret_cast<void **>(&destroy_intf_))) { in Init()
118 if (!color_lib_ || !create_intf_ || !destroy_intf_) { in CreateColorManagerProxy()
154 if (destroy_intf_) in ~ColorManagerProxy()
155 destroy_intf_(display_id_); in ~ColorManagerProxy()
Dcolor_manager.h86 static DestroyColorInterface destroy_intf_; variable
/hardware/qcom/display/msm8909/sdm/libs/core/
Dcolor_manager.cpp42 DestroyColorInterface ColorManagerProxy::destroy_intf_ = NULL; member in sdm::ColorManagerProxy
84 !color_lib_.Sym(DESTROY_COLOR_INTERFACE_NAME, reinterpret_cast<void **>(&destroy_intf_))) { in Init()
115 if (!color_lib_ || !create_intf_ || !destroy_intf_) { in CreateColorManagerProxy()
149 if (destroy_intf_) in ~ColorManagerProxy()
150 destroy_intf_(device_type_); in ~ColorManagerProxy()
Dcolor_manager.h86 static DestroyColorInterface destroy_intf_; variable
/hardware/qcom/display/msm8998/sdm/libs/core/
Dcolor_manager.cpp42 DestroyColorInterface ColorManagerProxy::destroy_intf_ = NULL; member in sdm::ColorManagerProxy
84 !color_lib_.Sym(DESTROY_COLOR_INTERFACE_NAME, reinterpret_cast<void **>(&destroy_intf_))) { in Init()
115 if (!color_lib_ || !create_intf_ || !destroy_intf_) { in CreateColorManagerProxy()
149 if (destroy_intf_) in ~ColorManagerProxy()
150 destroy_intf_(device_type_); in ~ColorManagerProxy()
Dcolor_manager.h86 static DestroyColorInterface destroy_intf_; variable
/hardware/qcom/sm7250/display/sdm/libs/core/
Dcolor_manager.cpp46 DestroyColorInterface ColorManagerProxy::destroy_intf_ = NULL; member in sdm::ColorManagerProxy
208 !color_lib_.Sym(DESTROY_COLOR_INTERFACE_NAME, reinterpret_cast<void **>(&destroy_intf_))) { in Init()
263 if (!color_lib_ || !create_intf_ || !destroy_intf_) { in CreateColorManagerProxy()
315 if (destroy_intf_) in ~ColorManagerProxy()
316 destroy_intf_(display_id_); in ~ColorManagerProxy()
Dcolor_manager.h165 static DestroyColorInterface destroy_intf_; variable