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::__anon18566
  /hardware/libhardware/include/hardware/
hwcomposer.h 316 * (*hotplug)() is called by the h/w composer HAL when a display is
318 * the hotplug callback should not be called for it.
324 * The hotplug() callback may call back into the h/w composer on the same
329 * The h/w composer must serialize calls to the hotplug callback; only
335 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected); member in struct:hwc_procs
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 145 mCBContext->procs.hotplug = &hook_hotplug;
147 mCBContext->procs.hotplug = NULL;
285 ctx->hwc->hotplug(disp, connected);
299 void HWComposer::hotplug(int disp, int connected) { function in class:android::HWComposer
301 ALOGE("hotplug event received for invalid display: disp=%d connected=%d",
    [all...]

Completed in 179 milliseconds