Searched refs:disconnect (Results 1 - 25 of 188) sorted by relevance

12345678

/frameworks/base/core/java/android/hardware/
H A DICamera.aidl25 void disconnect();
H A DIProCameraUser.aidl25 void disconnect();
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessorInterface.cpp22 status_t ZslProcessorInterface::disconnect() { function in class:android::camera2::ZslProcessorInterface
H A DZslProcessorInterface.h43 virtual status_t disconnect();
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothPbap.aidl30 void disconnect();
H A DIBluetoothA2dpSink.aidl29 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothPan.aidl31 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothA2dp.aidl29 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothMap.aidl30 boolean disconnect(in BluetoothDevice device);
/frameworks/base/media/java/android/media/
H A DIMediaHTTPConnection.aidl27 void disconnect();
H A DIRemoteDisplayProvider.aidl28 void disconnect(String id);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DICallService.aidl53 void disconnect(String callId);
/frameworks/av/include/media/stagefright/
H A DOMXClient.h30 void disconnect();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothUtil.java131 public boolean disconnect(BluetoothDevice device) {
132 return a2dp.disconnect(device);
145 public boolean disconnect(BluetoothDevice device) {
146 return headset.disconnect(device);
159 public boolean disconnect(BluetoothDevice device) {
160 return sink.disconnect(device);
173 public boolean disconnect(BluetoothDevice device) {
174 return client.disconnect(device);
187 public boolean disconnect(BluetoothDevice device) {
188 return input.disconnect(devic
224 boolean disconnect(BluetoothDevice device); method in interface:BluetoothUtil.Profile
[all...]
H A DBluetoothController.java33 void disconnect(PairedDevice device); method in interface:BluetoothController
/frameworks/base/obex/javax/obex/
H A DObexTransport.java66 void disconnect() throws IOException; method in interface:ObexTransport
/frameworks/av/include/media/
H A DIMediaHTTPConnection.h37 virtual void disconnect() = 0;
H A DIEffect.h42 virtual void disconnect() = 0;
H A DIMediaMetadataRetriever.h35 virtual void disconnect() = 0;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
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);
H A DBluetoothMapRfcommTransport.java55 public void disconnect() throws IOException { method in class:BluetoothMapRfcommTransport
/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl37 void 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/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java105 mActiveConnection.disconnect(mSelectedDisplayId);
213 disconnect();
225 disconnect();
248 disconnect();
269 disconnect();
282 private void disconnect() { method in class:RemoteDisplayProviderProxy
285 mActiveConnection.disconnect(mSelectedDisplayId);
371 public void disconnect(String id) { method in class:RemoteDisplayProviderProxy.Connection
373 mProvider.disconnect(id);
375 Slog.e(TAG, "Failed to deliver request to disconnect fro
[all...]
/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);

Completed in 9026 milliseconds

12345678