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

<<11121314

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.h 432 bool connected() const { return connected_; } function in class:cricket::Connection
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 226 virtual void onHotplugReceived(int disp, bool connected);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 295 p_srcb->connected = FALSE;
393 else if (!p_tcb->connected)
    [all...]
  /external/chromium/chrome/browser/resources/
network_menu.js 7 const StatusConnected = 'connected';
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_stub.cc 112 ethernet->set_is_active(ethernet->connected());
235 // Ensure our active network is connected and vice versa, otherwise our
237 CHECK(active_network()->connected())
472 // Set connected state.
476 // Make the connected network the highest priority network.
493 // Remember connected network.
network_library.h 335 bool connected() const { return IsConnectedState(state_); } function in class:chromeos::Network
336 bool connecting_or_connected() const { return connecting() || connected(); }
352 // network traffic is being routed? A network can be connected,
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
network_menu.js 7 const StatusConnected = 'connected';
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettings.java 426 (wifiState.connected) ? wifiState.label : ""));
589 //TODO: Show connected bluetooth device label
593 // Show the name of the bluetooth device you are connected to
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 181 connected = true;
190 connected = true;
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 146 // this boolean extra specifies whether to disable the Next button when not connected
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 379 private void updateBluetoothParameters(boolean connected) {
380 if (connected) {
390 // we can't start recognizing until we get connected to the BluetoothHeadset
391 // and have a connected audio state. We will listen for these
    [all...]
  /external/chromium_org/net/quic/
quic_connection_test.cc     [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 700 ** Description This function find the connected bda
810 BOOLEAN connected=FALSE; local
817 connected = TRUE;
821 return connected;
    [all...]
gatt_int.h 452 BOOLEAN connected; member in struct:__anon3577
  /external/iproute2/ip/
iproute.c 1353 int connected = 0; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 777 if (!conn->connected())
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.cc 196 // user has explicitly connected; it makes no sense for UI purposes to
207 return properties->connected.value();
574 VLOG(1) << object_path_.value() << ": Connected, " << num_connecting_calls_
814 VLOG(1) << object_path_.value() << ": Profile connected: "
  /external/iproute2/doc/
api-ip6-flowlabels.tex 160 Flowinfo received and latched by a connected TCP socket also may be fetched
173 cached at flow setup (see below). However, for connected sockets
  /external/qemu/
net-android.c 1955 int fd, connected, ret, err; local
    [all...]
net.c 1847 int fd, connected, ret, err; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 194 mTetherAc.connected(null, this, msg.replyTo);
  /external/chromium_org/remoting/webapp/
client_screen.js 186 remoting.clientSession.state != remoting.ClientSession.State.CONNECTED) {
344 var connectedTo = document.getElementById('connected-to');
server_log_entry.js 59 case remoting.ClientSession.State.CONNECTED:
60 return 'connected';

Completed in 914 milliseconds

<<11121314