/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/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/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/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/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/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/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/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/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | DisplayAnalyzer.cpp | 63 void DisplayAnalyzer::postHotplugEvent(bool connected) in postHotplugEvent() argument 68 e.bValue = connected; in postHotplugEvent() 106 void DisplayAnalyzer::handleHotplugEvent(bool connected) in handleHotplugEvent() argument 108 if (connected) { in handleHotplugEvent()
|
D | Drm.cpp | 122 output->connected = true; in detect() 228 } else if (output->connected) { in detect() 267 if (!output->connected) { in setDrmMode() 311 if (!output->connected) { in setRefreshRate() 429 if (output->connected == false) { in getModeInfo() 461 if (output->connected == false) { in getPhysicalSize() 481 if (output->connected == false) { in getDisplayResolution() 505 return mOutputs[output].connected; in isConnected() 529 if (!out->connected) { in setDpmsMode() 566 output->connected = false; in resetOutput() [all …]
|
D | DisplayAnalyzer.h | 36 void postHotplugEvent(bool connected); 54 void handleHotplugEvent(bool connected);
|
/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()
|
D | hwc_virtual.cpp | 68 if(ctx->dpyAttr[dpy].connected && (displays[dpy] == NULL)) { in destroy() 69 ctx->dpyAttr[dpy].connected = false; in destroy() 107 if(ctx->dpyAttr[dpy].connected == false) { in prepare() 108 ctx->dpyAttr[dpy].connected = true; in prepare() 158 if(ctx->dpyAttr[dpy].connected in set() 259 ctx->dpyAttr[dpy].connected && in prepare() 294 ctx->dpyAttr[dpy].connected && in set()
|
/hardware/intel/img/hwcomposer/merrifield/common/observers/ |
D | MultiDisplayObserver.h | 70 status_t notifyHotPlug(bool connected); 74 status_t notifyWidiConnectionStatus(bool connected); 125 status_t notifyHotPlug(bool connected) { return NO_ERROR; } in notifyHotPlug() argument 129 status_t notifyWidiConnectionStatus(bool connected) { return NO_ERROR; } in notifyWidiConnectionStatus() argument
|
D | MultiDisplayObserver.cpp | 338 status_t MultiDisplayObserver::notifyHotPlug( bool connected) in notifyHotPlug() argument 347 if (connected == mDeviceConnected) { in notifyHotPlug() 353 if (!connected) mExternalHdmiTiming = false; in notifyHotPlug() 355 mDeviceConnected = connected; in notifyHotPlug() 357 return mMDSConnObserver->updateHdmiConnectionStatus(connected); in notifyHotPlug() 402 status_t MultiDisplayObserver::notifyWidiConnectionStatus( bool connected) in notifyWidiConnectionStatus() argument 408 return mMDSConnObserver->updateWidiConnectionStatus(connected); in notifyWidiConnectionStatus()
|
/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/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/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/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/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/msm8909/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()
|
/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()
|