Searched refs:Hotplug (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/gui/
H A DDisplayEventReceiver.h59 struct Hotplug { struct in struct:android::DisplayEventReceiver::Event
66 Hotplug hotplug;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp459 case Callback::Hotplug: // Fall-through
506 } else if (descriptor == Callback::Hotplug) {
507 // Hotplug the primary display
2605 if (mCallbacks.count(Callback::Hotplug) == 0) {
2638 const auto& callbackInfo = mCallbacks[Callback::Hotplug];
H A DHWC2.cpp45 ALOGE("Hotplug callback called with unknown display %" PRIu64,
418 registerCallback<HWC2_PFN_HOTPLUG>(Callback::Hotplug, hotplug_hook);

Completed in 2305 milliseconds