Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/core/
Dcolor_manager.cpp42 DestroyColorInterface ColorManagerProxy::destroy_intf_ = NULL; member in sdm::ColorManagerProxy
85 *(reinterpret_cast<void **>(&destroy_intf_)) = in Init()
87 if (!create_intf_ || !destroy_intf_) { in Init()
120 if (!color_lib_ || !create_intf_ || !destroy_intf_) { in CreateColorManagerProxy()
154 if (destroy_intf_) in ~ColorManagerProxy()
155 destroy_intf_(device_type_); in ~ColorManagerProxy()
Dcolor_manager.h79 static DestroyColorInterface destroy_intf_; variable