Searched refs:disconnect (Results 26 - 50 of 208) sorted by relevance

123456789

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapRfcommTransport.java55 public void disconnect() throws IOException { method in class:BluetoothMapRfcommTransport
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapObexSession.java159 // this will "disconnect" for cleanup
175 disconnect();
210 disconnect();
220 private void disconnect() { method in class:BluetoothPbapObexSession.ObexClientThread
221 Log.d(TAG, "disconnect");
225 mClientSession.disconnect(null);
/frameworks/volley/src/test/java/com/android/volley/mock/
H A DMockHttpURLConnection.java65 public void disconnect() { method in class:MockHttpURLConnection
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DUiAutomationShellWrapper.java62 public void disconnect() { method in class:UiAutomationShellWrapper
66 mUiAutomation.disconnect();
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothInputDevice.aidl29 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothHeadset.aidl29 boolean disconnect(in BluetoothDevice device);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DPbapServerProfile.java90 public boolean disconnect(BluetoothDevice device) { method in class:PbapServerProfile
92 return mService.disconnect();
H A DA2dpProfile.java119 mService.disconnect(sink);
125 public boolean disconnect(BluetoothDevice device) { method in class:A2dpProfile
131 return mService.disconnect(device);
H A DPanProfile.java90 mService.disconnect(sink);
96 public boolean disconnect(BluetoothDevice device) { method in class:PanProfile
98 return mService.disconnect(device);
/frameworks/av/media/libmedia/
H A Dmediametadataretriever.cpp80 disconnect();
84 void MediaMetadataRetriever::disconnect() function in class:android::MediaMetadataRetriever
86 ALOGV("disconnect");
94 retriever->disconnect();
/frameworks/base/core/java/android/hardware/camera2/
H A DICameraDeviceUser.aidl32 void disconnect();
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIConnectionService.aidl53 void disconnect(String callId);
/frameworks/native/include/gui/
H A DBufferQueueConsumer.h85 // disconnect disconnects a consumer from the BufferQueue. All
89 virtual status_t disconnect();
169 virtual status_t consumerDisconnect() { return disconnect(); }
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DConnectivityServiceTest.java259 public void disconnect() { method in class:ConnectivityServiceTest.MockNetworkAgent
568 // Test WiFi disconnect.
570 mWiFiNetworkAgent.disconnect();
588 // Test cellular disconnect.
589 mCellNetworkAgent.disconnect();
598 // Test cellular disconnect.
600 mCellNetworkAgent.disconnect();
603 // Test WiFi disconnect.
605 mWiFiNetworkAgent.disconnect();
624 // Test WiFi disconnect
[all...]
/frameworks/av/include/camera/
H A DCameraBase.h65 virtual void disconnect();
/frameworks/av/include/media/
H A DIMediaMetadataRetriever.h36 virtual void disconnect() = 0;
H A Dmediametadataretriever.h71 void disconnect();
/frameworks/av/include/media/stagefright/
H A DMediaHTTP.h37 virtual void disconnect();
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.h44 virtual void disconnect();
/frameworks/av/media/libstagefright/httplive/
H A DHTTPDownloader.cpp50 void HTTPDownloader::disconnect() { function in class:android::HTTPDownloader
55 mHTTPDataSource->disconnect();
215 mHTTPDataSource->disconnect();
231 mHTTPDataSource->disconnect();
H A DHTTPDownloader.h40 void disconnect();
/frameworks/av/media/libstagefright/include/
H A DHTTPBase.h41 virtual void disconnect() = 0;
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp117 disconnect();
171 void Camera2ClientBase<TClientBase>::disconnect() { function in class:android::Camera2ClientBase
175 // Allow both client and the media server to disconnect at all times
184 CameraService::BasicClient::disconnect();
192 mDevice->disconnect();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamInterface.h236 virtual status_t disconnect() = 0;
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.h50 void disconnect();

Completed in 498 milliseconds

123456789