Searched defs:disconnect (Results 51 - 75 of 103) sorted by relevance

12345

/frameworks/av/camera/camera2/
H A DICameraDeviceUser.cpp76 // disconnect from camera service
77 void disconnect() function in class:android::BpCameraDeviceUser
79 ALOGV("disconnect");
400 disconnect();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp398 ALOGE("%s: Stream %d: Unable to disconnect to tear down buffers: %s (%d)",
575 status_t Camera3Stream::disconnect() { function in class:android::camera3::Camera3Stream
/frameworks/base/core/java/android/app/
H A DUiAutomation.java231 public void disconnect() { method in class:UiAutomation
235 "Cannot call disconnect() while connecting!");
242 mUiAutomationConnection.disconnect();
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGatt.java749 public void disconnect() { method in class:BluetoothGatt
H A DBluetoothHeadset.java323 * headset/handsfree profile. The API will automatically disconnect connected
367 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
382 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothHeadset
383 if (DBG) log("disconnect(" + device + ")");
387 return mService.disconnect(device);
H A DBluetoothInputDevice.java101 * Return codes for the connect and disconnect Bluez / Dbus calls.
339 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
354 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothInputDevice
355 if (DBG) log("disconnect(" + device + ")");
358 return mService.disconnect(device);
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java55 * <li>When done Client calls {@link AsyncChannel#disconnect}</li>
78 * <li>When done Client/Server calls {@link AsyncChannel#disconnect}</li>
125 * and {@link AsyncChannel#disconnect} would typically be called.
130 * Command sent when one side or the other wishes to disconnect. The sender
132 * the state of the connection. The receiver should call {@link AsyncChannel#disconnect}
450 public void disconnect() { method in class:AsyncChannel
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java216 public void disconnect(final IMediaBrowserServiceCallbacks callbacks) { method in class:MediaBrowserService.ServiceBinder
/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/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java155 disconnect();
161 disconnect();
273 private void disconnect() { method in class:SinkActivity
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java326 void disconnect() { method in class:FrameworkPerfActivity
369 disconnect();
417 disconnect();
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp235 virtual status_t disconnect(int api) { function in class:android::BpGraphicBufferProducer
444 status_t res = disconnect(api);
H A DBufferQueueProducer.cpp208 // If we disconnect and reconnect quickly, we can be in a state where
860 // Set up a death notification so that we can disconnect
887 status_t BufferQueueProducer::disconnect(int api) { function in class:android::BufferQueueProducer
889 BQ_LOGV("disconnect(P): api %d", api);
898 // It's not really an error to disconnect after the surface has
926 BQ_LOGE("disconnect(P): still connected to another API "
932 BQ_LOGE("disconnect(P): unknown API %d", api);
1101 // this callback upon disconnect. It's therefore safe to read mConnectedApi
1104 disconnect(api);
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp80 // disconnect from media player service
81 void disconnect() function in class:android::BpMediaPlayer
434 disconnect();
H A Dmediaplayer.cpp80 disconnect();
84 void MediaPlayer::disconnect() function in class:android::MediaPlayer
86 ALOGV("disconnect");
95 p->disconnect();
142 p->disconnect();
577 mPlayer->disconnect();
/frameworks/av/media/libstagefright/
H A DNuCachedSource2.cpp201 // We are NOT going to support disconnect-at-highwatermark indefinitely
213 // Makes no sense to disconnect and do keep-alives...
248 void NuCachedSource2::disconnect() { function in class:android::NuCachedSource2
263 // explicitly disconnect from the source, to allow any
265 static_cast<HTTPBase *>(mSource.get())->disconnect();
415 static_cast<HTTPBase *>(mSource.get())->disconnect();
757 String8("x-disconnect-at-highwatermark"))) >= 0) {
H A DOMXClient.cpp444 void OMXClient::disconnect() { function in class:android::OMXClient
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp77 void ARTSPConnection::disconnect(const sp<AMessage> &reply) { function in class:android::ARTSPConnection
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp106 disconnect();
149 ALOGE("attempt to use a camera after disconnect() (pid %d)", getCallingPid());
228 void CameraClient::disconnect() { function in class:android::CameraClient
230 LOG1("disconnect E (pid %d)", callingPid);
233 // Allow both client and the media server to disconnect at all times
235 ALOGW("different client - don't disconnect");
244 // Make sure disconnect() is done once and once only, whether it is called
266 CameraService::Client::disconnect();
268 LOG1("disconnect X (pid %d)", callingPid);
311 // disconnect her
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceUserShim.java360 public void disconnect() { method in class:CameraDeviceUserShim
362 Log.d(TAG, "disconnect called.");
366 Log.w(TAG, "Cannot disconnect, device has already been closed.");
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java995 * @param profile The profile to disconnect. One of {@link BluetoothProfile#A2DP},
1028 assertTrue(((BluetoothA2dp)proxy).disconnect(device));
1030 assertTrue(((BluetoothHeadset)proxy).disconnect(device));
1032 assertTrue(((BluetoothInputDevice)proxy).disconnect(device));
1199 * {@link #incomingPanDisconnection(BluetoothAdapter, BluetoothDevice)} to either disconnect
1204 * @param disconnect Whether the method should connect or verify.
1207 BluetoothDevice device, boolean disconnect) {
1212 if (disconnect) {
1241 assertTrue(mPan.disconnect(device));
1206 disconnectFromRemoteOrVerifyConnectNap(BluetoothAdapter adapter, BluetoothDevice device, boolean disconnect) argument
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java180 public void disconnect() { method in class:MediaBrowser
186 mServiceBinder.disconnect(mServiceCallbacks);
196 Log.d(TAG, "disconnect...");
203 * calling disconnect on the service, because we only try to do that in the
206 * Everywhere that calls this EXCEPT for disconnect() should follow it with
332 // Process is crashing. We will disconnect, and upon reconnect we will
363 // Process is crashing. We will disconnect, and upon reconnect we will
447 // Check to make sure there hasn't been a disconnect or a different
475 // Process is crashing. We will disconnect, and upon reconnect we will
490 // Check to make sure there hasn't been a disconnect o
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java42 * functionality that can be performed on the device (connect, pair, disconnect,
143 // Device doesn't support NAP, so remove PanProfile on disconnect
153 Log.d(TAG, "Removing PanProfile from device after NAP disconnect");
172 public void disconnect() { method in class:CachedBluetoothDevice
174 disconnect(profile);
178 // disconnect PBAP connection when HF connection is brought down
182 PbapProfile.disconnect(mDevice);
186 public void disconnect(LocalBluetoothProfile profile) { method in class:CachedBluetoothDevice
187 if (profile.disconnect(mDevice)) {
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java72 * receives call-commands such as answer, reject, hold and disconnect.
169 public void disconnect(String callId) {
300 disconnect((String) msg.obj);
681 private void disconnect(String callId) { method in class:ConnectionService
682 Log.d(this, "disconnect %s", callId);
684 findConnectionForAction(callId, "disconnect").onDisconnect();
686 findConferenceForAction(callId, "disconnect").onDisconnect();
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp154 void DisplayDevice::disconnect(HWComposer& hwc) { function in class:DisplayDevice

Completed in 805 milliseconds

12345