HomeSort by relevance Sort by last modified time
    Searched full:disconnect (Results 76 - 100 of 614) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
VpnServiceBinder.java 67 public void disconnect() {
68 VpnServiceBinder.this.disconnect();
123 private synchronized void disconnect() { method in class:VpnServiceBinder
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 430 c->disconnect();
445 c->disconnect();
460 c->disconnect();
480 c->disconnect();
538 c->disconnect();
612 c->disconnect();
624 c->disconnect();
655 c->disconnect();
684 c->disconnect();
695 c->disconnect();
    [all...]
  /packages/apps/Settings/src/com/android/settings/vpn/
AuthenticationActor.java 153 public void disconnect() { method in class:AuthenticationActor
158 IVpnService.Stub.asInterface(service).disconnect();
160 Log.e(TAG, "disconnect()", e);
  /frameworks/base/libs/camera/
Camera.cpp 94 // We don't need to call disconnect() here because if the CameraService
97 // call disconnect() here if we are in the same process as mediaserver,
133 void Camera::disconnect() function in class:android::Camera
135 LOGV("disconnect");
137 mCamera->disconnect();
  /frameworks/base/core/java/android/bluetooth/
BluetoothDeviceProfileState.java 45 * state because of a outgoing Connect or Disconnect.
48 * state because of a incoming Connect or Disconnect.
51 * state because of a incoming Connect or Disconnect.
54 * state because of a outgoing Connect or Disconnect.
382 // Disconnect followed by a connect - defer
392 // We have done the disconnect but we are not
427 // Bluez will handle the disconnect. If because of this the outgoing
521 // Bluez handles incoming A2DP disconnect.
698 // Incoming A2DP will be handled by Bluez, Disconnect HFP
    [all...]
BluetoothPbap.java 203 public boolean disconnect() { method in class:BluetoothPbap
204 if (DBG) log("disconnect()");
207 mService.disconnect();
  /external/tcpdump/
decnet.h 279 #define MFS_DI 060 /* disconnect initiate */
280 #define MFS_DC 0100 /* disconnect confirm */
326 #define DC_COMPLETE 42 /* disconnect complete reason code */
328 #define DI_NOERROR 0 /* user disconnect */
347 #define UC_USERDISCONNECT 0 /* user disconnect */
447 struct dimsg /* disconnect initiate message */
456 struct dcmsg /* disconnect confirm message */
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
DatagramChannelImpl.java 176 * @see java.nio.channels.DatagramChannel#disconnect()
179 synchronized public DatagramChannel disconnect() throws IOException { method in class:DatagramChannelImpl
187 socket.disconnect();
735 * @see java.net.DatagramSocket#disconnect()
738 public void disconnect() { method in class:DatagramChannelImpl.DatagramSocketAdapter
740 channelImpl.disconnect();
744 super.disconnect();
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 45 * functionality that can be performed on the device (connect, pair, disconnect,
152 public void disconnect() { method in class:CachedBluetoothDevice
154 disconnect(profile);
158 public void disconnect(Profile profile) { method in class:CachedBluetoothDevice
166 if (profileManager.disconnect(cachedDevice.mDevice)) {
168 Log.d(TAG, "Command sent successfully:DISCONNECT " + describe(profile));
179 disconnect(); method
193 disconnect();
344 disconnect(); method
734 disconnect(); method
    [all...]
LocalBluetoothProfileManager.java 174 public abstract boolean disconnect(BluetoothDevice device); method in class:LocalBluetoothProfileManager
235 public boolean disconnect(BluetoothDevice device) { method in class:LocalBluetoothProfileManager.A2dpProfileManager
408 // disconnect from any headset first
417 public boolean disconnect(BluetoothDevice device) { method in class:LocalBluetoothProfileManager.HeadsetProfileManager
421 Log.w(TAG, "HeadsetProfileManager delaying disconnect, "
515 public boolean disconnect(BluetoothDevice device) { method in class:LocalBluetoothProfileManager.OppProfileManager
ConnectSpecificProfilesActivity.java 189 mCachedDevice.disconnect(profile);
208 * @param takeAction Whether to take action (i.e., connect or disconnect)
218 mCachedDevice.disconnect();
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
sme.c 311 * \brief Called due to a paramter value change in site mgr. Triggers a disconnect.
313 * Called due to a paramter value change in site mgr. Triggers a disconnect.
388 /* now send a disconnect event */
435 /* now send a disconnect event */
446 /* now send a disconnect event */
466 /* now send a disconnect event */
478 /* now send a disconnect event */
489 /* now send a disconnect event */
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
sme.c 280 * \brief Called due to a paramter value change in site mgr. Triggers a disconnect.
282 * Called due to a paramter value change in site mgr. Triggers a disconnect.
351 /* now send a disconnect event */
401 /* now send a disconnect event */
412 /* now send a disconnect event */
424 /* now send a disconnect event */
436 /* now send a disconnect event */
444 /* now send a disconnect event */
    [all...]
  /frameworks/base/media/libmediaplayerservice/
MetadataRetrieverClient.cpp 73 disconnect();
89 void MetadataRetrieverClient::disconnect() function in class:android::MetadataRetrieverClient
91 LOGV("disconnect from pid %d", mPid);
  /external/chromium/net/socket/
socks_client_socket_unittest.cc 164 user_sock_->Disconnect();
348 // Calls Disconnect() while a host resolve is in progress. The outstanding host
371 // Disconnect the SOCKS socket -- this should cancel the outstanding resolve.
372 user_sock_->Disconnect();
ssl_client_socket_mac.h 43 virtual void Disconnect();
tcp_client_socket_libevent.cc 137 Disconnect();
217 void TCPClientSocketLibevent::Disconnect() {
221 TRACE_EVENT_INSTANT("socket.disconnect", this, "");
404 Disconnect();
tcp_client_socket_win.h 28 virtual void Disconnect();
  /external/dropbear/
ssh.h 80 /* disconnect codes */
  /external/quake/quake/src/QW/
release233_notes.txt 34 - Server now unpauses when all clients disconnect.
  /external/webkit/LayoutTests/http/tests/appcache/
non-html.xhtml 22 req.open("GET", "/resources/network-simulator.php?command=" + (state ? "connect" : "disconnect"), false);
  /external/webkit/WebCore/websockets/
ThreadableWebSocketChannel.h 54 virtual void disconnect() = 0; // Will suppress didClose().
WebSocketChannel.h 58 virtual void disconnect(); // Will suppress didClose().
  /external/webkit/WebKitTools/QtLauncher/
urlloader.cpp 53 disconnect(m_frame, 0, this, 0);

Completed in 1747 milliseconds

1 2 34 5 6 7 8 91011>>