HomeSort by relevance Sort by last modified time
    Searched defs:Connected (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/test/pyautolib/
remote_host.py 34 while self.Connected():
46 def Connected(self):
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.h 53 Incomplete, Normal, Failed, Connected, ModeMax
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 305 base::Bind(&BluetoothOptionsHandler::Connected,
342 void BluetoothOptionsHandler::Connected() {
434 js_properties.SetBoolean("connected", device->IsConnected());
  /external/chromium_org/ui/aura/
remote_root_window_host_win.cc 130 void RemoteRootWindowHostWin::Connected(IPC::Sender* host) {
  /external/openfst/src/include/fst/
replace-util.h 91 bool Connected() const {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 25 * CONNECTED | | CONNECT
27 * (Connected)
70 private Connected mConnected;
85 // mCurrentDevice is the device connected before the state changes
86 // mTargetDevice is the device to be connected
95 // Connected, Connected state
127 mConnected = new Connected();
247 logw("A2DP Connected from Disconnected state");
407 loge("Unknown device Connected: " + device)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_base.cc 213 return ethernet_ ? ethernet_->connected() : false;
222 return active_wifi_ ? active_wifi_->connected() : false;
231 return active_cellular_ ? active_cellular_->connected() : false;
240 return active_wimax_ ? active_wimax_->connected() : false;
249 return active_virtual_ ? active_virtual_->connected() : false;
251 bool NetworkLibraryImplBase::Connected() const {
319 if (ethernet_ && ethernet_->connected())
321 if (active_wifi_ && active_wifi_->connected())
323 if (active_cellular_ && active_cellular_->connected())
325 if (active_wimax_ && active_wimax_->connected())
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 25 * CONNECTED | | CONNECT
27 * (Connected)
118 private Connected mConnected;
140 // mCurrentDevice is the device connected before the state changes
141 // mTargetDevice is the device to be connected
150 // Connected, Connected state
202 mConnected = new Connected();
356 Log.w(TAG, "HFP Connected from Disconnected state");
529 Log.e(TAG, "Unknown device Connected: " + device)
    [all...]
  /art/runtime/
debugger.cc 171 static bool gDebuggerConnected; // debugger or DDMS is connected.
508 void Dbg::Connected() {
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc     [all...]

Completed in 572 milliseconds