Searched defs:connected (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/libhwcomposer/
H A Dhwc_uevents.cpp74 int connected = -1; // initial value - will be set to 1/0 based on hotplug local
97 connected = atoi(str + strlen("SWITCH_STATE="));
110 switch(connected) {
128 ALOGD("%s sending hotplug: connected = %d and dpy:%d",
129 __FUNCTION__, connected, dpy);
130 ctx->dpyAttr[dpy].connected = false;
133 ctx->proc->hotplug(ctx->proc, dpy, connected);
147 ALOGD("%s sending hotplug: connected = %d", __FUNCTION__,
148 connected);
149 ctx->dpyAttr[dpy].connected
[all...]
H A Dhwc_utils.h80 bool connected; //Applies only to pluggable disp. member in struct:qhwc::DisplayAttributes
/hardware/qcom/display/libexternal/
H A Dexternal.cpp640 void ExternalDisplay::setExternalDisplay(bool connected, int extFbNum) argument
644 ALOGD_IF(DEBUG, "%s: connected = %d", __FUNCTION__, connected);
646 mConnected = connected;
648 mHwcContext->dpyAttr[mExtDpyNum].connected = connected;
696 ALOGD_IF(DEBUG,"%s: wfd...connected..!",__FUNCTION__);

Completed in 109 milliseconds