Searched refs:kPluggable (Results 1 – 13 of 13) sorted by relevance
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | core_impl.cpp | 139 case kPluggable: in CreateDisplay() 189 case kPluggable: in CreateDisplay()
|
D | hw_interface.cpp | 62 case kPluggable: in Create()
|
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() 230 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/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/sm8150/display/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 796 hw_info.display_type = kPluggable; in GetDisplaysStatus() 870 case kPluggable: in GetMaxDisplaysSupported() 891 std::max(max_displays_tmds, max_displays_dpmst), kPluggable); in GetMaxDisplaysSupported()
|
/hardware/qcom/sm8150/display/sdm/include/core/ |
D | display_interface.h | 58 kPluggable = kHDMI, //!< Type name for all pluggable physical displays. Use kPluggable enumerator
|
/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 | 321 error = core_intf_->GetMaxDisplaysSupported(kPluggable, &max_pluggable); in InitSupportedDisplaySlots() 335 if (kPluggable == hw_disp_info.type) { in InitSupportedDisplaySlots() 2634 } else if (info.display_type == kPluggable) { in CreatePrimaryDisplay() 2773 if (info.is_primary || info.display_type != kPluggable || !info.is_connected) { in HandleConnectedDisplays() 2942 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 | 1063 case kPluggable: in GetDisplayName() 1750 case kPluggable: in GetDisplayString()
|