Searched refs:create_intf_ (Results 1 – 2 of 2) sorted by relevance
41 CreateColorInterface ColorManagerProxy::create_intf_ = NULL; member in sdm::ColorManagerProxy84 *(reinterpret_cast<void **>(&create_intf_)) = ::dlsym(color_lib_, CREATE_COLOR_INTERFACE_NAME); in Init()87 if (!create_intf_ || !destroy_intf_) { in Init()120 if (!color_lib_ || !create_intf_ || !destroy_intf_) { in CreateColorManagerProxy()141 error = create_intf_(COLOR_VERSION_TAG, color_manager_proxy->device_type_, hw_attr, in CreateColorManagerProxy()
78 static CreateColorInterface create_intf_; variable