/hardware/qcom/display/msm8960/libhwcomposer/ |
D | hwc_uevents.cpp | 72 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/ |
D | AGnssRil.cpp | 40 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/ |
D | AGnssRil.cpp | 40 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/ |
D | IQHDMIClient.cpp | 49 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()
|
D | QService.cpp | 70 void QService::onHdmiHotplug(int connected) { in onHdmiHotplug() argument 73 mHDMIClient->onHdmiHotplug(connected); in onHdmiHotplug()
|
/hardware/qcom/display/msm8909/libqservice/ |
D | IQHDMIClient.cpp | 49 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/ |
D | IQHDMIClient.cpp | 49 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/ |
D | IQHDMIClient.cpp | 49 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/ |
D | IQHDMIClient.cpp | 49 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/ |
D | IQHDMIClient.cpp | 49 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/ |
D | IQHDMIClient.cpp | 49 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/ |
D | QHDMIClient.cpp | 45 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/ |
D | QHDMIClient.cpp | 45 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/ |
D | QHDMIClient.cpp | 45 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/ |
D | QHDMIClient.cpp | 45 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/ |
D | hwc_uevents.cpp | 123 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/ |
D | AGnssRil.cpp | 49 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/ |
D | IComposerCallback.hal | 23 /** 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/ |
D | ISensorsCallback.hal | 23 * 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/ |
D | hwc_uevents.cpp | 123 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/ |
D | ISensorsCallback.hal | 24 * 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/ |
D | BaseDynamicSensorDaemon.cpp | 24 bool BaseDynamicSensorDaemon::onConnectionChange(const std::string &deviceKey, bool connected) { in onConnectionChange() argument 27 if (connected) { in onConnectionChange()
|
/hardware/interfaces/broadcastradio/2.0/ |
D | ITunerCallback.hal | 60 * 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/ |
D | hwc_virtual.cpp | 57 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/ |
D | qhdmi_cec.cpp | 318 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()
|