Searched defs:disconnect (Results 1 - 25 of 90) sorted by relevance

1234

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessorInterface.cpp22 status_t ZslProcessorInterface::disconnect() { function in class:android::camera2::ZslProcessorInterface
/frameworks/base/obex/javax/obex/
H A DObexTransport.java66 void disconnect() throws IOException; method in interface:ObexTransport
H A DClientSession.java184 public HeaderSet disconnect(HeaderSet header) throws IOException { method in class:ClientSession
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapRfcommTransport.java55 public void disconnect() throws IOException { method in class:BluetoothMapRfcommTransport
H A DBluetoothMasObexClientSession.java94 // this will "disconnect" to cleanup
105 disconnect();
122 disconnect();
128 private void disconnect() { method in class:BluetoothMasObexClientSession.ClientThread
130 mSession.disconnect(null);
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
H A DBluetoothPbapObexTransport.java72 public void disconnect() throws IOException { method in class:BluetoothPbapObexTransport
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/tests/src/com/android/volley/mock/
H A DMockHttpURLConnection.java65 public void disconnect() { method in class:MockHttpURLConnection
/frameworks/av/camera/
H A DCameraBase.cpp120 void CameraBase<TCam, TCamTraits>::disconnect() function in class:android::CameraBase
122 ALOGV("%s: disconnect", __FUNCTION__);
124 mCamera->disconnect();
128 ALOGV("%s: disconnect (done)", __FUNCTION__);
H A DIProCameraUser.cpp54 // disconnect from camera service
55 void disconnect() function in class:android::BpProCameraUser
57 ALOGV("disconnect");
206 disconnect();
/frameworks/av/media/libmedia/
H A DIEffect.cpp103 void disconnect() function in class:android::BpEffect
105 ALOGV("disconnect");
187 disconnect();
H A DIMediaHTTPConnection.cpp81 virtual void disconnect() { function in struct:android::BpMediaHTTPConnection
H A Dmediametadataretriever.cpp80 disconnect();
84 void MediaMetadataRetriever::disconnect() function in class:android::MediaMetadataRetriever
86 ALOGV("disconnect");
94 retriever->disconnect();
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.cpp57 disconnect();
73 void MetadataRetrieverClient::disconnect() function in class:android::MetadataRetrieverClient
75 ALOGV("disconnect from pid %d", mPid);
/frameworks/av/media/libstagefright/http/
H A DMediaHTTP.cpp69 void MediaHTTP::disconnect() { function in class:android::MediaHTTP
74 mHTTPConnection->disconnect();
123 // disconnect. NuCachedSource2 relies on this.
/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/app/
H A DUiAutomationConnection.java91 public void disconnect() { method in class:UiAutomationConnection
273 disconnect();
/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 DBluetoothPbap.java268 public boolean disconnect() { method in class:BluetoothPbap
269 if (DBG) log("disconnect()");
272 mService.disconnect();
/frameworks/base/core/java/com/android/internal/os/
H A DInstallerConnection.java31 * disconnect cycles.
149 disconnect();
155 public void disconnect() { method in class:InstallerConnection
172 disconnect();
191 disconnect();
216 disconnect();
/frameworks/base/media/java/android/media/
H A DMediaScannerConnection.java47 private boolean mConnected; // true if connect() has been called since last disconnect()
128 public void disconnect() { method in class:MediaScannerConnection
138 Log.v(TAG, "disconnect failed: " + ex);
207 mConnection.disconnect();
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureTarget.java173 // down the graph on purpose, such as in the disconnect call.
185 public synchronized void disconnect(FilterContext context) { method in class:SurfaceTextureTarget
186 if (mLogVerbose) Log.v(TAG, "disconnect");
188 Log.d(TAG, "SurfaceTexture is already null. Nothing to disconnect.");
194 // surfacetexture was valid. For example, the disconnect can be called before
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java33 void disconnect(PairedDevice device); method in interface:BluetoothController
H A DBluetoothUtil.java139 public boolean disconnect(BluetoothDevice device) {
140 return a2dp.disconnect(device);
153 public boolean disconnect(BluetoothDevice device) {
154 return headset.disconnect(device);
167 public boolean disconnect(BluetoothDevice device) {
168 return sink.disconnect(device);
181 public boolean disconnect(BluetoothDevice device) {
182 return client.disconnect(device);
195 public boolean disconnect(BluetoothDevice device) {
196 return input.disconnect(devic
232 boolean disconnect(BluetoothDevice device); method in interface:BluetoothUtil.Profile
[all...]
/frameworks/av/camera/camera2/
H A DICameraDeviceUser.cpp71 // disconnect from camera service
72 void disconnect() function in class:android::BpCameraDeviceUser
74 ALOGV("disconnect");
325 disconnect();

Completed in 477 milliseconds

1234