Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/core/
Dcolor_manager.cpp41 CreateColorInterface ColorManagerProxy::create_intf_ = NULL; member in sdm::ColorManagerProxy
84 *(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()
Dcolor_manager.h78 static CreateColorInterface create_intf_; variable