Searched refs:connected (Results 26 - 43 of 43) sorted by relevance

12

/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.h464 * connected or disconnected. The PRIMARY display is always connected and
468 * The connected parameter indicates whether the display has just been
469 * connected (1) or disconnected (0).
482 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected);
676 * on the connected display. These handles must remain valid as long as the
677 * display is connected.
698 * hotpluggable display type and no display is connected, an error shall be
709 * connected display. The config parameter is one of the config handles
721 * If disp is a hotpluggable display type and no display is connected,
[all...]
H A Dhdmi_cec.h246 * true if the cable is connected; otherwise false.
248 int connected; member in struct:hotplug_event
335 * by connected HDMI devices. It is therefore likely to change if the cable
406 * Returns HDMI_CONNECTED if a device is connected, otherwise HDMI_NOT_CONNECTED.
H A Dgps.h1004 void (*update_network_state) (int connected, int type, int roaming, const char* extra_info);
/hardware/intel/img/hwcomposer/common/devices/
H A DExternalDevice.cpp106 WLOGTRACE("external device is not connected");
226 bool connected = mConnected; local
237 if (connected == mConnected) {
/hardware/qcom/display/msm8960/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__);
/hardware/qcom/display/msm8974/libexternal/
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/msm8974/libhwcomposer/
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.cpp171 ctx->dpyAttr[dpy].connected) {
404 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/msm8084/libhwcomposer/
H A Dhwc.cpp189 * rely on isActive and connected attributes of dpyAttr to
309 ctx->dpyAttr[dpy].connected) {
434 // If VDS is connected, do not clear WB object as it
485 if(ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected) {
650 ctx->dpyAttr[dpy].connected &&
750 ret = -1; //Not connected
751 if(ctx->dpyAttr[disp].connected) {
769 if( (disp != HWC_DISPLAY_PRIMARY) && !ctx->dpyAttr[disp].connected) {
H A Dhwc_utils.h85 bool connected; //Applies only to pluggable disp. member in struct:qhwc::DisplayAttributes
586 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected ||
587 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected);
H A Dhwc_utils.cpp218 ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected = false;
220 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected = false;
227 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].connected = true;
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc.cpp189 * rely on isActive and connected attributes of dpyAttr to
298 ctx->dpyAttr[dpy].connected) {
423 // If VDS is connected, do not clear WB object as it
457 if(ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected) {
635 ctx->dpyAttr[dpy].connected &&
735 ret = -1; //Not connected
736 if(ctx->dpyAttr[disp].connected) {
754 if( (disp != HWC_DISPLAY_PRIMARY) && !ctx->dpyAttr[disp].connected) {
H A Dhwc_utils.h86 bool connected; //Applies only to pluggable disp. member in struct:qhwc::DisplayAttributes
623 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected ||
624 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected);
H A Dhwc_utils.cpp225 ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected = false;
227 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected = false;
234 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].connected = true;
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc.cpp128 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* extra_info);
861 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* extra_info) {} argument
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc.cpp144 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* extra_info);
1090 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* extra_info) {} argument

Completed in 295 milliseconds

12