Searched refs:hotplug (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/include/gui/
H A DDisplayEventReceiver.h66 Hotplug hotplug; member in union:android::DisplayEventReceiver::Event::__anon1367
/frameworks/base/services/core/jni/
H A Dcom_android_server_hdmi_HdmiCecController.cpp97 mEvent.hotplug.connected = event.hotplug.connected;
98 mEvent.hotplug.port_id = event.hotplug.port_id;
110 const hotplug_event_t& hotplug() const { function in class:android::CecEventWrapper
111 return mEvent.hotplug;
136 propagateHotplugEvent(mEventWrapper->hotplug());
/frameworks/base/libs/androidfw/
H A DDisplayEventDispatcher.cpp134 dispatchHotplug(ev.header.timestamp, ev.header.id, ev.hotplug.connected);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h177 void hotplug(const std::shared_ptr<HWC2::Display>& display,
H A DHWComposer_hwc1.cpp142 mCBContext->procs.hotplug = &hook_hotplug;
144 mCBContext->procs.hotplug = NULL;
274 ctx->hwc->hotplug(disp, connected);
307 void HWComposer::hotplug(int disp, int connected) { function in class:android::HWComposer
309 ALOGE("hotplug event received for invalid display: disp=%d connected=%d",
H A DHWComposer_hwc1.h321 inline void hotplug(int disp, int connected);
H A DHWC2.h78 void registerHotplugCallback(HotplugCallback hotplug);
H A DHWComposer.cpp95 auto hotplugHook = std::bind(&HWComposer::hotplug, this,
177 void HWComposer::hotplug(const std::shared_ptr<HWC2::Display>& display, function in class:android::HWComposer
179 ALOGV("hotplug: %" PRIu64 ", %s", display->getId(),
H A DHWC2On1Adapter.cpp99 hotplug = &hotplugHook;
540 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); local
542 hotplug(callbackData, pendingHotplug.first, pendingHotplug.second);
2597 ALOGE("hwc1Hotplug: Received hotplug for non-external display");
2643 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(callbackInfo.pointer); local
2646 hotplug(callbackInfo.data, displayId, static_cast<int32_t>(hwc2Connected));
H A DHWC2.cpp215 void Device::registerHotplugCallback(HotplugCallback hotplug) argument
218 mHotplug = hotplug;
222 ALOGV("Sending pending hotplug(%" PRIu64 ", %s)", display->getId(),
/frameworks/native/services/surfaceflinger/
H A DEventThread.cpp168 "received hotplug event for an invalid display (id=%d)", type);
176 event.hotplug.connected = connected;

Completed in 295 milliseconds