Searched refs:disconnect (Results 101 - 125 of 232) sorted by relevance

12345678910

/frameworks/base/wifi/java/android/net/wifi/nan/
H A DWifiNanManager.java59 * have explicitly {@link WifiNanManager#disconnect()} need to call this
91 public void disconnect() { method in class:WifiNanManager
93 if (VDBG) Log.v(TAG, "disconnect()");
94 mService.disconnect(mBinder);
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp85 void SurfaceControl::disconnect() { function in class:android::SurfaceControl
87 mGraphicBufferProducer->disconnect(
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java42 * functionality that can be performed on the device (connect, pair, disconnect,
143 // Device doesn't support NAP, so remove PanProfile on disconnect
153 Log.d(TAG, "Removing PanProfile from device after NAP disconnect");
172 public void disconnect() { method in class:CachedBluetoothDevice
174 disconnect(profile);
178 // disconnect PBAP connection when HF connection is brought down
182 PbapProfile.disconnect(mDevice);
186 public void disconnect(LocalBluetoothProfile profile) { method in class:CachedBluetoothDevice
187 if (profile.disconnect(mDevice)) {
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderProxy.java170 disconnect();
182 disconnect();
208 disconnect();
225 disconnect();
229 private void disconnect() { method in class:TvRemoteProviderProxy
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProvider.java101 disconnect();
124 disconnect();
218 disconnect();
261 disconnect();
284 private void disconnect() { method in class:RegisteredMediaRouteProvider
/frameworks/base/services/core/java/com/android/server/display/
H A DWifiDisplayController.java276 disconnect();
339 disconnect();
543 private void disconnect() { method in class:WifiDisplayController
584 // Step 2. Before we try to connect to a new device, disconnect from the old one.
606 Slog.i(TAG, "Failed to disconnect from Wifi display: "
659 // Step 4. If we wanted to disconnect, or we're updating after starting an
765 disconnect();
837 disconnect();
878 disconnect();
940 disconnect();
[all...]
/frameworks/base/core/java/android/app/
H A DUiAutomation.java269 public void disconnect() { method in class:UiAutomation
273 "Cannot call disconnect() while connecting!");
280 mUiAutomationConnection.disconnect();
330 disconnect();
H A DUiAutomationConnection.java98 public void disconnect() { method in class:UiAutomationConnection
322 disconnect();
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java155 disconnect();
161 disconnect();
273 private void disconnect() { method in class:SinkActivity
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java326 void disconnect() { method in class:FrameworkPerfActivity
369 disconnect();
417 disconnect();
/frameworks/av/media/libmedia/
H A DIMediaHTTPConnection.cpp82 virtual void disconnect() { function in struct:android::BpMediaHTTPConnection
H A DIMediaMetadataRetriever.cpp83 // disconnect from media metadata retriever service
84 void disconnect() function in class:android::BpMediaMetadataRetriever
213 disconnect();
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp77 mOutput->disconnect(NATIVE_WINDOW_API_MEDIA);
135 mOutput->disconnect(NATIVE_WINDOW_API_MEDIA);
756 mOutput->disconnect(NATIVE_WINDOW_API_MEDIA);
786 mOutput->disconnect(NATIVE_WINDOW_API_MEDIA);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h36 virtual binder::Status disconnect();
133 sp<CameraHardwareInterface> mHardware; // cleared after disconnect()
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraDeviceBase.h52 virtual status_t disconnect() = 0;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.h90 * When disconnect() is called after making sure stream is idle with
338 status_t disconnect();
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
H A DURLFetcher.java125 connection.disconnect();
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsXtraDownloader.java149 connection.disconnect();
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h145 void disconnect();
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h197 void disconnect(HWComposer& hwc);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h118 virtual status_t disconnect(int api, DisconnectMode mode);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dpSink.java221 * A2DP profile. The API will automatically disconnect connected
265 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
280 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothA2dpSink
281 if (DBG) log("disconnect(" + device + ")");
285 return mService.disconnect(device);
H A DBluetoothMap.java217 * Initiate disconnect.
223 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothMap
224 if (DBG) log("disconnect(" + device + ")");
228 return mService.disconnect(device);
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConference.java400 public void disconnect() { method in class:RemoteConference
402 mConnectionService.disconnect(mId);
481 * @return The disconnect cause.
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserCompat.java129 public void disconnect() { method in class:MediaBrowserCompat
130 mImpl.disconnect();
747 void disconnect(); method in interface:MediaBrowserCompat.MediaBrowserImpl
867 public void disconnect() { method in class:MediaBrowserCompat.MediaBrowserImplBase
873 mServiceBinderWrapper.disconnect(mCallbacksMessenger);
883 Log.d(TAG, "disconnect...");
890 * calling disconnect on the service, because we only try to do that in the
893 * Everywhere that calls this EXCEPT for disconnect() should follow it with
970 // Process is crashing. We will disconnect, and upon reconnect we will
1006 // Process is crashing. We will disconnect, an
1342 public void disconnect() { method in class:MediaBrowserCompat.MediaBrowserImplApi21
1723 void disconnect(Messenger callbacksMessenger) throws RemoteException { method in class:MediaBrowserCompat.ServiceBinderWrapper
[all...]

Completed in 691 milliseconds

12345678910