Searched defs:disconnect (Results 26 - 50 of 90) sorted by relevance

1234

/frameworks/av/camera/camera2/
H A DICameraDeviceUser.cpp71 // disconnect from camera service
72 void disconnect() function in class:android::BpCameraDeviceUser
74 ALOGV("disconnect");
325 disconnect();
/frameworks/av/media/libmedia/
H A DIMediaMetadataRetriever.cpp81 // disconnect from media metadata retriever service
82 void disconnect() function in class:android::BpMediaMetadataRetriever
202 disconnect();
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp66 disconnect();
221 status_t ZslProcessor::disconnect() { function in class:android::camera2::ZslProcessor
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp117 disconnect();
170 void Camera2ClientBase<TClientBase>::disconnect() { function in class:android::Camera2ClientBase
174 // Allow both client and the media server to disconnect at all times
183 CameraService::BasicClient::disconnect();
191 mDevice->disconnect();
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.cpp386 status_t Camera3Stream::disconnect() { function in class:android::camera3::Camera3Stream
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java208 * A2DP profile. The API will automatically disconnect connected
252 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
267 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothA2dp
268 if (DBG) log("disconnect(" + device + ")");
272 return mService.disconnect(device);
H A DBluetoothMap.java217 * Initiate disconnect.
223 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothMap
224 if (DBG) log("disconnect(" + device + ")");
228 return mService.disconnect(device);
H A DBluetoothPan.java95 * Return codes for the connect and disconnect Bluez / Dbus calls.
252 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
267 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothPan
268 if (DBG) log("disconnect(" + device + ")");
272 return mPanService.disconnect(device);
H A DBluetoothGatt.java749 public void disconnect() { method in class:BluetoothGatt
H A DBluetoothHeadset.java326 * headset/handsfree profile. The API will automatically disconnect connected
370 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
385 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothHeadset
386 if (DBG) log("disconnect(" + device + ")");
390 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/media/java/android/media/
H A DMediaHTTPConnection.java73 disconnect();
125 public void disconnect() { method in class:MediaHTTPConnection
135 mConnection.disconnect();
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java206 public void disconnect(final IMediaBrowserServiceCallbacks callbacks) { method in class:MediaBrowserService.ServiceBinder
/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
H A DRemoteDisplayProvider.java190 * Called when the system would like to disconnect from a display.
345 public void disconnect(String id) { method in class:RemoteDisplayProvider.ProviderStub
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java174 public void disconnect(PairedDevice pd) { method in class:BluetoothControllerImpl
181 final String action = connect ? "connect" : "disconnect";
214 final boolean ok = connect ? p.connect(device) : p.disconnect(device);
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConference.java169 public void disconnect() { method in class:RemoteConference
171 mConnectionService.disconnect(mId);
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DSourceActivity.java126 disconnect();
138 disconnect();
168 private void disconnect() { method in class:SourceActivity
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp363 status_t BufferQueueConsumer::disconnect() { function in class:android::BufferQueueConsumer
366 BQ_LOGV("disconnect(C)");
371 BQ_LOGE("disconnect(C): no consumer is connected");
/frameworks/native/services/surfaceflinger/
H A DMonitoredProducer.cpp100 status_t MonitoredProducer::disconnect(int api) { function in class:android::MonitoredProducer
101 return mProducer->disconnect(api);
/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.cpp50 disconnect();
110 void StreamSourceAppProxy::disconnect() { function in class:android::StreamSourceAppProxy
309 mAppProxy->disconnect();
350 mPlayer->disconnect();
/frameworks/av/camera/
H A DICamera.cpp62 // disconnect from camera service
63 void disconnect() function in class:android::BpCamera
65 ALOGV("disconnect");
284 disconnect();
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp416 void OMXClient::disconnect() { function in class:android::OMXClient
/frameworks/base/core/java/android/app/
H A DUiAutomation.java229 public void disconnect() { method in class:UiAutomation
233 "Cannot call disconnect() while connecting!");
240 mUiAutomationConnection.disconnect();
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceUserShim.java355 public void disconnect() { method in class:CameraDeviceUserShim
357 Log.d(TAG, "disconnect called.");
361 Log.w(TAG, "Cannot disconnect, device has already been closed.");
/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

Completed in 9523 milliseconds

1234