Searched defs:disconnect (Results 101 - 117 of 117) sorted by relevance

12345

/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/base/core/java/android/view/
H A DSurfaceControl.java359 public void disconnect() { method in class:SurfaceControl
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp406 void JDrm::disconnect() { function in class:android::JDrm
585 drm->disconnect();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DConnectivityServiceTest.java385 public void disconnect() { method in class:ConnectivityServiceTest.MockNetworkAgent
750 if (mCellNetworkAgent != null) { mCellNetworkAgent.disconnect(); }
751 if (mWiFiNetworkAgent != null) { mWiFiNetworkAgent.disconnect(); }
855 // Test WiFi disconnect.
857 mWiFiNetworkAgent.disconnect();
875 // Test cellular disconnect.
876 mCellNetworkAgent.disconnect();
885 // Test cellular disconnect.
887 mCellNetworkAgent.disconnect();
890 // Test WiFi disconnect
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java539 * @return For a {@link #STATE_DISCONNECTED} {@code Call}, the disconnect cause expressed
880 * Instructs this {@code Call} to disconnect.
882 public void disconnect() { method in class:Call
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);
/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/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/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java674 * see {@link android.net.wifi.WifiManager#disconnect()}
676 public void disconnect() { method in class:WifiServiceImpl
H A DWifiNative.java542 public boolean disconnect() { method in class:WifiNative
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanStateManager.java127 public void disconnect(int uid) { method in class:WifiNanStateManager
638 Log.v(TAG, "disconnect(): uid=" + uid);
645 Log.e(TAG, "disconnect: no entry for uid=" + uid);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp595 disconnect();
602 void MediaPlayerService::Client::disconnect() function in class:android::MediaPlayerService::Client
604 ALOGV("disconnect(%d) from pid %d", mConnId, mPid);
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp348 // Ensure not in binder RPC so client disconnect PID checks work correctly
351 clientToDisconnect->disconnect();
1046 // This should never happen - clients should already have been removed in disconnect
1048 ALOGE("%s: Invalid state: Client for camera %s was not removed in disconnect",
1206 // Clear caller identity temporarily so client disconnect PID checks work correctly
1212 i->getValue()->disconnect(); // Clients will remove themselves from the active client list
1218 ALOGV("%s: Waiting for disconnect to complete for client for device %s (PID %" PRId32 ")",
1222 ALOGE("%s: Timed out waiting for client for device %s to disconnect, "
1228 ALOGE("%s: Received error waiting for client for device %s to disconnect: %s (%d), "
1692 i->disconnect();
2105 binder::Status CameraService::BasicClient::disconnect() { function in class:android::CameraService::BasicClient
2288 binder::Status CameraService::Client::disconnect() { function in class:android::CameraService::Client
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp87 disconnect();
259 status_t Camera3Device::disconnect() { function in class:android::Camera3Device
1258 res = deletedStream->disconnect();
1260 SET_ERR_L("Can't disconnect deleted stream %d", id);
2127 res = deletedStream->disconnect();
2129 SET_ERR_L("Can't disconnect deleted dummy stream %d", mDummyStreamId);
/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/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java94 * the disconnect button to disconnect and keep playing.
1303 * @return True if this route can disconnect without stopping playback,
2586 record.disconnect();
2761 public void disconnect() { method in class:MediaRouter.GlobalMediaRouter.RemoteControlClientRecord
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1204 // disconnect from that first. (This does not allow multiple connections
1212 connection.disconnect();
1265 connection.disconnect();
1721 conn.disconnect();
3968 disconnect();
3971 public void disconnect() { method in class:AppWidgetServiceImpl.ServiceConnectionProxy

Completed in 9596 milliseconds

12345