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::__anon1373
/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.cpp144 mCBContext->procs.hotplug = &hook_hotplug;
146 mCBContext->procs.hotplug = NULL;
276 ctx->hwc->hotplug(disp, connected);
309 void HWComposer::hotplug(int disp, int connected) { function in class:android::HWComposer
311 ALOGE("hotplug event received for invalid display: disp=%d connected=%d",
H A DHWComposer_hwc1.h332 inline void hotplug(int disp, int connected);
H A DHWC2.h79 void registerHotplugCallback(HotplugCallback hotplug);
H A DHWComposer.cpp95 auto hotplugHook = std::bind(&HWComposer::hotplug, this,
182 void HWComposer::hotplug(const std::shared_ptr<HWC2::Display>& display, function in class:android::HWComposer
184 ALOGV("hotplug: %" PRIu64 ", %s", display->getId(),
H A DHWC2On1Adapter.cpp99 hotplug = &hotplugHook;
538 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(pointer); local
540 hotplug(callbackData, pendingHotplug.first, pendingHotplug.second);
2614 ALOGE("hwc1Hotplug: Received hotplug for non-external display");
2660 auto hotplug = reinterpret_cast<HWC2_PFN_HOTPLUG>(callbackInfo.pointer); local
2663 hotplug(callbackInfo.data, displayId, static_cast<int32_t>(hwc2Connected));
H A DHWC2.cpp224 void Device::registerHotplugCallback(HotplugCallback hotplug) argument
227 mHotplug = hotplug;
231 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 113 milliseconds