/hardware/qcom/sm7250/display/sdm/libs/core/ |
D | hw_interface.cpp | 55 case kPluggable: in Create()
|
D | core_impl.cpp | 136 case kPluggable: in CreateDisplay() 186 case kPluggable: in CreateDisplay()
|
D | display_pluggable.cpp | 43 : DisplayBase(kPluggable, event_handler, kDevicePluggable, buffer_allocator, in DisplayPluggable() 49 : DisplayBase(display_id, kPluggable, event_handler, kDevicePluggable, in DisplayPluggable() 55 DisplayError error = HWInterface::Create(display_id_, kPluggable, hw_info_intf_, in Init() 108 error = HWEventsInterface::Create(display_id_, kPluggable, this, event_list_, hw_intf_, in Init()
|
D | resource_default.cpp | 152 case kPluggable: in RegisterDisplay()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | hw_interface.cpp | 62 case kPluggable: in Create()
|
D | core_impl.cpp | 139 case kPluggable: in CreateDisplay() 189 case kPluggable: in CreateDisplay()
|
D | display_pluggable.cpp | 44 : DisplayBase(kPluggable, event_handler, kDevicePluggable, buffer_sync_handler, buffer_allocator, in DisplayPluggable() 51 : DisplayBase(display_id, kPluggable, event_handler, kDevicePluggable, buffer_sync_handler, in DisplayPluggable() 57 DisplayError error = HWInterface::Create(display_id_, kPluggable, hw_info_intf_, in Init() 121 error = HWEventsInterface::Create(display_id_, kPluggable, this, event_list_, hw_intf_, in Init()
|
D | comp_manager.cpp | 177 if (display_comp_ctx->display_type == kPluggable) { in UnregisterDisplay() 248 if (display_comp_ctx->display_type == kPluggable) { in ReconfigureDisplay()
|
D | resource_default.cpp | 152 case kPluggable: in RegisterDisplay()
|
/hardware/qcom/sm8150/display/sdm/libs/utils/ |
D | debug.cpp | 93 case kPluggable: in GetMaxPipesPerMixer()
|
/hardware/qcom/sm7250/display/sdm/libs/utils/ |
D | debug.cpp | 86 case kPluggable: in GetMaxPipesPerMixer()
|
/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
D | hw_info.cpp | 541 hw_disp_info->type = kPluggable; in GetFirstDisplayInterfaceType() 581 case kPluggable: in GetMaxDisplaysSupported() 596 DLOGI_IF(log_once, "Max 1 concurrent display of type %d (Pluggable).", kPluggable); in GetMaxDisplaysSupported()
|
/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 836 hw_info.display_type = kPluggable; in GetDisplaysStatus() 910 case kPluggable: in GetMaxDisplaysSupported() 931 std::max(max_displays_tmds, max_displays_dpmst), kPluggable); in GetMaxDisplaysSupported()
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display_pluggable.cpp | 116 : HWCDisplay(core_intf, buffer_allocator, callbacks, event_handler, qservice, kPluggable, id, in HWCDisplayPluggable()
|
D | hwc_session.cpp | 305 error = core_intf_->GetMaxDisplaysSupported(kPluggable, &max_pluggable); in InitSupportedDisplaySlots() 324 if (kPluggable == hw_disp_info.type) { in InitSupportedDisplaySlots() 2638 } else if (info.display_type == kPluggable) { in CreatePrimaryDisplay() 2806 if (info.is_primary || info.display_type != kPluggable || !info.is_connected) { in HandleConnectedDisplays() 2968 case kPluggable: in DestroyDisplay()
|
D | hwc_display_pluggable_test.cpp | 89 : HWCDisplay(core_intf, buffer_allocator, callbacks, event_handler, qservice, kPluggable, id, in HWCDisplayPluggableTest()
|
D | hwc_display.cpp | 1143 case kPluggable: in GetDisplayName() 1915 case kPluggable: in GetDisplayString()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display_pluggable.cpp | 116 : HWCDisplay(core_intf, buffer_allocator, callbacks, event_handler, qservice, kPluggable, id, in HWCDisplayPluggable()
|
D | hwc_session.cpp | 310 error = core_intf_->GetMaxDisplaysSupported(kPluggable, &max_pluggable); in InitSupportedDisplaySlots() 324 if (kPluggable == hw_disp_info.type && max_pluggable != 0) { in InitSupportedDisplaySlots() 2851 } else if (info.display_type == kPluggable) { in CreatePrimaryDisplay() 3006 if (info.is_primary || info.display_type != kPluggable || !info.is_connected) { in HandleConnectedDisplays() 3176 case kPluggable: in DestroyDisplay()
|
D | hwc_display_pluggable_test.cpp | 89 : HWCDisplay(core_intf, buffer_allocator, callbacks, event_handler, qservice, kPluggable, id, in HWCDisplayPluggableTest()
|
D | hwc_display.cpp | 1294 case kPluggable: in GetDisplayName() 2020 case kPluggable: in GetDisplayString()
|
/hardware/qcom/sm8150/display/sdm/include/core/ |
D | display_interface.h | 58 kPluggable = kHDMI, //!< Type name for all pluggable physical displays. Use kPluggable enumerator
|