HomeSort by relevance Sort by last modified time
    Searched refs:Hotplug (Results 1 - 5 of 5) sorted by null

  /frameworks/native/include/gui/
DisplayEventReceiver.h 59 struct Hotplug {
66 Hotplug hotplug; member in union:android::DisplayEventReceiver::Event::__anon29074
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2On1Adapter.cpp 99 hotplug = &hotplugHook;
459 case Callback::Hotplug: // Fall-through
506 } else if (descriptor == Callback::Hotplug) {
507 // Hotplug the primary display
540 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); local
542 hotplug(callbackData, pendingHotplug.first, pendingHotplug.second);
2643 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(callbackInfo.pointer); local
    [all...]
HWC2.cpp 45 ALOGE("Hotplug callback called with unknown display %" PRIu64,
215 void Device::registerHotplugCallback(HotplugCallback hotplug)
218 mHotplug = hotplug;
222 ALOGV("Sending pending hotplug(%" PRIu64 ", %s)", display->getId(),
418 registerCallback<HWC2_PFN_HOTPLUG>(Callback::Hotplug, hotplug_hook);
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 141 /* Possible connection options from the hotplug callback */
317 case HWC2_CALLBACK_HOTPLUG: return "Hotplug";
534 Hotplug = HWC2_CALLBACK_HOTPLUG,
747 /* hotplug(..., display, connected)
753 * trigger at least one hotplug notification, even if it only occurs immediately
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 86 static void Hotplug(const struct hwc_procs* procs, int disp, int connected) {
93 hwc_procs_default_.hotplug = Hotplug;
313 hwc_procs->hotplug(hwc_procs, HWC_DISPLAY_EXTERNAL, true);
    [all...]

Completed in 440 milliseconds