HomeSort by relevance Sort by last modified time
    Searched refs:create_intf_ (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/display/msm8909/sdm/libs/core/
color_manager.cpp 41 CreateColorInterface ColorManagerProxy::create_intf_ = NULL; member in class:sdm::ColorManagerProxy
83 if (!color_lib_.Sym(CREATE_COLOR_INTERFACE_NAME, reinterpret_cast<void **>(&create_intf_)) ||
115 if (!color_lib_ || !create_intf_ || !destroy_intf_) {
136 error = create_intf_(COLOR_VERSION_TAG, color_manager_proxy->device_type_, hw_attr,
color_manager.h 85 static CreateColorInterface create_intf_; member in class:sdm::ColorManagerProxy
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
color_manager.cpp 41 CreateColorInterface ColorManagerProxy::create_intf_ = NULL; member in class:sdm::ColorManagerProxy
83 if (!color_lib_.Sym(CREATE_COLOR_INTERFACE_NAME, reinterpret_cast<void **>(&create_intf_)) ||
115 if (!color_lib_ || !create_intf_ || !destroy_intf_) {
136 error = create_intf_(COLOR_VERSION_TAG, color_manager_proxy->device_type_, hw_attr,
color_manager.h 85 static CreateColorInterface create_intf_; member in class:sdm::ColorManagerProxy
  /hardware/qcom/display/msm8996/sdm/libs/core/
color_manager.cpp 41 CreateColorInterface ColorManagerProxy::create_intf_ = NULL; member in class:sdm::ColorManagerProxy
83 if (!color_lib_.Sym(CREATE_COLOR_INTERFACE_NAME, reinterpret_cast<void **>(&create_intf_)) ||
115 if (!color_lib_ || !create_intf_ || !destroy_intf_) {
136 error = create_intf_(COLOR_VERSION_TAG, color_manager_proxy->device_type_, hw_attr,
color_manager.h 83 static CreateColorInterface create_intf_; member in class:sdm::ColorManagerProxy
  /hardware/qcom/display/msm8998/sdm/libs/core/
color_manager.cpp 41 CreateColorInterface ColorManagerProxy::create_intf_ = NULL; member in class:sdm::ColorManagerProxy
83 if (!color_lib_.Sym(CREATE_COLOR_INTERFACE_NAME, reinterpret_cast<void **>(&create_intf_)) ||
115 if (!color_lib_ || !create_intf_ || !destroy_intf_) {
136 error = create_intf_(COLOR_VERSION_TAG, color_manager_proxy->device_type_, hw_attr,
color_manager.h 85 static CreateColorInterface create_intf_; member in class:sdm::ColorManagerProxy

Completed in 560 milliseconds