Searched refs:disconnect (Results 1 - 25 of 105) sorted by last modified time

12345

/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp268 player->disconnect();
H A Dandroid_StreamPlayer.cpp50 disconnect();
110 void StreamSourceAppProxy::disconnect() { function in class:android::StreamSourceAppProxy
309 mAppProxy->disconnect();
350 mPlayer->disconnect();
H A Dandroid_StreamPlayer.h56 // the player to release all of its resources, similar to android.media.MediaPlayer disconnect.
57 void disconnect();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionTracker.java471 dcac.disconnect();
989 // send the disconnect msg manually, since the normal route wont send
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DDumpCommand.java72 bridge.disconnect();
/frameworks/native/include/gui/
H A DBufferQueue.h156 // BufferQueue and no corresponding disconnect call was made.
159 // disconnect attempts to disconnect a producer client API from the
167 virtual status_t disconnect(int api);
497 // by the connect and disconnect methods.
H A DISurfaceTexture.h172 // SurfaceTexture and no corresponding disconnect call was made.
179 // disconnect attempts to disconnect a client API from the SurfaceTexture.
187 virtual status_t disconnect(int api) = 0;
H A DSurfaceTextureClient.h110 virtual int disconnect(int api);
/frameworks/native/libs/gui/
H A DBufferQueue.cpp659 status_t BufferQueue::disconnect(int api) { function in class:android::BufferQueue
661 ST_LOGV("disconnect: api=%d", api);
670 // it is not really an error to disconnect after the surface
686 ST_LOGE("disconnect: connected to another api (cur=%d, req=%d)",
692 ST_LOGE("disconnect: unknown API %d", api);
H A DISurfaceTexture.cpp172 virtual status_t disconnect(int api) { function in class:android::BpSurfaceTexture
282 status_t res = disconnect(api);
H A DSurfaceTextureClient.cpp58 SurfaceTextureClient::disconnect(NATIVE_WINDOW_API_CPU);
432 return disconnect(api);
522 int SurfaceTextureClient::disconnect(int api) { function in class:android::SurfaceTextureClient
524 ALOGV("SurfaceTextureClient::disconnect");
527 int err = mSurfaceTexture->disconnect(api);
/frameworks/native/opengl/libagl/
H A Degl.cpp159 virtual void disconnect() {} function in struct:android::egl_surface_t
229 virtual void disconnect();
416 void egl_window_surface_v2_t::disconnect() function in class:android::egl_window_surface_v2_t
1584 surface->disconnect();
1738 s->disconnect();
1741 // FIXME: unlock/disconnect the read surface too
1781 d->disconnect();
1786 // FIXME: unlock/disconnect the read surface too
/frameworks/native/services/surfaceflinger/
H A DSurfaceTextureLayer.cpp58 disconnect(api);
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl50 void disconnect();
H A DWifiManager.java674 public boolean disconnect() { method in class:WifiManager
676 mService.disconnect();
H A DWifiNative.java183 public boolean disconnect() { method in class:WifiNative
H A DWifiStateMachine.java488 /* disconnect issued, waiting for network disconnect confirmation */
1853 * disconnect and an immediate reconnect to try again
1855 mWifiNative.disconnect();
2755 mWifiNative.disconnect();
2862 mWifiNative.disconnect();
3119 if (DBG) log("Missed CTRL-EVENT-DISCONNECTED, disconnect");
3126 mWifiNative.disconnect();
3133 /* Do a redundant disconnect without transition */
3135 mWifiNative.disconnect();
[all...]
/frameworks/base/media/tests/omxjpegdecoder/
H A Domx_jpeg_decoder.cpp96 mClient.disconnect();
/frameworks/base/obex/javax/obex/
H A DClientSession.java184 public HeaderSet disconnect(HeaderSet header) throws IOException { method in class:ClientSession
H A DObexTransport.java66 void disconnect() throws IOException; method in interface:ObexTransport
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
H A DManageDialog.java95 mAlertParams.mNeutralButtonText = getText(R.string.disconnect);
/frameworks/base/services/java/com/android/server/
H A DAppWidgetServiceImpl.java161 disconnect();
164 public void disconnect() { method in class:AppWidgetServiceImpl.ServiceConnectionProxy
698 // If there is already a connection made for this service intent, then disconnect from
706 conn.disconnect();
753 conn.disconnect();
771 conn.disconnect();
H A DWifiService.java414 // reset & clear notification on a network connect & disconnect
721 * see {@link android.net.wifi.WifiManager#disconnect()}
723 public void disconnect() { method in class:WifiService
/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayController.java240 disconnect();
282 disconnect();
453 private void disconnect() { method in class:WifiDisplayController
490 // Step 2. Before we try to connect to a new device, disconnect from the old one.
511 Slog.i(TAG, "Failed to disconnect from Wifi display: "
564 // Step 4. If we wanted to disconnect, then mission accomplished.
659 disconnect();
717 disconnect();
735 disconnect();
789 disconnect();
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DInstaller.java59 disconnect();
65 private void disconnect() { method in class:Installer
109 disconnect();
121 disconnect();
142 disconnect();

Completed in 419 milliseconds

12345