Searched refs:hotplug (Results 1 – 6 of 6) sorted by relevance
97 mEvent.hotplug.connected = event.hotplug.connected; in CecEventWrapper()98 mEvent.hotplug.port_id = event.hotplug.port_id; in CecEventWrapper()110 const hotplug_event_t& hotplug() const { in hotplug() function in android::CecEventWrapper111 return mEvent.hotplug; in hotplug()136 propagateHotplugEvent(mEventWrapper->hotplug()); in handleMessage()
66 Hotplug hotplug; member
173 dispatchHotplug(ev.header.timestamp, ev.header.id, ev.hotplug.connected); in processPendingEvents()
142 mCBContext->procs.hotplug = &hook_hotplug; in HWComposer()144 mCBContext->procs.hotplug = NULL; in HWComposer()274 ctx->hwc->hotplug(disp, connected); in hook_hotplug()307 void HWComposer::hotplug(int disp, int connected) { in hotplug() function in android::HWComposer
319 inline void hotplug(int disp, int connected);
167 event.hotplug.connected = connected; in onHotplugReceived()