HomeSort by relevance Sort by last modified time
    Searched defs:hotplug (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/gui/
DisplayEventReceiver.h 59 struct Hotplug {
66 Hotplug hotplug; member in union:android::DisplayEventReceiver::Event::__anon32223
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 141 mCBContext->procs.hotplug = &hook_hotplug;
143 mCBContext->procs.hotplug = NULL;
278 ctx->hwc->hotplug(disp, connected);
311 void HWComposer::hotplug(int disp, int connected) { function in class:android::HWComposer
313 ALOGE("hotplug event received for invalid display: disp=%d connected=%d",
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer.h 411 * (*hotplug)() is called by the h/w composer HAL when a display is
413 * the hotplug callback should not be called for it.
419 * The hotplug() callback may call back into the h/w composer on the same
424 * The h/w composer must serialize calls to the hotplug callback; only
430 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected); member in struct:hwc_procs

Completed in 1006 milliseconds