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

123456789

/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.java719 * disconnect cause expressed as a code chosen from among those declared in
917 * Instructs this {@code RemoteConnection} to disconnect.
919 public void disconnect() { method in class:RemoteConnection
922 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);
825 private void disconnect(String callId) { method in class:ConnectionService
826 Log.d(this, "disconnect %s", callId);
828 findConnectionForAction(callId, "disconnect").onDisconnect();
830 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.cpp67 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.java241 if (urlConnection != null) urlConnection.disconnect();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java285 mController.disconnect(device);
/frameworks/native/libs/gui/
H A DSurface.cpp91 Surface::disconnect(NATIVE_WINDOW_API_CPU);
634 return disconnect(api);
777 int Surface::disconnect(int api) { function in class:android::Surface
779 ALOGV("Surface::disconnect");
784 int err = mGraphicBufferProducer->disconnect(api);
/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();
371 binder::Status Camera2Client::disconnect() { function in class:android::Camera2Client
376 // Allow both client and the cameraserver to disconnect at all times
385 * disconnect() cannot call any methods that might need to promote a
386 * wp<Camera2Client>, since disconnect can be called from the destructor, at
430 mDevice->disconnect();
434 CameraService::Client::disconnect();
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java970 public boolean disconnect() { method in class:WifiManager
972 mService.disconnect();
2589 mAsyncChannel.disconnect();
/frameworks/native/opengl/libagl/
H A Degl.cpp160 virtual void disconnect() {} function in struct:android::egl_surface_t
230 virtual void disconnect();
423 void egl_window_surface_v2_t::disconnect() function in class:android::egl_window_surface_v2_t
1611 // defer disconnect/delete until no longer current
1614 surface->disconnect();
1767 s->disconnect();
1773 // FIXME: unlock/disconnect the read surface too
1812 d->disconnect();
1820 // 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.h286 virtual void disconnect();
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java169 automationWrapper.disconnect();
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java353 public void disconnect() { method in class:SurfaceControl
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraDeviceBinderTest.java241 mCameraUser.disconnect();
/frameworks/base/obex/javax/obex/
H A DClientSession.java225 public HeaderSet disconnect(HeaderSet header) throws IOException { method in class:ClientSession
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp180 void DisplayDevice::disconnect(HWComposer& hwc) { function in class:DisplayDevice
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java259 // Testing various network disconnect cases by sending lots of spurious
260 // disconnect to supplicant
304 * Interval in milliseconds between receiving a disconnect event
305 * while connected to a good AP, and handling the disconnect proper
914 /* disconnect issued, waiting for network disconnect confirmation */
3720 * disconnect thru supplicant, we will let autojoin retry connecting to the network
3722 mWifiNative.disconnect();
3733 mWifiNative.disconnect();
4685 mWifiNative.disconnect();
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
H A DWifiNanStateManagerTest.java854 mDut.disconnect(uid2);
868 mDut.disconnect(uid1);
882 mDut.disconnect(uid3);
892 * Summary: disconnect a client while there are pending transactions.
942 mDut.disconnect(uid);

Completed in 692 milliseconds

123456789