Searched refs:destroy_intf_ (Results 1 – 12 of 12) sorted by relevance
42 DestroyColorInterface ColorManagerProxy::destroy_intf_ = NULL; member in sdm::ColorManagerProxy84 !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()
84 static DestroyColorInterface destroy_intf_; variable
86 static DestroyColorInterface destroy_intf_; variable
42 DestroyColorInterface ColorManagerProxy::destroy_intf_ = NULL; member in sdm::ColorManagerProxy84 !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()
46 DestroyColorInterface ColorManagerProxy::destroy_intf_ = NULL; member in sdm::ColorManagerProxy208 !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()
165 static DestroyColorInterface destroy_intf_; variable