/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::__anon32230
|
/hardware/qcom/display/msm8960/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/qcom/display/msm8974/libhwcomposer/ |
hwc_uevents.cpp | 66 int connected = -1; // initial value - will be set to 1/0 based on hotplug 108 ALOGD("%s sending hotplug: connected = %d and dpy:%d", 112 ctx->proc->hotplug(ctx->proc, dpy, connected); 139 ALOGD("%s sending hotplug: connected = %d", __FUNCTION__, 142 ctx->proc->hotplug(ctx->proc, dpy, connected);
|
/hardware/qcom/display/msm8x26/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 | 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
|
/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 | 300 inline void hotplug(int disp, int connected);
|
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...] |
/frameworks/native/services/surfaceflinger/ |
EventThread.cpp | 125 "received hotplug event for an invalid display (id=%d)", type); 133 event.hotplug.connected = connected;
|
/hardware/libhardware/tests/hwc/ |
cnativewindow.c | 362 .hotplug = hwc_hotplug,
|
/hardware/samsung_slsi/exynos5/libhwc/ |
hwc.cpp | [all...] |
/external/libsepol/tests/policies/test-cond/ |
refpolicy-base.conf | [all...] |