Searched refs:destroy_intf_ (Results 1 – 2 of 2) sorted by relevance
42 DestroyColorInterface ColorManagerProxy::destroy_intf_ = NULL; member in sdm::ColorManagerProxy85 *(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()
79 static DestroyColorInterface destroy_intf_; variable