Home
last modified time | relevance | path

Searched refs:connected (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_uevents.cpp72 int connected = -1; // initial value - will be set to 1/0 based on hotplug in handle_uevent() local
95 connected = atoi(str + strlen("SWITCH_STATE=")); in handle_uevent()
108 switch(connected) { in handle_uevent()
127 __FUNCTION__, connected, dpy); in handle_uevent()
128 ctx->dpyAttr[dpy].connected = false; in handle_uevent()
131 ctx->proc->hotplug(ctx->proc, dpy, connected); in handle_uevent()
146 connected); in handle_uevent()
147 ctx->dpyAttr[dpy].connected = true; in handle_uevent()
149 ctx->proc->hotplug(ctx->proc, dpy, connected); in handle_uevent()
171 ALOGE("ignore event and connected:%d",connected); in handle_uevent()
/hardware/qcom/sdm845/gps/msm8998/android/
DAGnssRil.cpp40 static bool sendConnectionEvent(const bool connected, const int8_t type);
50 Return<bool> AGnssRil::updateNetworkState(bool connected, NetworkType type, bool roaming) { in updateNetworkState() argument
54 sendConnectionEvent(connected, (int8_t)type); in updateNetworkState()
91 static inline bool sendConnectionEvent(const bool connected, const int8_t type) { in sendConnectionEvent() argument
100 ss << " " << (connected ? "1" : "0"); in sendConnectionEvent()
/hardware/qcom/gps/msm8998/android/
DAGnssRil.cpp40 static bool sendConnectionEvent(const bool connected, const int8_t type);
50 Return<bool> AGnssRil::updateNetworkState(bool connected, NetworkType type, bool roaming) { in updateNetworkState() argument
54 sendConnectionEvent(connected, (int8_t)type); in updateNetworkState()
91 static inline bool sendConnectionEvent(const bool connected, const int8_t type) { in sendConnectionEvent() argument
100 ss << " " << (connected ? "1" : "0"); in sendConnectionEvent()
/hardware/qcom/display/msm8084/libqservice/
DIQHDMIClient.cpp49 void onHdmiHotplug(int connected) in onHdmiHotplug() argument
53 data.writeInt32(connected); in onHdmiHotplug()
78 int connected = data.readInt32(); in onTransact() local
79 onHdmiHotplug(connected); in onTransact()
DQService.cpp70 void QService::onHdmiHotplug(int connected) { in onHdmiHotplug() argument
73 mHDMIClient->onHdmiHotplug(connected); in onHdmiHotplug()
/hardware/qcom/display/msm8909/libqservice/
DIQHDMIClient.cpp49 void onHdmiHotplug(int connected) in onHdmiHotplug() argument
53 data.writeInt32(connected); in onHdmiHotplug()
79 int connected = data.readInt32(); in onTransact() local
80 onHdmiHotplug(connected); in onTransact()
/hardware/qcom/display/msm8998/libqservice/
DIQHDMIClient.cpp49 void onHdmiHotplug(int connected) in onHdmiHotplug() argument
53 data.writeInt32(connected); in onHdmiHotplug()
79 int connected = data.readInt32(); in onTransact() local
80 onHdmiHotplug(connected); in onTransact()
/hardware/qcom/display/msm8909w_3100/libqservice/
DIQHDMIClient.cpp49 void onHdmiHotplug(int connected) in onHdmiHotplug() argument
53 data.writeInt32(connected); in onHdmiHotplug()
79 int connected = data.readInt32(); in onTransact() local
80 onHdmiHotplug(connected); in onTransact()
/hardware/qcom/sm8150/display/libqservice/
DIQHDMIClient.cpp49 void onHdmiHotplug(int connected) in onHdmiHotplug() argument
53 data.writeInt32(connected); in onHdmiHotplug()
79 int connected = data.readInt32(); in onTransact() local
80 onHdmiHotplug(connected); in onTransact()
/hardware/qcom/sdm845/display/libqservice/
DIQHDMIClient.cpp49 void onHdmiHotplug(int connected) in onHdmiHotplug() argument
53 data.writeInt32(connected); in onHdmiHotplug()
79 int connected = data.readInt32(); in onTransact() local
80 onHdmiHotplug(connected); in onTransact()
/hardware/qcom/display/msm8996/libqservice/
DIQHDMIClient.cpp49 void onHdmiHotplug(int connected) in onHdmiHotplug() argument
53 data.writeInt32(connected); in onHdmiHotplug()
79 int connected = data.readInt32(); in onTransact() local
80 onHdmiHotplug(connected); in onTransact()
/hardware/qcom/sm8150/display/hdmi_cec/
DQHDMIClient.cpp45 void QHDMIClient::onHdmiHotplug(int connected) in onHdmiHotplug() argument
47 ALOGD("%s: HDMI connected event connected: %d", __FUNCTION__, connected); in onHdmiHotplug()
48 cec_hdmi_hotplug(mCtx, connected); in onHdmiHotplug()
/hardware/qcom/sdm845/display/hdmi_cec/
DQHDMIClient.cpp45 void QHDMIClient::onHdmiHotplug(int connected) in onHdmiHotplug() argument
47 ALOGD("%s: HDMI connected event connected: %d", __FUNCTION__, connected); in onHdmiHotplug()
48 cec_hdmi_hotplug(mCtx, connected); in onHdmiHotplug()
/hardware/qcom/display/msm8996/hdmi_cec/
DQHDMIClient.cpp45 void QHDMIClient::onHdmiHotplug(int connected) in onHdmiHotplug() argument
47 ALOGD("%s: HDMI connected event connected: %d", __FUNCTION__, connected); in onHdmiHotplug()
48 cec_hdmi_hotplug(mCtx, connected); in onHdmiHotplug()
/hardware/qcom/display/msm8998/hdmi_cec/
DQHDMIClient.cpp45 void QHDMIClient::onHdmiHotplug(int connected) in onHdmiHotplug() argument
47 ALOGD("%s: HDMI connected event connected: %d", __FUNCTION__, connected); in onHdmiHotplug()
48 cec_hdmi_hotplug(mCtx, connected); in onHdmiHotplug()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_uevents.cpp123 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected = false; in teardownWfd()
174 if(!ctx->dpyAttr[dpy].connected){ in handle_uevent()
182 ctx->dpyAttr[dpy].connected = false; in handle_uevent()
200 ctx->mQService->onHdmiHotplug((int)ctx->dpyAttr[dpy].connected); in handle_uevent()
207 if(ctx->dpyAttr[dpy].connected) { in handle_uevent()
230 if(ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected) { in handle_uevent()
269 ctx->dpyAttr[dpy].connected = true; in handle_uevent()
279 ctx->mQService->onHdmiHotplug(ctx->dpyAttr[dpy].connected); in handle_uevent()
/hardware/qcom/gps/msm8909w_3100/android/
DAGnssRil.cpp49 Return<bool> AGnssRil::updateNetworkState(bool connected, NetworkType type, bool /*roaming*/) { in updateNetworkState() argument
54 mGnss->getGnssInterface()->updateConnectionStatus(connected, (uint8_t)type); in updateNetworkState()
/hardware/interfaces/graphics/composer/2.1/
DIComposerCallback.hal23 /** The display has been connected */
30 * Notifies the client that the given display has either been connected or
35 * Displays which have been connected are assumed to be in PowerMode::OFF,
44 * @param connected indicates whether the display is connected or
48 onHotplug(Display display, Connection connected);
/hardware/interfaces/sensors/2.0/
DISensorsCallback.hal23 * Notify the framework that new dynamic sensors have been connected.
25 * If a dynamic sensor was previously connected and has not been
29 * was connected.
34 * Notify the framework that previously connected dynamic sensors have been
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_uevents.cpp123 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected = false; in teardownWfd()
183 if(!ctx->dpyAttr[dpy].connected){ in handle_uevent()
191 ctx->dpyAttr[dpy].connected = false; in handle_uevent()
215 if(ctx->dpyAttr[dpy].connected) { in handle_uevent()
238 if(ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected) { in handle_uevent()
277 ctx->dpyAttr[dpy].connected = true; in handle_uevent()
/hardware/interfaces/sensors/2.1/
DISensorsCallback.hal24 * Notify the framework that new dynamic sensors have been connected.
26 * If a dynamic sensor was previously connected and has not been
30 * was connected.
/hardware/libhardware/modules/sensors/dynamic_sensor/
DBaseDynamicSensorDaemon.cpp24 bool BaseDynamicSensorDaemon::onConnectionChange(const std::string &deviceKey, bool connected) { in onConnectionChange() argument
27 if (connected) { in onConnectionChange()
/hardware/interfaces/broadcastradio/2.0/
DITunerCallback.hal60 * Method called by the HAL when the antenna gets connected or disconnected.
62 * For a new tuner session, client must assume the antenna is connected.
66 * @param connected True if the antenna is now connected, false otherwise.
68 oneway onAntennaStateChange(bool connected);
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_virtual.cpp57 if(ctx->dpyAttr[dpy].connected && (displays[dpy] == NULL)) { in destroy()
58 ctx->dpyAttr[dpy].connected = false; in destroy()
86 if(ctx->dpyAttr[dpy].connected == false) { in prepare()
87 ctx->dpyAttr[dpy].connected = true; in prepare()
144 if(ctx->dpyAttr[dpy].connected in set()
/hardware/qcom/display/msm8909w_3100/hdmi_cec/
Dqhdmi_cec.cpp318 void cec_hdmi_hotplug(cec_context_t *ctx, int connected) in cec_hdmi_hotplug() argument
321 if(!ctx->system_control && connected == 0) in cec_hdmi_hotplug()
326 event.hotplug.connected = connected ? HDMI_CONNECTED : HDMI_NOT_CONNECTED; in cec_hdmi_hotplug()
395 int connected = 0; in cec_is_connected() local
402 connected = atoi(connected_data); in cec_is_connected()
405 connected ? "connected":"disconnected"); in cec_is_connected()
409 return connected; in cec_is_connected()
640 int connected = get_event_value(uevent_data, count, "SWITCH_STATE="); in handle_hdmihotplug_event() local
641 ALOGD("HDMI CEC is %s", connected ? "connected" : "disconnected"); in handle_hdmihotplug_event()
642 cec_hdmi_hotplug(ctx, connected); in handle_hdmihotplug_event()

12345678910>>...12