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

1 2 3 4 5 67 8 91011>>

  /external/libvpx/examples/includes/geshi/geshi/
vhdl.php 55 'disconnect','downto','else','elsif','end','entity','exit','file','for',
  /external/webkit/LayoutTests/http/tests/appcache/
fallback.html 24 req.open("GET", "/resources/network-simulator.php?command=" + (state ? "connect" : "disconnect"), false);
  /external/webkit/WebCore/inspector/
InspectorFrontendHost.cpp 66 m_menuProvider->disconnect();
InspectorFrontendHost.h 94 void disconnect() function in class:WebCore::InspectorFrontendHost::MenuProvider
  /frameworks/base/core/java/android/nfc/tech/
BasicTagTechnology.java 115 /* Note that we don't want to physically disconnect the tag,
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
ConnectivityManagerMobileTest.java 238 // Test case 4: test disconnect Wifi
470 // Disconnect from the current AP
471 Log.v(LOG_TAG, "disconnect from the AP");
473 Log.v(LOG_TAG, "failed to disconnect from " + TEST_ACCESS_POINT);
  /frameworks/base/include/camera/
ICamera.h 37 virtual void disconnect() = 0;
  /frameworks/base/include/media/
IMediaPlayer.h 34 virtual void disconnect() = 0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 180 disconnect(); method
193 private void disconnect() { method in class:BluetoothOppObexClientSession.ClientThread
196 mCs.disconnect(null);
201 Log.w(TAG, "OBEX session disconnect error" + e);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 256 public void disconnect() { method in class:URLConnectionTest.NewHandler
407 ((HttpURLConnection) uc).disconnect();
408 ((HttpURLConnection) uc2).disconnect();
573 ((HttpURLConnection) uc).disconnect();
620 ((HttpURLConnection) uc).disconnect();
654 ((HttpURLConnection) uc).disconnect();
    [all...]
  /external/bluetooth/glib/gobject/
gclosure.h 240 MIS: closure_invalidate() -> disconnect(closure);
241 MIS: disconnect(closure) -> (unlink) closure_unref();
  /external/dbus/dbus/
dbus-server-debug-pipe.c 61 dbus_bool_t disconnected; /**< TRUE if disconnect has been called */
318 * and the client transport will get an immediate disconnect
  /external/webkit/WebCore/websockets/
WebSocket.cpp 107 m_channel->disconnect();
219 m_channel->disconnect();
WebSocketChannel.cpp 102 void WebSocketChannel::disconnect() function in class:WebCore::WebSocketChannel
104 LOG(Network, "WebSocketChannel %p disconnect", this);
  /frameworks/base/cmds/stagefright/
record.cpp 263 client.disconnect();
350 client.disconnect();
  /hardware/ti/wlan/wl1271/Txn/
TxnQueue.h 128 /** \brief Disconnect bus driver
135 * Disconnect the bus driver.
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
smeSm.c 167 "DISCONNECT"
452 * \brief Starts a disconnect by calling the AP connection or connect modules
454 * Starts a disconnect by calling the AP connection or connect modules
470 /* Call the AP connection to perform disconnect */
475 /* In IBSS disconnect is done directly with the connection SM */
487 * \brief Finish a disconnect process
489 * Finish a disconnect process by sending the appropriate event and restarting the state-machine
    [all...]
apConn.c 142 AP_CONNECT_EVENT_STOP, /**< Disconnect current link, send stop indication to other modules */
173 APDisconnect_t APDisconnect; /**< The AP disconnect trigger extra information */
186 TI_BOOL removeKeys; /**< Indicates whether keys should be removed after disconnect or not */
    [all...]
  /system/core/adb/
adb.c 463 remove_transport_disconnect(l->transport, &l->disconnect);
544 remove_transport_disconnect(l->transport, &l->disconnect);
546 add_transport_disconnect(l->transport, &l->disconnect);
581 l->disconnect.opaque = l;
582 l->disconnect.func = listener_disconnect;
583 add_transport_disconnect(transport, &l->disconnect);
1150 if (!strncmp(service, "disconnect:", 11)) {
1155 // disconnect from all TCP devices
    [all...]
commandline.c 105 " disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.\n"
108 " will disconnect from all connected TCP/IP devices.\n"
268 fprintf(stderr,"\n* disconnect *\n");
817 if(!strcmp(argv[0], "disconnect")) {
820 fprintf(stderr, "Usage: adb disconnect [<host>[:<port>]]\n");
824 snprintf(buf, sizeof buf, "host:disconnect:%s", argv[1]);
826 snprintf(buf, sizeof buf, "host:disconnect:");
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
smeSm.c 166 "DISCONNECT"
447 * \brief Starts a disconnect by calling the AP connection or connect modules
449 * Starts a disconnect by calling the AP connection or connect modules
465 /* Call the AP connection to perform disconnect */
470 /* In IBSS disconnect is done directly with the connection SM */
482 * \brief Finish a disconnect process
484 * Finish a disconnect process by sending the appropriate event and restarting the state-machine
    [all...]
apConn.c 142 AP_CONNECT_EVENT_STOP, /**< Disconnect current link, send stop indication to other modules */
174 APDisconnect_t APDisconnect; /**< The AP disconnect trigger extra information */
187 TI_BOOL removeKeys; /**< Indicates whether keys should be removed after disconnect or not */
    [all...]
  /frameworks/base/services/camera/libcameraservice/
CameraService.cpp 178 // Client::~Client() -> disconnect() -> removeClient().
271 mSoundPlayer[i]->disconnect();
358 disconnect();
378 LOGE("attempt to use a camera after disconnect() (pid %d)", getCallingPid());
441 void CameraService::Client::disconnect() { function in class:android::CameraService::Client
443 LOG1("disconnect E (pid %d)", callingPid);
447 LOGW("different client - don't disconnect");
456 // Make sure disconnect() is done once and once only, whether it is called
478 LOG1("disconnect X (pid %d)", callingPid);
896 LOGE("mHardware == 0: callback after disconnect()?")
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnection.java 41 * <code>connect()</code> and <code>disconnect</code>. The message a parameter will be returned
608 // Connection succeeded but DNS info is bad so disconnect
790 * Disconnect from the network.
842 * Disconnect from the network.
847 public void disconnect(Message onCompletedMsg) { method in class:DataConnection
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateTracker.java 131 * When a DISCONNECT event is received, we defer handling it to
132 * allow for the possibility that the DISCONNECT is about to
138 * disconnect before processing the CONNECT.<p/>
140 * meant to cover most of the cases where a DISCONNECT/CONNECT
145 * When the supplicant goes idle after we do an explicit disconnect
195 * If the next incoming supplicant state change event is DISCONNECT,
212 * A DISCONNECT event has been received, but processing it
218 * will be a DISCONNECT.
736 disconnect(); method
1310 disconnect(); method
1827 public synchronized boolean disconnect() { method in class:WifiStateTracker
    [all...]

Completed in 861 milliseconds

1 2 3 4 5 67 8 91011>>