HomeSort by relevance Sort by last modified time
    Searched refs:connected (Results 276 - 300 of 845) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbDebuggingActivity.java 129 boolean connected = intent.getBooleanExtra(UsbManager.USB_CONNECTED, false);
130 if (!connected) {
  /frameworks/base/services/core/java/com/android/server/connectivity/
Nat464Xlat.java 58 NetworkInfo.State.CONNECTED,
92 final boolean connected = ArrayUtils.contains(NETWORK_STATES, nai.networkInfo.getState());
96 return supported && connected && !hasIPv4Address;
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
ExternalDevice.cpp 92 WTRACE("external device is not connected");
222 bool connected = mConnected; local
233 if (connected == mConnected) {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
ExternalDevice.cpp 105 WLOGTRACE("external device is not connected");
224 bool connected = mConnected; local
235 if (connected == mConnected) {
  /hardware/interfaces/audio/2.0/
IStream.hal 161 * Return the set of device(s) which this stream is connected to.
163 * @return device set of device(s) which this stream is connected to.
186 * @param connected whether the device is connected.
189 setConnectedState(DeviceAddress address, bool connected)
  /hardware/interfaces/audio/4.0/
IDevice.hal 277 * @param connected whether the device is connected.
280 setConnectedState(DeviceAddress address, bool connected)
  /hardware/interfaces/tv/cec/1.0/
types.hal 213 bool connected;
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display_external.cpp 210 int HWCDisplayExternal::SetState(bool connected) {
215 if (connected) {
240 DLOGI("Display is connected successfully.");
242 DLOGI("Display is already connected.");
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_display_external.cpp 210 int HWCDisplayExternal::SetState(bool connected) {
215 if (connected) {
240 DLOGI("Display is connected successfully.");
242 DLOGI("Display is already connected.");
  /libcore/ojluni/src/main/native/
DatagramChannelImpl.c 152 jint len, jboolean connected)
179 if (connected == JNI_FALSE) {
  /packages/services/BuiltInPrintService/src/com/android/bips/ipp/
CapabilitiesCache.java 106 mWifiMonitor = new WifiMonitor(service, connected -> {
107 if (!connected) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
asynchat.py 202 return self.producer_fifo or (not self.connected)
209 while self.producer_fifo and self.connected:
  /prebuilts/gdb/linux-x86/lib/python2.7/
asynchat.py 202 return self.producer_fifo or (not self.connected)
209 while self.producer_fifo and self.connected:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py 202 return self.producer_fifo or (not self.connected)
209 while self.producer_fifo and self.connected:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 202 return self.producer_fifo or (not self.connected)
209 while self.producer_fifo and self.connected:
  /system/bt/btif/src/
btif_sock_l2cap.cc 81 unsigned connected : 1; // is connected? member in struct:l2cap_socket
295 sock->connected = false;
434 accept_rs->connected = true;
481 accept_rs->connected = true;
526 sock->connected = true;
550 sock->connected = true;
946 if (sock->connected) {
    [all...]
  /system/bt/service/
gatt_server.h 105 bool connected) = 0;
196 int server_id, int connected,
  /system/bt/service/test/
adapter_unittest.cc 95 bool connected) override {
98 last_device_connected_state_ = connected;
267 // Connected
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
wifi_test_utils.py 937 This expects the device to be already connected to the provided network.
940 1. Ensure that we're connected to the network.
944 5. Wait for the "connected" event, then confirm the connected ssid is the
972 This expects the device to be already connected to the provided network.
975 1. Ensure that we're connected to the network.
979 5. Wait for the "connected" event, then confirm the connected ssid is the
992 # First ensure that we're already connected to the provided network.
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_session.cpp 91 static void Hotplug(const struct hwc_procs* procs, int disp, int connected) {
160 // HDMI is primary display. If already connected, then create it and store in
161 // primary display slot. If not connected, create a NULL display for now.
309 // If external display is connected, ignore virtual display content list.
310 // If virtual display content list is valid, connect virtual display if not connected.
311 // If virtual display content list is invalid, disconnect virtual display if connected.
323 bool connected = (hwc_session->hwc_display_[HWC_DISPLAY_VIRTUAL] != NULL); local
325 if (valid_content && !connected) {
327 } else if (!valid_content && connected) {
341 DLOGI("Display[%d] connected. content_list is null", dpy)
1450 int connected = GetEventValue(uevent_data, length, "SWITCH_STATE="); local
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_session.cpp 91 static void Hotplug(const struct hwc_procs* procs, int disp, int connected) {
160 // HDMI is primary display. If already connected, then create it and store in
161 // primary display slot. If not connected, create a NULL display for now.
309 // If external display is connected, ignore virtual display content list.
310 // If virtual display content list is valid, connect virtual display if not connected.
311 // If virtual display content list is invalid, disconnect virtual display if connected.
323 bool connected = (hwc_session->hwc_display_[HWC_DISPLAY_VIRTUAL] != NULL); local
325 if (valid_content && !connected) {
327 } else if (!valid_content && connected) {
341 DLOGI("Display[%d] connected. content_list is null", dpy)
1450 int connected = GetEventValue(uevent_data, length, "SWITCH_STATE="); local
    [all...]
  /cts/tests/tests/secure_element/access_control/AccessControlApp1/src/android/omapi/accesscontrol1/cts/
AccessControlTest.java 140 private boolean connected = false; field in class:AccessControlTest
145 connected = true;
175 connected = false;
181 if (!connected) {
188 if (!connected) {
190 "Service could not be connected after "
  /cts/tests/tests/secure_element/access_control/AccessControlApp2/src/android/omapi/accesscontrol2/cts/
AccessControlTest.java 139 private boolean connected = false; field in class:AccessControlTest
144 connected = true;
174 connected = false;
180 if (!connected) {
187 if (!connected) {
189 "Service could not be connected after "
  /cts/tests/tests/secure_element/access_control/AccessControlApp3/src/android/omapi/accesscontrol3/cts/
AccessControlTest.java 148 private boolean connected = false; field in class:AccessControlTest
154 connected = true;
184 connected = false;
190 if (!connected) {
197 if (!connected) {
199 "Service could not be connected after "
  /cts/tests/tests/secure_element/omapi/src/android/omapi/cts/
OmapiTest.java 132 private boolean connected = false; field in class:OmapiTest
137 connected = true;
172 connected = false;
178 if (!connected) {
185 if (!connected) {
187 "Service could not be connected after " + SERVICE_CONNECTION_TIME_OUT

Completed in 908 milliseconds

<<11121314151617181920>>