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

1234567891011

/frameworks/av/camera/aidl/android/hardware/
H A DICamera.aidl27 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 DIBluetoothPbapClient.aidl28 boolean disconnect(in BluetoothDevice device);
H A DIBluetoothA2dpSink.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/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/av/include/media/stagefright/
H A DOMXClient.h34 void disconnect();
/frameworks/av/media/libstagefright/foundation/include/
H A DOMXClient.h34 void disconnect();
/frameworks/av/media/libstagefright/include/
H A DOMXClient.h34 void disconnect();
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasObexClientSession.java85 inst.disconnect();
131 disconnect();
147 disconnect();
150 disconnect();
154 private void disconnect() { method in class:BluetoothMasObexClientSession
157 mSession.disconnect(null);
179 disconnect();
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp71 disconnect();
76 void egl_surface_t::disconnect() { function in class:android::egl_surface_t
80 ALOGW("EGLNativeWindowType %p disconnect failed", win);
87 disconnect();
/frameworks/av/include/media/
H A DIMediaHTTPConnection.h37 virtual void disconnect() = 0;
H A DIEffect.h42 virtual void disconnect() = 0;
/frameworks/av/media/libmedia/include/media/
H A DIMediaHTTPConnection.h37 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/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/av/media/libaudioclient/include/media/
H A DIEffect.h42 virtual void disconnect() = 0;
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DEventsCommand.java73 automationWrapper.disconnect();

Completed in 7781 milliseconds

1234567891011