HomeSort by relevance Sort by last modified time
    Searched defs:disconnect (Results 251 - 275 of 921) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
HidDeviceProfile.java 121 public boolean disconnect(BluetoothDevice device) { method in class:HidDeviceProfile
125 return mService.disconnect(device);
152 // if set preferred to false, then disconnect to the current device
154 mService.disconnect(device);
HidProfile.java 111 public boolean disconnect(BluetoothDevice device) { method in class:HidProfile
113 return mService.disconnect(device);
MapClientProfile.java 131 public boolean disconnect(BluetoothDevice device) { method in class:MapClientProfile
137 return mService.disconnect(device);
MapProfile.java 124 public boolean disconnect(BluetoothDevice device) { method in class:MapProfile
131 return mService.disconnect(device);
PanProfile.java 96 mService.disconnect(sink);
102 public boolean disconnect(BluetoothDevice device) { method in class:PanProfile
104 return mService.disconnect(device);
PbapClientProfile.java 158 public boolean disconnect(BluetoothDevice device) { method in class:PbapClientProfile
160 Log.d(TAG,"PBAPClientProfile got disconnect request");
165 return mService.disconnect(device);
SapProfile.java 122 mService.disconnect(sink);
128 public boolean disconnect(BluetoothDevice device) { method in class:SapProfile
135 return mService.disconnect(device);
  /frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
BandwidthEnforcementTestService.java 108 conn.disconnect();
132 conn.disconnect();
  /frameworks/base/wifi/java/android/net/wifi/aware/
WifiAwareSession.java 79 mgr.disconnect(mClientId, mBinder);
  /frameworks/native/libs/gui/
BufferHubProducer.cpp 495 status_t BufferHubProducer::disconnect(int api, DisconnectMode /*mode*/) { function in class:android::BufferHubProducer
611 "connected client. Must disconnect first.");
BufferQueueConsumer.cpp 500 status_t BufferQueueConsumer::disconnect() { function in class:android::BufferQueueConsumer
503 BQ_LOGV("disconnect");
508 BQ_LOGE("disconnect: no consumer is connected");
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
OsuServerConnection.java 144 mUrlConnection.disconnect();
  /frameworks/support/car/src/main/java/androidx/car/moderator/
SpeedBumpController.java 140 mCar.disconnect();
144 Log.w(TAG, "stop(); cannot disconnect from Car.");
  /frameworks/support/media/src/main/java/androidx/media/session/
MediaButtonReceiver.java 177 mMediaBrowser.disconnect();
  /frameworks/support/tv-provider/src/main/java/androidx/tvprovider/media/tv/
PreviewChannelHelper.java 345 ((HttpURLConnection) urlConnection).disconnect(); method
  /hardware/google/av/codec2/hidl/1.0/utils/
InputSurface.cpp 223 Return<int32_t> InputSurface::disconnect( function in class:hardware::google::media::c2::V1_0::utils::InputSurface
226 return mBase->disconnect(api, mode);
  /libcore/benchmarks/src/benchmarks/regression/
HostnameVerifierBenchmark.java 68 connection.disconnect();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramSocketImplTest.java 54 // disconnect
157 super.disconnect();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
HttpsURLConnectionTest.java 299 * @see java.net.HttpURLConnection#disconnect()
301 public void disconnect() { method in class:MyHttpsURLConnection
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java     [all...]
  /libcore/ojluni/src/main/java/java/net/
AbstractPlainDatagramSocketImpl.java 143 protected void disconnect() { method in class:AbstractPlainDatagramSocketImpl
HttpURLConnection.java 57 * <li>Disconnect. Once the response body has been read, the {@code
58 * HttpURLConnection} should be closed by calling {@link #disconnect()}.
71 * urlConnection.disconnect();
121 * urlConnection.disconnect();
139 * held open longer than necessary. Calls to {@link #disconnect()} may return
177 * urlConnection.disconnect();
272 * @see java.net.HttpURLConnection#disconnect()
772 * are unlikely in the near future. Calling disconnect()
776 public abstract void disconnect(); method in class:HttpURLConnection
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkService.java 123 boolean disconnect(BluetoothDevice device) { method in class:A2dpSinkService
131 mStateMachine.sendMessage(A2dpSinkStateMachine.DISCONNECT, device);
268 public boolean disconnect(BluetoothDevice device) { method in class:A2dpSinkService.BluetoothA2dpSinkBinder
273 return service.disconnect(device);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceNativeInterface.java 160 * Disconnect from the remote host
164 public boolean disconnect() { method in class:HidDeviceNativeInterface
  /packages/apps/Car/Launcher/src/com/android/car/carlauncher/
AppGridActivity.java 161 // disconnect from app install/uninstall receiver
166 // disconnect from car listeners
175 mCar.disconnect();

Completed in 498 milliseconds

<<11121314151617181920>>