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

  /hardware/qcom/display/msm8996/sdm/libs/core/
strategy.cpp 39 : extension_intf_(extension_intf), display_type_(type), hw_resource_info_(hw_resource_info),
48 error = extension_intf_->CreateStrategyExtn(display_type_, hw_panel_info_.mode,
56 error = extension_intf_->CreatePartialUpdate(display_type_, hw_resource_info_, hw_panel_info_,
213 extension_intf_->CreatePartialUpdate(display_type_, hw_resource_info_, hw_panel_info_,
strategy.h 58 DisplayType display_type_; member in class:sdm::Strategy
display_base.cpp 46 : display_type_(display_type), event_handler_(event_handler), hw_device_type_(hw_device_type),
81 error = comp_manager_->RegisterDisplay(display_type_, display_attributes_, hw_panel_info_,
88 error = rotator_intf_->RegisterDisplay(display_type_, &display_rotator_ctx_);
98 int property_value = Debug::GetMaxPipesPerMixer(display_type_);
105 color_mgr_ = ColorManagerProxy::CreateColorManagerProxy(display_type_, hw_intf_,
108 DLOGW("Unable to create ColorManagerProxy for display = %d", display_type_);
144 if (display_type_ == kVirtual) {
279 DLOGE("Commit: Corresponding Prepare() is not called for display = %d", display_type_);
352 DLOGE("Rotator purge failed for display %d", display_type_);
361 DLOGW("Unable to flush display = %d", display_type_);
    [all...]
display_virtual.cpp 130 error = comp_manager_->RegisterDisplay(display_type_, display_attributes, hw_panel_info_,
display_primary.cpp 75 error = HWEventsInterface::Create(INT(display_type_), this, &event_list_, &hw_events_intf_);
280 DLOGI("partial update is not applicable for display=%d", display_type_);
display_base.h 126 DisplayType display_type_; member in class:sdm::DisplayBase
display_hdmi.cpp 91 error = HWEventsInterface::Create(INT(display_type_), this, &event_list_, &hw_events_intf_);

Completed in 42 milliseconds