Searched defs:disconnect (Results 1 - 25 of 117) sorted by last modified time

12345

/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.cpp50 disconnect();
110 void StreamSourceAppProxy::disconnect() { function in class:android::StreamSourceAppProxy
309 mAppProxy->disconnect();
350 mPlayer->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
H A DRegisteredMediaRouteProvider.java101 disconnect();
124 disconnect();
218 disconnect();
261 disconnect();
284 private void disconnect() { method in class:RegisteredMediaRouteProvider
/frameworks/volley/src/test/java/com/android/volley/mock/
H A DMockHttpURLConnection.java65 public void disconnect() { method in class:MockHttpURLConnection
/frameworks/support/media-compat/api21/android/support/v4/media/
H A DMediaBrowserCompatApi21.java46 public static void disconnect(Object browserObj) { method in class:MediaBrowserCompatApi21
47 ((MediaBrowser)browserObj).disconnect();
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserCompat.java129 public void disconnect() { method in class:MediaBrowserCompat
130 mImpl.disconnect();
747 void disconnect(); method in interface:MediaBrowserCompat.MediaBrowserImpl
867 public void disconnect() { method in class:MediaBrowserCompat.MediaBrowserImplBase
873 mServiceBinderWrapper.disconnect(mCallbacksMessenger);
883 Log.d(TAG, "disconnect...");
890 * calling disconnect on the service, because we only try to do that in the
893 * Everywhere that calls this EXCEPT for disconnect() should follow it with
970 // Process is crashing. We will disconnect, and upon reconnect we will
1006 // Process is crashing. We will disconnect, an
1342 public void disconnect() { method in class:MediaBrowserCompat.MediaBrowserImplApi21
1723 void disconnect(Messenger callbacksMessenger) throws RemoteException { method in class:MediaBrowserCompat.ServiceBinderWrapper
[all...]
H A DMediaBrowserServiceCompat.java426 mServiceBinderImpl.disconnect(new ServiceCallbacksCompat(msg.replyTo));
612 public void disconnect(final ServiceCallbacks callbacks) { method in class:MediaBrowserServiceCompat.ServiceBinderImpl
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java542 public boolean disconnect() { method in class:WifiNative
H A DWifiServiceImpl.java674 * see {@link android.net.wifi.WifiManager#disconnect()}
676 public void disconnect() { method in class:WifiServiceImpl
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
H A DWifiNanServiceImpl.java93 mStateManager.disconnect(uid);
109 public void disconnect(IBinder binder) { method in class:WifiNanServiceImpl
115 if (VDBG) Log.v(TAG, "disconnect: uid=" + uid);
125 mStateManager.disconnect(uid);
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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DBidirectionalAsyncChannel.java83 public void disconnect() { method in class:BidirectionalAsyncChannel
84 assertEquals("AsyncChannel must be connected to disconnect",
H A DWifiStateMachineTest.java1009 public void disconnect() throws Exception { method in class:WifiStateMachineTest
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapRfcommTransport.java55 public void disconnect() throws IOException { method in class:BluetoothMapRfcommTransport
H A DBluetoothMasClient.java56 * @see #disconnect()
632 public void disconnect() { method in class:BluetoothMasClient
650 disconnect();
H A DBluetoothMasObexClientSession.java85 inst.disconnect();
131 disconnect();
147 disconnect();
150 disconnect();
154 private void disconnect() { method in class:BluetoothMasObexClientSession
157 mSession.disconnect(null);
179 disconnect();
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp180 void DisplayDevice::disconnect(HWComposer& hwc) { function in class:DisplayDevice
H A DMonitoredProducer.cpp105 status_t MonitoredProducer::disconnect(int api, DisconnectMode mode) { function in class:android::MonitoredProducer
106 return mProducer->disconnect(api, mode);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp114 mSource[SOURCE_SCRATCH]->disconnect(NATIVE_WINDOW_API_EGL);
566 status_t VirtualDisplaySurface::disconnect(int api, DisconnectMode mode) { function in class:android::VirtualDisplaySurface
567 return mSource[SOURCE_SINK]->disconnect(api, mode);
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp493 status_t BufferQueueConsumer::disconnect() { function in class:android::BufferQueueConsumer
496 BQ_LOGV("disconnect");
501 BQ_LOGE("disconnect: no consumer is connected");
H A DBufferQueueProducer.cpp276 // If we disconnect and reconnect quickly, we can be in a state where
1116 // Set up a death notification so that we can disconnect
1147 status_t BufferQueueProducer::disconnect(int api, DisconnectMode mode) { function in class:android::BufferQueueProducer
1149 BQ_LOGV("disconnect: api %d", api);
1166 // It's not really an error to disconnect after the surface has
1173 // If we're asked to disconnect the currently connected api but
1206 BQ_LOGE("disconnect: still connected to another API "
1212 BQ_LOGE("disconnect: unknown API %d", api);
1446 // this callback upon disconnect. It's therefore safe to read mConnectedApi
1449 disconnect(ap
[all...]
H A DIGraphicBufferProducer.cpp273 virtual status_t disconnect(int api, DisconnectMode mode) { function in class:android::BpGraphicBufferProducer
626 status_t res = disconnect(api, mode);
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);
H A DSurfaceControl.cpp85 void SurfaceControl::disconnect() { function in class:android::SurfaceControl
87 mGraphicBufferProducer->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

Completed in 625 milliseconds

12345