Searched refs:connected (Results 26 - 50 of 165) sorted by relevance

1234567

/hardware/qcom/display/msm8996/libqservice/
H A DIQHDMIClient.h42 virtual void onHdmiHotplug(int connected) = 0;
H A DQService.h53 virtual void onHdmiHotplug(int 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.h44 virtual void onHdmiHotplug(int connected);
H A Dqhdmi_cec.h71 void cec_hdmi_hotplug(cec_context_t *ctx, int connected);
/hardware/qcom/display/msm8998/libqservice/
H A DIQHDMIClient.h42 virtual void onHdmiHotplug(int connected) = 0;
H A DQService.h56 virtual void onHdmiHotplug(int 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/interfaces/broadcastradio/1.0/
H A DITunerCallback.hal54 * @param connected True if the antenna is connected, false otherwise.
56 oneway antennaStateChange(bool connected);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_uevents.cpp123 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected = false;
129 /* Need to send hotplug only when connected WFD in proprietary path */
173 /* Display not connected */
174 if(!ctx->dpyAttr[dpy].connected){
182 ctx->dpyAttr[dpy].connected = false;
200 ctx->mQService->onHdmiHotplug((int)ctx->dpyAttr[dpy].connected);
206 /* Display already connected */
207 if(ctx->dpyAttr[dpy].connected) {
218 //fail, since Layer Mixer#0 is still connected to WriteBack.
230 if(ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected) {
[all...]
/hardware/qcom/display/msm8084/libqservice/
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);
H A DQService.h53 void onHdmiHotplug(int connected);
/hardware/qcom/display/msm8909/libqservice/
H A DQService.h53 virtual void onHdmiHotplug(int 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 DQService.h53 virtual void onHdmiHotplug(int 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/gnss/
H A DXtraSystemStatusObserver.h56 bool updateConnectionStatus(bool connected, uint32_t type);
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DDisplayAnalyzer.h42 void postHotplugEvent(bool connected);
83 void handleHotplugEvent(bool connected);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_uevents.cpp123 ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected = false;
129 /* Need to send hotplug only when connected WFD in proprietary path */
182 /* Display not connected */
183 if(!ctx->dpyAttr[dpy].connected){
191 ctx->dpyAttr[dpy].connected = false;
214 /* Display already connected */
215 if(ctx->dpyAttr[dpy].connected) {
226 //fail, since Layer Mixer#0 is still connected to WriteBack.
238 if(ctx->dpyAttr[HWC_DISPLAY_VIRTUAL].connected) {
242 // If wfd is connected vi
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/observers/
H A DMultiDisplayObserver.cpp338 status_t MultiDisplayObserver::notifyHotPlug( bool connected) argument
347 if (connected == mDeviceConnected) {
353 if (!connected) mExternalHdmiTiming = false;
355 mDeviceConnected = connected;
357 return mMDSConnObserver->updateHdmiConnectionStatus(connected);
402 status_t MultiDisplayObserver::notifyWidiConnectionStatus( bool connected) argument
408 return mMDSConnObserver->updateWidiConnectionStatus(connected);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_virtual.cpp57 if(ctx->dpyAttr[dpy].connected && (displays[dpy] == NULL)) {
58 ctx->dpyAttr[dpy].connected = false;
86 if(ctx->dpyAttr[dpy].connected == false) {
87 ctx->dpyAttr[dpy].connected = true;
144 if(ctx->dpyAttr[dpy].connected
H A Dhwc_uevents.cpp110 /* Display not connected */
111 if(!ctx->dpyAttr[dpy].connected){
132 /* Display already connected */
133 if(ctx->dpyAttr[dpy].connected) {
153 //fail, since Layer Mixer#0 is still connected to WriteBack.
191 ctx->dpyAttr[dpy].connected = true;
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DDrm.cpp115 ILOGTRACE("device %d is not connected", device);
122 output->connected = true;
228 } else if (output->connected) {
267 if (!output->connected) {
268 ELOGTRACE("device is not connected");
311 if (!output->connected) {
312 ELOGTRACE("device is not connected");
429 if (output->connected == false) {
430 ELOGTRACE("device is not connected");
461 if (output->connected
[all...]
/hardware/interfaces/gnss/1.0/
H A DIAGnssRil.hal121 * @param connected Indicates whether network connectivity exists and
130 updateNetworkState(bool connected, NetworkType type, bool roaming)
/hardware/interfaces/gnss/1.0/default/
H A DAGnssRil.cpp123 Return<bool> AGnssRil::updateNetworkState(bool connected, argument
131 mAGnssRilIface->update_network_state(connected,

Completed in 829 milliseconds

1234567