HomeSort by relevance Sort by last modified time
    Searched refs:disconnect (Results 26 - 50 of 1022) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 38 void disconnect(CachedBluetoothDevice device); method in interface:BluetoothController
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeP2pDevice.java 54 public boolean disconnect() { method in class:NativeP2pDevice
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeP2pDevice.java 54 public boolean disconnect() { method in class:NativeP2pDevice
  /external/autotest/server/site_tests/network_WiFi_IBSS/
network_WiFi_IBSS.py 30 self.context.client.shill.disconnect(assoc_params.ssid)
43 self.context.client.shill.disconnect(assoc_params.ssid)
  /frameworks/base/core/java/android/bluetooth/
IBluetoothA2dp.aidl 29 boolean disconnect(in BluetoothDevice device);
IBluetoothA2dpSink.aidl 29 boolean disconnect(in BluetoothDevice device);
IBluetoothMap.aidl 30 boolean disconnect(in BluetoothDevice device);
IBluetoothSap.aidl 30 boolean disconnect(in BluetoothDevice device);
  /packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
IBluetoothMapService.aidl 48 // Disconnect the client from the service.
49 void disconnect(in IBluetoothMapServiceCallbacks callback);
  /external/autotest/server/hosts/
rpc_server_tracker.py 27 The host will cleanup all the open RPC server connections on disconnect.
79 self.disconnect(port)
112 method will kill it and disconnect the tunnel process
114 by consulting the rpc_proxy_map in disconnect.
133 self.disconnect(port)
166 self.disconnect(port)
185 existing tunnel process, so we always disconnect any older tunnels
186 we might have through disconnect.
203 def disconnect(self, port): member in class:RpcServerTracker
204 """Disconnect from an RPC server on the host
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapObexSession.java 106 disconnect(false /* no callback */);
150 disconnect(true /* callback */);
168 private synchronized void disconnect(boolean callback) { method in class:BluetoothPbapObexSession
170 Log.d(TAG, "disconnect()");
179 mClientSession.disconnect(null);
197 disconnect(true);
  /frameworks/base/services/core/java/com/android/server/media/
RemoteDisplayProviderProxy.java 105 mActiveConnection.disconnect(mSelectedDisplayId);
214 disconnect(); method
226 disconnect(); method
249 disconnect(); method
270 disconnect(); method
283 private void disconnect() { method in class:RemoteDisplayProviderProxy
286 mActiveConnection.disconnect(mSelectedDisplayId);
372 public void disconnect(String id) { method in class:RemoteDisplayProviderProxy.Connection
374 mProvider.disconnect(id);
376 Slog.e(TAG, "Failed to deliver request to disconnect from display.", ex)
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServer_MultipleClientsIntegrationTest.java 125 ftpClient1.disconnect();
128 ftpClient2.disconnect();
131 ftpClient3.disconnect();
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServer_MultipleClientsIntegrationTest.java 125 ftpClient1.disconnect();
128 ftpClient2.disconnect();
131 ftpClient3.disconnect();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
DisconnectTest.java 97 connection.disconnect();
120 connection.disconnect();
128 connection.disconnect();
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 81 disconnect();
86 void egl_surface_t::disconnect() { function in class:android::egl_surface_t
91 ALOGW("EGLNativeWindowType %p disconnect failed", window);
98 disconnect();
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarTest.java 86 // double disconnect should be safe.
87 car.disconnect();
88 car.disconnect();
104 car.disconnect();
  /external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
HttpsURLConnection_ImplTest.java 87 * @see java.net.HttpURLConnection#disconnect()
90 public void disconnect() { method in class:MyHttpsURLConnection
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
RemoteFile.java 45 ftpClient.disconnect();
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/
RemoteFile.java 43 ftpClient.disconnect();
  /external/selinux/libsemanage/src/
policy.h 40 /* Disconnect from policy */
41 int (*disconnect) (struct semanage_handle *); member in struct:semanage_policy_table
  /external/wpa_supplicant_8/src/radius/
radius_das.h 48 enum radius_das_res (*disconnect)(void *ctx, member in struct:radius_das_conf
  /frameworks/av/include/media/
IMediaMetadataRetriever.h 36 virtual void disconnect() = 0;
  /frameworks/av/include/media/stagefright/
MediaHTTP.h 37 virtual void disconnect();
  /frameworks/av/media/libstagefright/httplive/
HTTPDownloader.h 40 void disconnect();

Completed in 832 milliseconds

12 3 4 5 6 7 8 91011>>