Home
last modified time | relevance | path

Searched refs:kHotPlugNone (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.h125 kHotPlugNone, enumerator
433 HotPlugEvent hotplug_pending_event_ = kHotPlugNone;
Dhwc_session.cpp2751 hotplug_pending_event_ = kHotPlugNone; in HandlePluggableDisplays()
2754 DLOGI("Handling hotplug... %s", (kHotPlugNone ==hotplug_pending_event_) ? in HandlePluggableDisplays()
2759 hotplug_pending_event_ = kHotPlugNone; in HandlePluggableDisplays()
3180 (kHotPlugNone == hotplug_pending_event_ && !destroy_virtual_disp_pending_)) { in HandleHotplugPending()