Searched refs:disconnect (Results 151 - 175 of 232) sorted by relevance

12345678910

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadset.java363 * headset/handsfree profile. The API will automatically disconnect connected
407 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
422 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothHeadset
423 if (DBG) log("disconnect(" + device + ")");
427 return mService.disconnect(device);
H A DBluetoothHeadsetClient.java301 * AG call handling feature: merge calls and disconnect from multi party
470 * second connection, this implementation will disconnect already connected
497 * @param device a remote device we want disconnect
503 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothHeadsetClient
504 if (DBG) log("disconnect(" + device + ")");
508 return mService.disconnect(device);
859 * That means connect other calls and disconnect.
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java211 public void disconnect() { method in class:MediaBrowser
217 mServiceBinder.disconnect(mServiceCallbacks);
227 Log.d(TAG, "disconnect...");
234 * calling disconnect on the service, because we only try to do that in the
237 * Everywhere that calls this EXCEPT for disconnect() should follow it with
485 // Process is crashing. We will disconnect, and upon reconnect we will
524 // Process is crashing. We will disconnect, and upon reconnect we will
557 // Check to make sure there hasn't been a disconnect or a different
591 // Process is crashing. We will disconnect, and upon reconnect we will
608 // Check to make sure there hasn't been a disconnect o
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnection.java730 * disconnect cause expressed as a code chosen from among those declared in
927 * Instructs this {@code RemoteConnection} to disconnect.
929 public void disconnect() { method in class:RemoteConnection
932 mConnectionService.disconnect(mConnectionId);
H A DConnectionService.java72 * receives call-commands such as answer, reject, hold and disconnect.
189 public void disconnect(String callId) {
351 disconnect((String) msg.obj);
828 private void disconnect(String callId) { method in class:ConnectionService
829 Log.d(this, "disconnect %s", callId);
831 findConnectionForAction(callId, "disconnect").onDisconnect();
833 findConferenceForAction(callId, "disconnect").onDisconnect();
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasClient.java56 * @see #disconnect()
632 public void disconnect() { method in class:BluetoothMasClient
650 disconnect();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp68 mLiveSession->disconnect();
/frameworks/base/media/java/android/media/midi/
H A DMidiDeviceServer.java146 dispatcher.getSender().disconnect(mInputPort);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureTarget.java173 // down the graph on purpose, such as in the disconnect call.
185 public synchronized void disconnect(FilterContext context) { method in class:SurfaceTextureTarget
186 if (mLogVerbose) Log.v(TAG, "disconnect");
188 Log.d(TAG, "SurfaceTexture is already null. Nothing to disconnect.");
194 // surfacetexture was valid. For example, the disconnect can be called before
/frameworks/base/packages/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java242 if (urlConnection != null) urlConnection.disconnect();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java292 mController.disconnect(device);
/frameworks/base/services/core/java/com/android/server/pm/
H A DOtaDexoptService.java443 public void disconnect() { method in class:OtaDexoptService.RecordingInstallerConnection
/frameworks/native/libs/gui/
H A DSurface.cpp92 Surface::disconnect(NATIVE_WINDOW_API_CPU);
690 return disconnect(api);
847 int Surface::disconnect(int api, IGraphicBufferProducer::DisconnectMode mode) { function in class:android::Surface
849 ALOGV("Surface::disconnect");
854 int err = mGraphicBufferProducer->disconnect(api, mode);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DBrowseFragment.java235 mMediaBrowser.disconnect();
H A DQueueFragment.java191 mMediaBrowser.disconnect();
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DBrowseFragment.java235 mMediaBrowser.disconnect();
H A DQueueFragment.java191 mMediaBrowser.disconnect();
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h196 virtual binder::Status disconnect();
291 virtual binder::Status disconnect();
562 * Remove the given client from the active clients list; does not disconnect the client.
963 // If only updating legacy shim parameters, immediately disconnect client
965 client->disconnect();
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp107 disconnect();
152 ALOGE("attempt to use a camera after disconnect() (pid %d)", getCallingPid());
233 binder::Status CameraClient::disconnect() { function in class:android::CameraClient
235 LOG1("disconnect E (pid %d)", callingPid);
239 // Allow both client and the cameraserver to disconnect at all times
241 ALOGW("different client - don't disconnect");
245 // Make sure disconnect() is done once and once only, whether it is called
270 CameraService::Client::disconnect();
272 LOG1("disconnect X (pid %d)", callingPid);
316 // disconnect her
[all...]
H A DCamera2Client.cpp140 disconnect();
374 binder::Status Camera2Client::disconnect() { function in class:android::Camera2Client
379 // Allow both client and the cameraserver to disconnect at all times
388 * disconnect() cannot call any methods that might need to promote a
389 * wp<Camera2Client>, since disconnect can be called from the destructor, at
433 mDevice->disconnect();
437 CameraService::Client::disconnect();
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java978 public boolean disconnect() { method in class:WifiManager
980 mService.disconnect();
2597 mAsyncChannel.disconnect();
/frameworks/native/opengl/libagl/
H A Degl.cpp161 virtual void disconnect() {} function in struct:android::egl_surface_t
231 virtual void disconnect();
419 void egl_window_surface_v2_t::disconnect() function in class:android::egl_window_surface_v2_t
1601 // defer disconnect/delete until no longer current
1604 surface->disconnect();
1757 s->disconnect();
1763 // FIXME: unlock/disconnect the read surface too
1802 d->disconnect();
1810 // FIXME: unlock/disconnect the read surface too
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java855 mServiceConnection.disconnect();
2254 Log.i(TAG, "Asked to disconnect from " + name);
2266 public void disconnect() { method in class:TextToSpeech.Connection
2291 disconnect();
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp180 mIEffect->disconnect();
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h288 virtual void disconnect();

Completed in 687 milliseconds

12345678910