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

/hardware/intel/img/hwcomposer/common/base/
H A DHwcomposer.cpp333 void Hwcomposer::hotplug(__attribute__((unused))int disp, bool connected) function in class:android::intel::Hwcomposer
338 if (mProcs && mProcs->hotplug) {
339 DLOGTRACE("report hotplug on disp %d, connected %d", disp, connected);
340 mProcs->hotplug(const_cast<hwc_procs_t*>(mProcs), disp, connected);
341 DLOGTRACE("hotplug callback processed and returned!");
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h463 * (*hotplug)() is called by the h/w composer HAL when a display is
465 * the hotplug callback should not be called for it.
471 * The hotplug() callback may call back into the h/w composer on the same
476 * The h/w composer must serialize calls to the hotplug callback; only
482 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::__anon1264

Completed in 143 milliseconds