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

123456

/frameworks/base/core/java/android/hardware/
H A DICamera.aidl25 void disconnect();
H A DIProCameraUser.aidl25 void disconnect();
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothPbap.aidl30 void disconnect();
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);
H A DIBluetoothInputDevice.aidl29 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothHeadset.aidl29 boolean disconnect(in BluetoothDevice device);
/frameworks/base/media/java/android/media/
H A DIRemoteDisplayProvider.aidl28 void disconnect(String id);
/frameworks/av/include/media/stagefright/
H A DOMXClient.h30 void disconnect();
/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl35 void disconnect();
/frameworks/base/obex/javax/obex/
H A DObexTransport.java66 void disconnect() throws IOException; method in interface:ObexTransport
/frameworks/base/core/java/android/hardware/camera2/
H A DICameraDeviceUser.aidl29 void disconnect();
/frameworks/base/services/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java106 mActiveConnection.disconnect(mSelectedDisplayId);
214 disconnect();
226 disconnect();
249 disconnect();
270 disconnect();
283 private void disconnect() { method in class:RemoteDisplayProviderProxy
286 mActiveConnection.disconnect(mSelectedDisplayId);
372 public void disconnect(String id) { method in class:RemoteDisplayProviderProxy.Connection
374 mProvider.disconnect(id);
376 Slog.e(TAG, "Failed to deliver request to disconnect fro
[all...]
/frameworks/av/include/media/
H A DIEffect.h42 virtual void disconnect() = 0;
H A DIMediaMetadataRetriever.h33 virtual void disconnect() = 0;
H A Dmediametadataretriever.h68 void disconnect();
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DEventsCommand.java73 automationWrapper.disconnect();
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DEventsCommand.java73 automationWrapper.disconnect();
/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockHttpURLConnection.java65 public void disconnect() { method in class:MockHttpURLConnection
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DUiAutomationShellWrapper.java62 public void disconnect() { method in class:UiAutomationShellWrapper
66 mUiAutomation.disconnect();
/frameworks/av/media/libmedia/
H A Dmediametadataretriever.cpp77 disconnect();
81 void MediaMetadataRetriever::disconnect() function in class:android::MediaMetadataRetriever
83 ALOGV("disconnect");
91 retriever->disconnect();
/frameworks/av/include/camera/
H A DCameraBase.h65 virtual void disconnect();
H A DIProCameraUser.h43 virtual void disconnect() = 0;
/frameworks/av/include/camera/camera2/
H A DICameraDeviceUser.h41 virtual void disconnect() = 0;

Completed in 321 milliseconds

123456