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

123456789

/frameworks/base/core/java/android/hardware/
H A DICamera.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);
H A DIBluetoothSap.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/media/java/android/media/midi/
H A DMidiSender.java40 * @param receiver the receiver to disconnect
42 public void disconnect(MidiReceiver receiver) { method in class:MidiSender
44 throw new NullPointerException("receiver null in MidiSender.disconnect");
57 * Called to disconnect a {@link MidiReceiver} from the sender
59 * @param receiver the receiver to disconnect
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java35 void disconnect(CachedBluetoothDevice device); method in interface:BluetoothController
/frameworks/av/include/media/
H A DIMediaHTTPConnection.h37 virtual void disconnect() = 0;
H A DIEffect.h42 virtual void disconnect() = 0;
/frameworks/base/obex/javax/obex/
H A DObexTransport.java66 void disconnect() throws IOException; method in interface:ObexTransport
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothProfile.java40 boolean disconnect(BluetoothDevice device); method in interface:LocalBluetoothProfile
H A DOppProfile.java47 public boolean disconnect(BluetoothDevice device) { method in class:OppProfile
/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);
/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl37 void disconnect();
/frameworks/base/core/java/com/android/internal/os/
H A DInstallerConnection.java32 * disconnect cycles.
138 disconnect();
144 public void disconnect() { method in class:InstallerConnection
161 disconnect();
180 disconnect();
205 disconnect();
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java105 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/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DEventsCommand.java73 automationWrapper.disconnect();

Completed in 4653 milliseconds

123456789