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

  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.h 54 Incomplete, Normal, Failed, Connected, ModeMax
  /external/chromium_org/mojo/spy/
websocket_server.cc 78 if (Connected()) {
155 bool WebSocketServer::Connected() const {
  /external/chromium_org/tools/usb_gadget/
gadget.py 53 raise RuntimeError('Device is not connected.')
77 def Connected(self, chip, speed):
78 """The device has been connected to a USB host.
158 RuntimeError: If the device is not connected.
161 raise RuntimeError('Device is not connected.')
hid_gadget.py 125 def Connected(self, chip, speed):
126 super(HidGadget, self).Connected(chip, speed)
128 feature.Connected(self, report_id)
302 def Connected(self, my_gadget, report_id):
323 raise RuntimeError('Device is not connected.')
linux_gadgetfs.py 130 self.Connected(speed)
142 def Connected(self, speed):
144 self._gadget.Connected(self, speed)
  /external/chromium_org/chrome/browser/devtools/device/
android_web_socket.cc 99 void Connected(int result, scoped_ptr<net::StreamSocket> socket);
128 base::Bind(&AndroidWebSocketImpl::Connected, weak_factory_.GetWeakPtr()));
163 void AndroidWebSocketImpl::Connected(int result,
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 332 base::Bind(&BluetoothOptionsHandler::Connected,
370 void BluetoothOptionsHandler::Connected() {
464 js_properties.SetBoolean("connected", device->IsConnected());
  /external/chromium_org/ui/aura/
remote_window_tree_host_win.cc 121 void RemoteWindowTreeHostWin::Connected(IPC::Sender* host) {
133 // happen before we're successfully Connected.
  /external/openfst/src/include/fst/
replace-util.h 91 bool Connected() const {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 25 * CONNECTED | | CONNECT
27 * (Connected)
73 private Connected mConnected;
84 // mCurrentDevice is the device connected before the state changes
85 // mTargetDevice is the device to be connected
94 // Connected, Connected state
127 mConnected = new Connected();
257 logw("A2DP Connected from Disconnected state");
421 loge("Unknown device Connected: " + device)
    [all...]
A2dpStateMachine.java 25 * CONNECTED | | CONNECT
27 * (Connected)
70 private Connected mConnected;
81 // mCurrentDevice is the device connected before the state changes
82 // mTargetDevice is the device to be connected
91 // Connected, Connected state
123 mConnected = new Connected();
242 logw("A2DP Connected from Disconnected state");
402 loge("Unknown device Connected: " + device)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netioapi.h 136 BOOLEAN Connected;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 25 * CONNECTED | | CONNECT
27 * (Connected)
126 // Hash for storing the Audio Parameters like NREC for connected headsets
140 private Connected mConnected;
164 // mCurrentDevice is the device connected before the state changes
165 // mTargetDevice is the device to be connected
174 // Connected, Connected state
192 // Multi HFP: Connected devices list holds all currently connected headset
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 26 * CONNECTED | | DISCONNECT
28 * (Connected)
109 private final Connected mConnected;
150 // currently connected device
    [all...]
  /art/runtime/
debugger.cc 305 static bool gDebuggerConnected; // debugger or DDMS is connected.
721 void Dbg::Connected() {
    [all...]

Completed in 862 milliseconds