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

  /hardware/qcom/display/msm8996/sdm/libs/core/
color_manager.cpp 42 DestroyColorInterface ColorManagerProxy::destroy_intf_ = NULL; member in class:sdm::ColorManagerProxy
84 !color_lib_.Sym(DESTROY_COLOR_INTERFACE_NAME, reinterpret_cast<void **>(&destroy_intf_))) {
115 if (!color_lib_ || !create_intf_ || !destroy_intf_) {
149 if (destroy_intf_)
150 destroy_intf_(device_type_);
color_manager.h 84 static DestroyColorInterface destroy_intf_; member in class:sdm::ColorManagerProxy
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
color_manager.cpp 42 DestroyColorInterface ColorManagerProxy::destroy_intf_ = NULL; member in class:sdm::ColorManagerProxy
84 !color_lib_.Sym(DESTROY_COLOR_INTERFACE_NAME, reinterpret_cast<void **>(&destroy_intf_))) {
115 if (!color_lib_ || !create_intf_ || !destroy_intf_) {
149 if (destroy_intf_)
150 destroy_intf_(device_type_);
color_manager.h 84 static DestroyColorInterface destroy_intf_; member in class:sdm::ColorManagerProxy

Completed in 574 milliseconds