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

1234

/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DBaseDynamicSensorDaemon.cpp24 bool BaseDynamicSensorDaemon::onConnectionChange(const std::string &deviceKey, bool connected) { argument
27 if (connected) {
29 ALOGV("device %s is connected", deviceKey.c_str());
47 ALOGD("device %s already added and is connected again, ignore", deviceKey.c_str());
/hardware/qcom/display/msm8084/libqservice/
H A DIQHDMIClient.cpp49 void onHdmiHotplug(int connected) argument
53 data.writeInt32(connected);
78 int connected = data.readInt32(); local
79 onHdmiHotplug(connected);
H A DQService.cpp51 ALOGD_IF(QSERVICE_DEBUG,"HWC client connected");
56 ALOGD_IF(QSERVICE_DEBUG,"HWC client connected");
70 void QService::onHdmiHotplug(int connected) { argument
73 mHDMIClient->onHdmiHotplug(connected);
/hardware/qcom/display/msm8909/libqservice/
H A DIQHDMIClient.cpp49 void onHdmiHotplug(int connected) argument
53 data.writeInt32(connected);
79 int connected = data.readInt32(); local
80 onHdmiHotplug(connected);
H A DQService.cpp53 ALOGD_IF(QSERVICE_DEBUG,"HWC client connected");
58 ALOGD_IF(QSERVICE_DEBUG,"HDMI client connected");
80 void QService::onHdmiHotplug(int connected) { argument
83 mHDMIClient->onHdmiHotplug(connected);
/hardware/qcom/display/msm8909w_3100/libqservice/
H A DIQHDMIClient.cpp49 void onHdmiHotplug(int connected) argument
53 data.writeInt32(connected);
79 int connected = data.readInt32(); local
80 onHdmiHotplug(connected);
H A DQService.cpp53 ALOGD_IF(QSERVICE_DEBUG,"HWC client connected");
58 ALOGD_IF(QSERVICE_DEBUG,"HDMI client connected");
80 void QService::onHdmiHotplug(int connected) { argument
83 mHDMIClient->onHdmiHotplug(connected);
/hardware/qcom/display/msm8996/hdmi_cec/
H A DQHDMIClient.cpp45 void QHDMIClient::onHdmiHotplug(int connected) argument
47 ALOGD("%s: HDMI connected event connected: %d", __FUNCTION__, connected);
48 cec_hdmi_hotplug(mCtx, connected);
/hardware/qcom/display/msm8996/libqservice/
H A DIQHDMIClient.cpp49 void onHdmiHotplug(int connected) argument
53 data.writeInt32(connected);
79 int connected = data.readInt32(); local
80 onHdmiHotplug(connected);
H A DQService.cpp53 ALOGD_IF(QSERVICE_DEBUG,"HWC client connected");
58 ALOGD_IF(QSERVICE_DEBUG,"HDMI client connected");
80 void QService::onHdmiHotplug(int connected) { argument
83 mHDMIClient->onHdmiHotplug(connected);
/hardware/qcom/display/msm8998/hdmi_cec/
H A DQHDMIClient.cpp45 void QHDMIClient::onHdmiHotplug(int connected) argument
47 ALOGD("%s: HDMI connected event connected: %d", __FUNCTION__, connected);
48 cec_hdmi_hotplug(mCtx, connected);
/hardware/qcom/display/msm8998/libqservice/
H A DIQHDMIClient.cpp49 void onHdmiHotplug(int connected) argument
53 data.writeInt32(connected);
79 int connected = data.readInt32(); local
80 onHdmiHotplug(connected);
H A DQService.cpp53 ALOGD_IF(QSERVICE_DEBUG,"HWC client connected");
58 ALOGD_IF(QSERVICE_DEBUG,"HDMI client connected");
80 void QService::onHdmiHotplug(int connected) { argument
83 mHDMIClient->onHdmiHotplug(connected);
/hardware/qcom/gps/msm8909w_3100/android/
H A DAGnssRil.cpp49 Return<bool> AGnssRil::updateNetworkState(bool connected, NetworkType type, bool /*roaming*/) { argument
54 mGnss->getGnssInterface()->updateConnectionStatus(connected, (uint8_t)type);
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DDrm.h87 int connected; member in struct:android::intel::Drm::DrmOutput
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DDisplayAnalyzer.cpp63 void DisplayAnalyzer::postHotplugEvent(bool connected) argument
68 e.bValue = connected;
106 void DisplayAnalyzer::handleHotplugEvent(bool connected) argument
108 if (connected) {
H A DDrm.h93 int connected; member in struct:android::intel::Drm::DrmOutput
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_uevents.cpp72 int connected = -1; // initial value - will be set to 1/0 based on hotplug local
95 connected = atoi(str + strlen("SWITCH_STATE="));
108 switch(connected) {
126 ALOGD("%s sending hotplug: connected = %d and dpy:%d",
127 __FUNCTION__, connected, dpy);
128 ctx->dpyAttr[dpy].connected = false;
131 ctx->proc->hotplug(ctx->proc, dpy, connected);
145 ALOGD("%s sending hotplug: connected = %d", __FUNCTION__,
146 connected);
147 ctx->dpyAttr[dpy].connected
[all...]
/hardware/qcom/gps/msm8998/android/
H A DAGnssRil.cpp40 static bool sendConnectionEvent(const bool connected, const int8_t type);
50 Return<bool> AGnssRil::updateNetworkState(bool connected, NetworkType type, bool roaming) { argument
54 sendConnectionEvent(connected, (int8_t)type);
91 static inline bool sendConnectionEvent(const bool connected, const int8_t type) { argument
100 ss << " " << (connected ? "1" : "0");
/hardware/intel/img/hwcomposer/merrifield/common/devices/
H A DExternalDevice.cpp92 WTRACE("external device is not connected");
222 bool connected = mConnected; local
233 if (connected == mConnected) {
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DMultiDisplayObserver.h70 status_t notifyHotPlug(bool connected);
74 status_t notifyWidiConnectionStatus(bool connected);
125 status_t notifyHotPlug(bool connected) { return NO_ERROR; } argument
129 status_t notifyWidiConnectionStatus(bool connected) { return NO_ERROR; } argument
/hardware/interfaces/gnss/1.0/default/
H A DAGnssRil.cpp123 Return<bool> AGnssRil::updateNetworkState(bool connected, argument
131 mAGnssRilIface->update_network_state(connected,
/hardware/libhardware/modules/camera/3_4/
H A Dv4l2_wrapper.h106 inline bool connected() { return device_fd_.get() >= 0; } function in class:v4l2_camera_hal::V4L2Wrapper
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_qclient.cpp102 int connected; local
103 connected = ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected ? 1 : 0;
104 outParcel->writeInt32(connected);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_qclient.cpp103 int connected; local
104 connected = ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected ? 1 : 0;
105 outParcel->writeInt32(connected);

Completed in 1714 milliseconds

1234