Searched refs:connected (Results 101 - 125 of 165) sorted by relevance

1234567

/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp639 void ExternalDisplay::setExternalDisplay(bool connected, int extFbNum) argument
643 ALOGD_IF(DEBUG, "%s: connected = %d", __FUNCTION__, connected);
645 mConnected = connected;
647 mHwcContext->dpyAttr[mExtDpyNum].connected = connected;
695 ALOGD_IF(DEBUG,"%s: wfd...connected..!",__FUNCTION__);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc.cpp145 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* extra_info);
1020 static inline bool sendConnectionEvent(const bool connected, const uint8_t type) { argument
1029 ss << " " << (connected ? "1" : "0");
1057 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* extra_info) { argument
1059 sendConnectionEvent((connected != 0) ? true : false,
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc.cpp145 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* extra_info);
1027 static inline bool sendConnectionEvent(const bool connected, const int32_t type) { argument
1036 ss << " " << (connected ? "1" : "0");
1064 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* extra_info) { argument
1067 sendConnectionEvent((connected != 0) ? true : false, type);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc.cpp174 static inline bool sendConnectionEvent(const bool connected, const int8_t type) { argument
183 ss << " " << (connected ? "1" : "0");
210 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* extra_info);
1064 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* extra_info) { argument
1067 sendConnectionEvent((connected != 0) ? true : false, type);
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_session_services.cpp97 bool connected = false; local
103 connected = hwc_display_[disp_id];
107 _hidl_cb(error, connected);
123 DLOGW("Display is not connected");
302 DLOGW("Display is not connected");
405 DLOGE("Display = %d is not connected.", disp_id);
H A Dhwc_session.cpp194 // Create display if it is connected, else wait for hotplug connect event.
482 // Return no error for connected displays
1415 int connected = GetEventValue(uevent_data, length, "SWITCH_STATE="); local
1416 if (connected >= 0) {
1417 DLOGI("HDMI = %s", connected ? "connected" : "disconnected");
1418 if (HotPlugHandler(connected) == -1) {
1419 DLOGE("Failed handling Hotplug = %s", connected ? "connected" : "disconnected");
1469 int HWCSession::HotPlugHandler(bool connected) { argument
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_session_services.cpp98 bool connected = false; local
102 connected = hwc_display_[disp_id];
106 _hidl_cb(error, connected);
123 DLOGW("Display is not connected");
299 DLOGW("Display is not connected");
405 DLOGE("Display = %d is not connected.", disp_id);
H A Dhwc_session.cpp182 // Create display if it is connected, else wait for hotplug connect event.
477 // Return no error for connected displays
1335 int connected = GetEventValue(uevent_data, length, "SWITCH_STATE="); local
1336 if (connected >= 0) {
1337 DLOGI("HDMI = %s", connected ? "connected" : "disconnected");
1338 if (HotPlugHandler(connected) == -1) {
1339 DLOGE("Failed handling Hotplug = %s", connected ? "connected" : "disconnected");
1389 int HWCSession::HotPlugHandler(bool connected) { argument
[all...]
/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) {
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.h95 bool connected; //Applies only to pluggable disp. member in struct:qhwc::DisplayAttributes
619 // HDMI when it is connected as primary or external.
716 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected ||
717 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected);
722 return ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected;
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DPrimaryDevice.impl.h156 Return<Result> PrimaryDevice::setConnectedState(const DeviceAddress& address, bool connected) { argument
157 return mDevice->setConnectedState(address, connected);
H A DDevice.impl.h198 ALOGE("openInputStream called without tracks connected");
335 Return<Result> Device::setConnectedState(const DeviceAddress& address, bool connected) { argument
336 auto key = connected ? AudioParameter::keyStreamConnect : AudioParameter::keyStreamDisconnect;
H A DStream.impl.h240 Return<Result> Stream::setConnectedState(const DeviceAddress& address, bool connected) { argument
242 connected ? AudioParameter::keyStreamConnect : AudioParameter::keyStreamDisconnect,
H A DDevice.h121 Return<Result> setConnectedState(const DeviceAddress& address, bool connected) override;
H A DPrimaryDevice.h104 Return<Result> setConnectedState(const DeviceAddress& address, bool connected) override;
/hardware/interfaces/sensors/1.0/
H A Dtypes.hal761 * Set this flag if the sensor is a dynamically connected sensor. See
972 bool connected;
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_session.cpp110 // HDMI is primary display. If already connected, then create it and store in
111 // primary display slot. If not connected, create a NULL display for now.
1064 DLOGW("Display is not connected");
1370 DLOGW("Display is not connected");
1405 int connected = GetEventValue(uevent_data, length, "SWITCH_STATE="); local
1406 if (connected >= 0) {
1407 DLOGI("HDMI = %s", connected ? "connected" : "disconnected");
1408 if (HotPlugHandler(connected) == -1) {
1409 DLOGE("Failed handling Hotplug = %s", connected
1463 HotPlugHandler(bool connected) argument
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_session.cpp112 // HDMI is primary display. If already connected, then create it and store in
113 // primary display slot. If not connected, create a NULL display for now.
384 // Return no error for connected displays
1091 DLOGW("Display is not connected");
1419 DLOGW("Display is not connected");
1454 int connected = GetEventValue(uevent_data, length, "SWITCH_STATE="); local
1455 if (connected >= 0) {
1456 DLOGI("HDMI = %s", connected ? "connected" : "disconnected");
1457 if (HotPlugHandler(connected)
1512 HotPlugHandler(bool connected) argument
[all...]
/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
588 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected ||
589 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc.cpp199 * rely on isActive and connected attributes of dpyAttr to
308 ctx->dpyAttr[dpy].connected) {
434 // If VDS is connected, do not clear WB object as it
469 if(ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected) {
680 ctx->dpyAttr[dpy].connected &&
780 ret = -1; //Not connected
781 if(ctx->dpyAttr[disp].connected) {
799 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
627 return (ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected ||
628 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected);
/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_wrapper.cpp68 if (connected()) {
69 HAL_LOGV("Camera device %s is already connected.", device_path_.c_str());
92 // by disabling cameras that get disconnected and checking newly connected
106 // Not connected.
107 HAL_LOGE("Camera device %s is not connected, cannot disconnect.",
133 if (!connected()) {
134 HAL_LOGE("Device %s not connected.", device_path_.c_str());
366 if (!connected()) {
368 "Device is not connected, qualified formats may not have been set.");
/hardware/qcom/gps/msm8909w_3100/core/
H A DSystemStatus.h423 bool connected,
429 mConnected(connected),
451 LOC_LOGD("NetworkInfo: type=%u connected=%u", mType, mConnected);
638 bool eventConnectionStatus(bool connected, uint8_t type);
418 SystemStatusNetworkInfo( uint32_t type, std::string typeName, std::string subTypeName, bool available, bool connected, bool roaming) argument
/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);
865 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* extra_info) {} argument

Completed in 552 milliseconds

1234567