Searched refs:hotplug (Results 1 - 11 of 11) sorted by relevance

/hardware/intel/img/hwcomposer/common/devices/
H A DExternalDevice.cpp150 mHwc.hotplug(mType, false);
159 mHwc.hotplug(mType, true);
168 mHwc.hotplug(mType, true);
174 mHwc.hotplug(mType, true);
179 // delay sending hotplug event until HDCP is authenticated
183 mHwc.hotplug(mType, true);
202 DLOGTRACE("HDCP authentication status %d, sending hotplug event...", success);
203 mHwc.hotplug(mType, mConnected);
238 WLOGTRACE("same connection status detected, hotplug event ignored");
245 mHwc.hotplug(mTyp
[all...]
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_uevents.cpp74 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/
H A Dhwc_uevents.cpp66 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/msm8084/libhwcomposer/
H A Dhwc_uevents.cpp129 /* 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/
H A Dhwc_uevents.cpp129 /* 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/common/base/
H A DHwcomposer.cpp333 void Hwcomposer::hotplug(__attribute__((unused))int disp, bool connected) function in class:android::intel::Hwcomposer
338 if (mProcs && mProcs->hotplug) {
339 DLOGTRACE("report hotplug on disp %d, connected %d", disp, connected);
340 mProcs->hotplug(const_cast<hwc_procs_t*>(mProcs), disp, connected);
341 DLOGTRACE("hotplug callback processed and returned!");
/hardware/intel/img/hwcomposer/include/
H A DHwcomposer.h65 virtual void hotplug(int disp, bool connected);
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h463 * (*hotplug)() is called by the h/w composer HAL when a display is
465 * the hotplug callback should not be called for it.
471 * The hotplug() callback may call back into the h/w composer on the same
476 * The h/w composer must serialize calls to the hotplug callback; only
482 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected); member in struct:hwc_procs
H A Dhdmi_cec.h162 * HDMI hotplug event type. Used when the event
265 hotplug_event_t hotplug; member in union:hdmi_event::__anon1264
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c362 .hotplug = hwc_hotplug,
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp1745 * still a race condition where a hotplug event might occur after the open
1748 pdev->procs->hotplug(pdev->procs, HWC_DISPLAY_EXTERNAL, pdev->hdmi_hpd);

Completed in 346 milliseconds