Searched defs:disconnect (Results 26 - 45 of 45) sorted by last modified time

12

/frameworks/base/core/java/android/accessibilityservice/
H A DUiTestAutomationBridge.java225 public void disconnect() { method in class:UiTestAutomationBridge
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java195 * A2DP profile. The API will automatically disconnect connected
239 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
254 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothA2dp
255 if (DBG) log("disconnect(" + device + ")");
259 return mService.disconnect(device);
H A DBluetoothHeadset.java313 * headset/handsfree profile. The API will automatically disconnect connected
357 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
372 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothHeadset
373 if (DBG) log("disconnect(" + device + ")");
377 return mService.disconnect(device);
H A DBluetoothInputDevice.java89 * Return codes for the connect and disconnect Bluez / Dbus calls.
315 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
330 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothInputDevice
331 if (DBG) log("disconnect(" + device + ")");
334 return mService.disconnect(device);
H A DBluetoothPan.java96 * Return codes for the connect and disconnect Bluez / Dbus calls.
236 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
251 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothPan
252 if (DBG) log("disconnect(" + device + ")");
256 return mPanService.disconnect(device);
H A DBluetoothPbap.java264 public boolean disconnect() { method in class:BluetoothPbap
265 if (DBG) log("disconnect()");
268 mService.disconnect();
/frameworks/base/core/java/android/net/
H A DEthernetDataTracker.java86 mTracker.disconnect();
138 public void disconnect() { method in class:EthernetDataTracker
166 disconnect();
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java661 mServiceConnection.disconnect();
1291 mServiceConnection.disconnect();
1320 public void disconnect() { method in class:TextToSpeech.Connection
1344 disconnect();
/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}
443 public void disconnect() { method in class:AsyncChannel
/frameworks/av/camera/
H A DCamera.cpp97 // We don't need to call disconnect() here because if the CameraService
100 // call disconnect() here if we are in the same process as mediaserver,
136 void Camera::disconnect() function in class:android::Camera
138 ALOGV("disconnect");
140 mCamera->disconnect();
H A DICamera.cpp62 // disconnect from camera service
63 void disconnect() function in class:android::BpCamera
65 ALOGV("disconnect");
282 disconnect();
/frameworks/av/media/libmedia/
H A DIEffect.cpp103 void disconnect() function in class:android::BpEffect
105 ALOGV("disconnect");
184 disconnect();
H A DIMediaMetadataRetriever.cpp77 // disconnect from media metadata retriever service
78 void disconnect() function in class:android::BpMediaMetadataRetriever
178 disconnect();
H A DIMediaPlayer.cpp70 // disconnect from media player service
71 void disconnect() function in class:android::BpMediaPlayer
353 disconnect();
H A Dmediametadataretriever.cpp77 disconnect();
81 void MediaMetadataRetriever::disconnect() function in class:android::MediaMetadataRetriever
83 ALOGV("disconnect");
91 retriever->disconnect();
H A Dmediaplayer.cpp71 disconnect();
75 void MediaPlayer::disconnect() function in class:android::MediaPlayer
77 ALOGV("disconnect");
86 p->disconnect();
134 p->disconnect();
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp511 disconnect();
515 void MediaPlayerService::Client::disconnect() function in class:android::MediaPlayerService::Client
517 ALOGV("disconnect(%d) from pid %d", mConnId, mPid);
H A DMetadataRetrieverClient.cpp56 disconnect();
72 void MetadataRetrieverClient::disconnect() function in class:android::MetadataRetrieverClient
74 ALOGV("disconnect from pid %d", mPid);
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp337 void OMXClient::disconnect() { function in class:android::OMXClient
/frameworks/av/media/libstagefright/chromium_http/
H A DChromiumHTTPDataSource.cpp45 disconnect();
132 void ChromiumHTTPDataSource::disconnect() { function in class:android::ChromiumHTTPDataSource

Completed in 279 milliseconds

12