Searched refs:connected (Results 1 - 18 of 18) sorted by relevance

/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_uevents.cpp66 int connected = -1; // initial value - will be set to 1/0 based on hotplug local
89 connected = atoi(str + strlen("SWITCH_STATE="));
102 switch(connected) {
108 ALOGD("%s sending hotplug: connected = %d and dpy:%d",
109 __FUNCTION__, connected, dpy);
110 ctx->dpyAttr[dpy].connected = false;
112 ctx->proc->hotplug(ctx->proc, dpy, connected);
123 //fail, since Layer Mixer#0 is still connected to WriteBack.
128 ctx->dpyAttr[dpy].connected = false;
139 ALOGD("%s sending hotplug: connected
[all...]
H A Dhwc.cpp182 ctx->dpyAttr[dpy].connected) {
225 if(ctx->dpyAttr[dpy].connected == false) {
226 ctx->dpyAttr[dpy].connected = true;
259 if(ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected &&
262 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected = false;
454 ctx->dpyAttr[dpy].connected) {
502 if(fbLayer->handle && ctx->dpyAttr[dpy].connected
599 ret = -1; //Not connected
600 if(ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected) {
617 if(disp == HWC_DISPLAY_EXTERNAL && !ctx->dpyAttr[disp].connected) {
[all...]
H A Dhwc_utils.h79 bool connected; //Applies only to secondary displays member in struct:qhwc::DisplayAttributes
413 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected ||
414 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected);
/hardware/qcom/display/msm8960/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.cpp172 ctx->dpyAttr[dpy].connected) {
405 ctx->dpyAttr[dpy].connected) {
504 ret = -1; //Not connected
505 if(ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected) {
522 if(disp == HWC_DISPLAY_EXTERNAL && !ctx->dpyAttr[disp].connected) {
H A Dhwc_utils.h79 bool connected; //Applies only to pluggable disp. member in struct:qhwc::DisplayAttributes
/hardware/qcom/display/msm8x26/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.cpp172 ctx->dpyAttr[dpy].connected) {
406 ctx->dpyAttr[dpy].connected) {
505 ret = -1; //Not connected
506 if(ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected) {
523 if(disp == HWC_DISPLAY_EXTERNAL && !ctx->dpyAttr[disp].connected) {
H A Dhwc_utils.h79 bool connected; //Applies only to pluggable disp. member in struct:qhwc::DisplayAttributes
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.h47 void setExternalDisplay(bool connected, int extFbNum = 0);
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__);
/hardware/qcom/display/msm8974/libexternal/
H A Dexternal.h48 void setExternalDisplay(bool connected, int extFbNum = 0);
H A Dexternal.cpp653 void ExternalDisplay::setExternalDisplay(bool connected, int extFbNum) argument
657 ALOGD_IF(DEBUG, "%s: connected = %d", __FUNCTION__, connected);
659 mConnected = connected;
661 mHwcContext->dpyAttr[mExtDpyNum].connected = connected;
709 ALOGD_IF(DEBUG,"%s: wfd...connected..!",__FUNCTION__);
/hardware/qcom/display/msm8x26/libexternal/
H A Dexternal.h47 void setExternalDisplay(bool connected, int extFbNum = 0);
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__);
/hardware/libhardware/include/hardware/
H A Dbt_gatt_server.h50 /** Callback indicating that a remote device has connected or been disconnected */
51 typedef void (*connection_callback)(int conn_id, int server_if, int connected,
H A Dhwcomposer.h412 * connected or disconnected. The PRIMARY display is always connected and
416 * The connected parameter indicates whether the display has just been
417 * connected (1) or disconnected (0).
430 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected);
580 * on the connected display. These handles must remain valid as long as the
581 * display is connected.
595 * display type and no display is connected, an error should be returned.
605 * connected display. The config parameter is one of the config handles
617 * If disp is a hotpluggable display type and no display is connected,
[all...]
H A Dgps.h675 void (*update_network_state) (int connected, int type, int roaming, const char* extra_info);

Completed in 404 milliseconds