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

  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_callbacks.h 43 void Hotplug(hwc2_display_t display, HWC2::Connection state);
hwc_callbacks.cpp 37 void HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) {
58 case HWC2::Callback::Hotplug:
hwc_session.cpp 417 hwc_session->callbacks_.Hotplug(HWC_DISPLAY_PRIMARY, HWC2::Connection::Connected);
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_callbacks.h 43 void Hotplug(hwc2_display_t display, HWC2::Connection state);
hwc_callbacks.cpp 37 void HWCCallbacks::Hotplug(hwc2_display_t display, HWC2::Connection state) {
58 case HWC2::Callback::Hotplug:
hwc_session.cpp 415 hwc_session->callbacks_.Hotplug(HWC_DISPLAY_PRIMARY, HWC2::Connection::Connected);
    [all...]
  /frameworks/native/include/gui/
DisplayEventReceiver.h 59 struct Hotplug {
66 Hotplug hotplug; member in union:android::DisplayEventReceiver::Event::__anon28617
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2On1Adapter.cpp 99 hotplug = &hotplugHook;
457 case Callback::Hotplug: // Fall-through
504 } else if (descriptor == Callback::Hotplug) {
505 // Hotplug the primary display
538 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); local
540 hotplug(callbackData, pendingHotplug.first, pendingHotplug.second);
2660 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(callbackInfo.pointer); local
    [all...]
HWC2.cpp 45 ALOGE("Hotplug callback called with unknown display %" PRIu64,
224 void Device::registerHotplugCallback(HotplugCallback hotplug)
227 mHotplug = hotplug;
231 ALOGV("Sending pending hotplug(%" PRIu64 ", %s)", display->getId(),
433 registerCallback<HWC2_PFN_HOTPLUG>(Callback::Hotplug, hotplug_hook);
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 147 /* Possible connection options from the hotplug callback */
323 case HWC2_CALLBACK_HOTPLUG: return "Hotplug";
542 Hotplug = HWC2_CALLBACK_HOTPLUG,
756 /* hotplug(..., display, connected)
762 * trigger at least one hotplug notification, even if it only occurs immediately
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 88 static void Hotplug(const struct hwc_procs* procs, int disp, int connected) {
95 hwc_procs_default_.hotplug = Hotplug;
334 hwc_procs->hotplug(hwc_procs, HWC_DISPLAY_EXTERNAL, true);
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_session.cpp 88 static void Hotplug(const struct hwc_procs* procs, int disp, int connected) {
95 hwc_procs_default_.hotplug = Hotplug;
334 hwc_procs->hotplug(hwc_procs, HWC_DISPLAY_EXTERNAL, true);
    [all...]

Completed in 936 milliseconds