Searched defs:hotplug (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcomposer.cpp340 void Hwcomposer::hotplug(int disp, bool connected) function in class:android::intel::Hwcomposer
344 // TODO: Two fake hotplug events are sent during mode setting. To avoid
348 if (mProcs && mProcs->hotplug) {
349 DTRACE("report hotplug on disp %d, connected %d", disp, connected);
350 mProcs->hotplug(const_cast<hwc_procs_t*>(mProcs), disp, connected);
351 DTRACE("hotplug callback processed and returned!");
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcomposer.cpp333 void Hwcomposer::hotplug(__attribute__((unused))int disp, bool connected) function in class:android::intel::Hwcomposer
337 if (mProcs && mProcs->hotplug) {
338 DLOGTRACE("report hotplug on disp %d, connected %d", disp, connected);
339 mProcs->hotplug(const_cast<hwc_procs_t*>(mProcs), disp, connected);
340 DLOGTRACE("hotplug callback processed and returned!");
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h448 * (*hotplug)() is called by the h/w composer HAL when a display is
450 * the hotplug callback should not be called for it.
456 * The hotplug() callback may call back into the h/w composer on the same
461 * The h/w composer must serialize calls to the hotplug callback; only
467 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected); member in struct:hwc_procs
H A Dhdmi_cec.h162 * HDMI hotplug event type. Used when the event
265 hotplug_event_t hotplug; member in union:hdmi_event::__anon1771

Completed in 94 milliseconds