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

  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.h 49 Incomplete, Normal, Failed, Connected
  /external/webkit/Source/WebCore/platform/network/cf/
SocketStreamHandle.h 101 enum ConnectingSubstate { New, ExecutingPACFile, WaitingForCredentials, WaitingForConnect, Connected };
  /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...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 25 * CONNECTED | | CONNECT
27 * (Connected)
113 private Connected mConnected;
135 // mCurrentDevice is the device connected before the state changes
136 // mTargetDevice is the device to be connected
145 // Connected, Connected state
192 mConnected = new Connected();
349 Log.w(TAG, "HFP Connected from Disconnected state");
525 Log.e(TAG, "Unknown device Connected: " + device)
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc     [all...]

Completed in 108 milliseconds