Home
last modified time | relevance | path

Searched refs:kPluggable (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/core/
Dcore_impl.cpp139 case kPluggable: in CreateDisplay()
189 case kPluggable: in CreateDisplay()
Dhw_interface.cpp62 case kPluggable: in Create()
Ddisplay_pluggable.cpp44 : 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()
Dcomp_manager.cpp177 if (display_comp_ctx->display_type == kPluggable) { in UnregisterDisplay()
230 if (display_comp_ctx->display_type == kPluggable) { in ReconfigureDisplay()
Dresource_default.cpp152 case kPluggable: in RegisterDisplay()
/hardware/qcom/sm8150/display/sdm/libs/utils/
Ddebug.cpp93 case kPluggable: in GetMaxPipesPerMixer()
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_info.cpp541 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/
Dhw_info_drm.cpp796 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/
Ddisplay_interface.h58 kPluggable = kHDMI, //!< Type name for all pluggable physical displays. Use kPluggable enumerator
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_pluggable.cpp116 : HWCDisplay(core_intf, buffer_allocator, callbacks, event_handler, qservice, kPluggable, id, in HWCDisplayPluggable()
Dhwc_session.cpp321 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()
Dhwc_display_pluggable_test.cpp89 : HWCDisplay(core_intf, buffer_allocator, callbacks, event_handler, qservice, kPluggable, id, in HWCDisplayPluggableTest()
Dhwc_display.cpp1063 case kPluggable: in GetDisplayName()
1750 case kPluggable: in GetDisplayString()