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

  /external/libmtp/
hotplug.sh.in 4 HOTPLUGPATH=/etc/hotplug
61 echo "Not present, adding to hotplug map."
80 echo "Do you also want to install HAL support or the old hotplug support (y/n)?"
94 echo "Do you also want to install the old hotplug support (y/n)?"
122 # This script locates the hotplug distribution on a certain host
124 # The in-parameters are the hotplug directory and the name of a
125 # file of hotplug device entries and a script to be executed for
130 echo "Hotplug in ${HOTPLUGPATH}"
132 echo "Hotplug missing on this system. Cannot install."
148 # of hotplug does not support private usermaps, then we need t
    [all...]
configure     [all...]
  /frameworks/native/include/gui/
DisplayEventReceiver.h 59 struct Hotplug {
66 Hotplug hotplug; member in union:android::DisplayEventReceiver::Event::__anon20062
  /hardware/qcom/display/libhwcomposer/
hwc_uevents.cpp 74 int connected = -1; // initial value - will be set to 1/0 based on hotplug
128 ALOGD("%s sending hotplug: connected = %d and dpy:%d",
133 ctx->proc->hotplug(ctx->proc, dpy, connected);
147 ALOGD("%s sending hotplug: connected = %d", __FUNCTION__,
151 ctx->proc->hotplug(ctx->proc, dpy, connected);
  /hardware/libhardware/include/hardware/
hwcomposer.h 381 * (*hotplug)() is called by the h/w composer HAL when a display is
383 * the hotplug callback should not be called for it.
389 * The hotplug() callback may call back into the h/w composer on the same
394 * The h/w composer must serialize calls to the hotplug callback; only
400 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected); member in struct:hwc_procs
  /frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp 173 dispatchHotplug(ev.header.timestamp, ev.header.id, ev.hotplug.connected);
201 ALOGV("receiver %p ~ Invoking hotplug handler.", this);
204 ALOGV("receiver %p ~ Returned from hotplug handler.", this);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 296 inline void hotplug(int disp, int connected);
HWComposer.cpp 145 mCBContext->procs.hotplug = &hook_hotplug;
147 mCBContext->procs.hotplug = NULL;
282 ctx->hwc->hotplug(disp, connected);
296 void HWComposer::hotplug(int disp, int connected) { function in class:android::HWComposer
298 ALOGE("hotplug event received for invalid display: disp=%d connected=%d",
    [all...]
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 130 "received hotplug event for an invalid display (id=%d)", type);
138 event.hotplug.connected = connected;
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp     [all...]
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf     [all...]

Completed in 720 milliseconds