Searched refs:connected (Results 1 - 25 of 165) sorted by relevance

1234567

/hardware/interfaces/secure_element/1.0/
H A DISecureElementHalCallback.hal20 onStateChange(bool 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);
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/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/interfaces/broadcastradio/2.0/
H A 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/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/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 DIQHDMIClient.h42 virtual void onHdmiHotplug(int connected) = 0;
/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/moorefield_hdmi/common/base/
H A DDisplayAnalyzer.h36 void postHotplugEvent(bool connected);
54 void handleHotplugEvent(bool connected);
H A DDisplayAnalyzer.cpp63 void DisplayAnalyzer::postHotplugEvent(bool connected) argument
68 e.bValue = connected;
106 void DisplayAnalyzer::handleHotplugEvent(bool connected) argument
108 if (connected) {
/hardware/interfaces/graphics/composer/2.1/
H A 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/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());
H A DBaseDynamicSensorDaemon.h38 virtual bool onConnectionChange(const std::string &deviceKey, bool 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 DIQHDMIClient.h42 virtual void onHdmiHotplug(int connected) = 0;
/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 DIQHDMIClient.h42 virtual void onHdmiHotplug(int connected) = 0;
/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);
/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);
/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/qcom/display/msm8084/libvirtual/
H A Dvirtual.h49 return mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].connected;
/hardware/qcom/display/msm8226/libvirtual/
H A Dvirtual.h49 return mHwcContext->dpyAttr[HWC_DISPLAY_VIRTUAL].connected;

Completed in 624 milliseconds

1234567