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

1 2

  /hardware/intel/img/hwcomposer/merrifield/common/devices/
ExternalDevice.cpp 136 mHwc.hotplug(mType, false);
145 mHwc.hotplug(mType, true);
154 mHwc.hotplug(mType, true);
160 mHwc.hotplug(mType, true);
165 // delay sending hotplug event until HDCP is authenticated
169 mHwc.hotplug(mType, true);
193 DTRACE("HDCP authentication status %d, sending hotplug event...", success);
194 mHwc.hotplug(mType, mConnected);
234 WTRACE("same connection status detected, hotplug event ignored");
242 mHwc.hotplug(mType, mConnected)
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
ExternalDevice.cpp 149 mHwc.hotplug(mDisp, false);
158 mHwc.hotplug(mDisp, true);
167 mHwc.hotplug(mDisp, true);
173 mHwc.hotplug(mDisp, true);
178 // delay sending hotplug event until HDCP is authenticated
182 mHwc.hotplug(mDisp, true);
200 DLOGTRACE("HDCP authentication status %d, sending hotplug event...", success);
201 mHwc.hotplug(mDisp, mConnected);
236 WLOGTRACE("same connection status detected, hotplug event ignored");
243 mHwc.hotplug(mDisp, mConnected)
    [all...]
  /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...]
  /frameworks/native/include/gui/
DisplayEventReceiver.h 59 struct Hotplug {
66 Hotplug hotplug; member in union:android::DisplayEventReceiver::Event::__anon28617
  /system/core/adf/libadfhwc/include/adfhwc/
adfhwc.h 35 * Called on hotplug (required)
37 void (*hotplug)(void *data, int disp, bool connected); member in struct:adf_hwc_event_callbacks
  /frameworks/base/services/core/jni/
com_android_server_hdmi_HdmiCecController.cpp 97 mEvent.hotplug.connected = event.hotplug.connected;
98 mEvent.hotplug.port_id = event.hotplug.port_id;
110 const hotplug_event_t& hotplug() const { function in class:android::CecEventWrapper
111 return mEvent.hotplug;
136 propagateHotplugEvent(mEventWrapper->hotplug());
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_uevents.cpp 121 /* We need to send hotplug to SF only when we are disconnecting
124 ALOGE_IF(UEVENT_DEBUG,"%s:Sending EXTERNAL OFFLINE hotplug"
126 ctx->proc->hotplug(ctx->proc, dpy, EXTERNAL_OFFLINE);
197 "hotplug event", __FUNCTION__);
198 ctx->proc->hotplug(ctx->proc, dpy, EXTERNAL_ONLINE);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_uevents.cpp 72 int connected = -1; // initial value - will be set to 1/0 based on hotplug
126 ALOGD("%s sending hotplug: connected = %d and dpy:%d",
131 ctx->proc->hotplug(ctx->proc, dpy, connected);
145 ALOGD("%s sending hotplug: connected = %d", __FUNCTION__,
149 ctx->proc->hotplug(ctx->proc, dpy, connected);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_uevents.cpp 121 /* We need to send hotplug to SF only when we are disconnecting
124 ALOGE_IF(UEVENT_DEBUG,"%s:Sending EXTERNAL OFFLINE hotplug"
126 ctx->proc->hotplug(ctx->proc, dpy, EXTERNAL_OFFLINE);
197 "hotplug event", __FUNCTION__);
198 ctx->proc->hotplug(ctx->proc, dpy, EXTERNAL_ONLINE);
  /hardware/intel/img/hwcomposer/merrifield/include/
Hwcomposer.h 69 virtual void hotplug(int disp, bool connected);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
Hwcomposer.h 65 virtual void hotplug(int disp, bool connected);
  /system/core/adf/libadfhwc/
adfhwc.cpp 180 adf_hotplug_event *hotplug; local
191 hotplug = reinterpret_cast<adf_hotplug_event *>(event);
192 dev->event_cb->hotplug(dev->event_cb_data, disp, hotplug->connected);
261 ALOGE("failed to enable hotplug event on display %zu: %s",
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_uevents.cpp 129 /* Need to send hotplug only when connected WFD in proprietary path */
132 "hotplug event for wfd display", __FUNCTION__);
133 ctx->proc->hotplug(ctx->proc, HWC_DISPLAY_EXTERNAL,
191 /* We need to send hotplug to SF only when we are disconnecting
195 ALOGE_IF(UEVENT_DEBUG,"%s:Sending EXTERNAL OFFLINE hotplug"
197 ctx->proc->hotplug(ctx->proc, HWC_DISPLAY_EXTERNAL,
233 // 1. wfd-client use hdmi hotplug mechanism.
276 "hotplug event", __FUNCTION__);
277 ctx->proc->hotplug(ctx->proc,HWC_DISPLAY_EXTERNAL,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_uevents.cpp 129 /* Need to send hotplug only when connected WFD in proprietary path */
132 "hotplug event for wfd display", __FUNCTION__);
133 ctx->proc->hotplug(ctx->proc, HWC_DISPLAY_EXTERNAL,
200 /* We need to send hotplug to SF only when we are disconnecting
204 ALOGE_IF(UEVENT_DEBUG,"%s:Sending EXTERNAL OFFLINE hotplug"
206 ctx->proc->hotplug(ctx->proc, HWC_DISPLAY_EXTERNAL,
241 // 1. wfd-client use hdmi hotplug mechanism.
284 "hotplug event", __FUNCTION__);
285 ctx->proc->hotplug(ctx->proc,HWC_DISPLAY_EXTERNAL,
  /hardware/intel/img/hwcomposer/merrifield/common/base/
Hwcomposer.cpp 341 void Hwcomposer::hotplug(int disp, bool connected) function in class:android::intel::Hwcomposer
345 // TODO: Two fake hotplug events are sent during mode setting. To avoid
349 if (mProcs && mProcs->hotplug) {
350 DTRACE("report hotplug on disp %d, connected %d", disp, connected);
351 mProcs->hotplug(const_cast<hwc_procs_t*>(mProcs), disp, connected);
352 DTRACE("hotplug callback processed and returned!");
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
Hwcomposer.cpp 333 void Hwcomposer::hotplug(__attribute__((unused))int disp, bool connected) function in class:android::intel::Hwcomposer
337 if (mProcs && mProcs->hotplug) {
338 DLOGTRACE("report hotplug on disp %d, connected %d", disp, connected);
339 mProcs->hotplug(const_cast<hwc_procs_t*>(mProcs), disp, connected);
340 DLOGTRACE("hotplug callback processed and returned!");
  /frameworks/base/libs/androidfw/
DisplayEventDispatcher.cpp 134 dispatchHotplug(ev.header.timestamp, ev.header.id, ev.hotplug.connected);
  /hardware/libhardware/include/hardware/
hwcomposer.h 448 * (*hotplug)() is called by the h/w composer HAL when a display is
450 * the hotplug callback should not be called for it.
456 * The hotplug() callback may call back into the h/w composer on the same
461 * The h/w composer must serialize calls to the hotplug callback; only
467 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected); member in struct:hwc_procs
    [all...]
hdmi_cec.h 162 * HDMI hotplug event type. Used when the event
265 hotplug_event_t hotplug; member in union:hdmi_event::__anon30869
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 177 void hotplug(const std::shared_ptr<HWC2::Display>& display,
HWComposer_hwc1.cpp 144 mCBContext->procs.hotplug = &hook_hotplug;
146 mCBContext->procs.hotplug = NULL;
276 ctx->hwc->hotplug(disp, connected);
309 void HWComposer::hotplug(int disp, int connected) { function in class:android::HWComposer
311 ALOGE("hotplug event received for invalid display: disp=%d connected=%d",
    [all...]
HWComposer_hwc1.h 332 inline void hotplug(int disp, int connected);
  /frameworks/native/services/surfaceflinger/
EventThread.cpp 168 "received hotplug event for an invalid display (id=%d)", type);
176 event.hotplug.connected = connected;
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 88 static void Hotplug(const struct hwc_procs* procs, int disp, int connected) {
95 hwc_procs_default_.hotplug = Hotplug;
334 hwc_procs->hotplug(hwc_procs, HWC_DISPLAY_EXTERNAL, true);
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_session.cpp 88 static void Hotplug(const struct hwc_procs* procs, int disp, int connected) {
95 hwc_procs_default_.hotplug = Hotplug;
334 hwc_procs->hotplug(hwc_procs, HWC_DISPLAY_EXTERNAL, true);
    [all...]

Completed in 1783 milliseconds

1 2