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

1234567891011>>

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeBluetoothController.java78 public void disconnect(CachedBluetoothDevice device) { method in class:FakeBluetoothController
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapRfcommTransport.java55 public void disconnect() throws IOException { method in class:BluetoothMapRfcommTransport
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DUiAutomationShellWrapper.java61 public void disconnect() { method in class:UiAutomationShellWrapper
65 mUiAutomation.disconnect();
/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl37 void disconnect();
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothA2dp.aidl31 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothInputDevice.aidl29 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothMapClient.aidl30 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothHeadset.aidl29 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothInputHost.aidl36 boolean disconnect(in BluetoothDevice device);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DPbapServerProfile.java92 public boolean disconnect(BluetoothDevice device) { method in class:PbapServerProfile
94 return mService.disconnect();
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/av/services/oboeservice/
H A DAAudioServiceStreamBase.cpp192 disconnect();
212 disconnect();
219 disconnect(); // TODO should we return or pause Base first?
243 disconnect();
251 disconnect();
304 void AAudioServiceStreamBase::disconnect() { function in class:AAudioServiceStreamBase
/frameworks/av/camera/aidl/android/hardware/camera2/
H A DICameraDeviceUser.aidl28 void disconnect();
/frameworks/base/wifi/java/android/net/wifi/aware/
H A DIWifiAwareManager.aidl43 void disconnect(int clientId, in IBinder binder);
/frameworks/native/include/gui/
H A DBufferQueueConsumer.h86 // disconnect disconnects a consumer from the BufferQueue. All
90 virtual status_t disconnect();
170 virtual status_t consumerDisconnect() { return disconnect(); }
/frameworks/native/libs/gui/include/gui/
H A DBufferQueueConsumer.h86 // disconnect disconnects a consumer from the BufferQueue. All
90 virtual status_t disconnect();
170 virtual status_t consumerDisconnect() { return disconnect(); }
/frameworks/support/media-compat/api21/android/support/v4/media/
H A DMediaBrowserCompatApi21.java47 public static void disconnect(Object browserObj) { method in class:MediaBrowserCompatApi21
48 ((MediaBrowser)browserObj).disconnect();
/frameworks/av/include/media/
H A DIMediaMetadataRetriever.h35 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/libmedia/include/media/
H A DIMediaMetadataRetriever.h35 virtual void disconnect() = 0;
H A Dmediametadataretriever.h71 void disconnect();
/frameworks/av/media/libmediaplayerservice/
H A DMetadataRetrieverClient.h44 virtual void disconnect();
/frameworks/av/media/libstagefright/httplive/
H A DHTTPDownloader.cpp51 void HTTPDownloader::disconnect() { function in class:android::HTTPDownloader
56 mHTTPDataSource->disconnect();
219 mHTTPDataSource->disconnect();
235 mHTTPDataSource->disconnect();

Completed in 9376 milliseconds

1234567891011>>