Searched refs:disconnect (Results 176 - 200 of 279) sorted by relevance

1234567891011>>

/frameworks/native/libs/gui/include/gui/
H A DIGraphicBufferProducer.h432 // IGraphicBufferProducer and no corresponding disconnect call was made.
471 // Disconnect any API originally connected from the process calling disconnect.
475 // disconnect attempts to disconnect a client API from the
484 // connected from the same PID calling disconnect will be disconnected.
495 virtual status_t disconnect(int api, DisconnectMode mode = DisconnectMode::Api) = 0;
H A DSurface.h251 virtual int disconnect(int api,
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h203 void disconnect(HWComposer& hwc);
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaButtonReceiver.java170 mMediaBrowser.disconnect();
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h219 void disconnect() { function in struct:android::MyHandler
603 mConn->disconnect(reply);
648 mConn->disconnect(reply);
789 mConn->disconnect(reply);
818 mConn->disconnect(reply);
945 mConn->disconnect(reply);
/frameworks/av/camera/
H A DICamera.cpp69 // disconnect from camera service
70 binder::Status disconnect() function in class:android::hardware::BpCamera
72 ALOGV("disconnect");
335 disconnect();
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp353 device->disconnect();
403 binder::Status res = p.second->disconnect();
H A DCameraZSLTests.cpp292 rc = cameraDevice->disconnect();
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.h204 virtual binder::Status disconnect();
299 virtual binder::Status disconnect();
584 * Remove the given client from the active clients list; does not disconnect the client.
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothA2dp.java272 * A2DP profile. The API will automatically disconnect connected
319 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
334 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothA2dp
335 if (DBG) log("disconnect(" + device + ")");
340 return mService.disconnect(device);
H A DBluetoothHeadset.java394 * headset/handsfree profile. The API will automatically disconnect connected
438 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
453 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothHeadset
454 if (DBG) log("disconnect(" + device + ")");
458 return service.disconnect(device);
H A DBluetoothHeadsetClient.java302 * AG call handling feature: merge calls and disconnect from multi party
471 * second connection, this implementation will disconnect already connected
498 * @param device a remote device we want disconnect
504 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothHeadsetClient
505 if (DBG) log("disconnect(" + device + ")");
509 return service.disconnect(device);
864 * That means connect other calls and disconnect.
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp513 return surface->disconnect(-1, IGraphicBufferProducer::DisconnectMode::AllLocal);
536 err = surface->disconnect(NATIVE_WINDOW_API_CPU);
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java211 public void disconnect() { method in class:MediaBrowser
219 // connect() could be called before this. Then we will disconnect and reconnect.
222 mServiceBinder.disconnect(mServiceCallbacks);
232 // the operation came after disconnect() can be handled properly.
237 Log.d(TAG, "disconnect...");
246 * calling disconnect on the service, because we only try to do that in the
249 * Everywhere that calls this EXCEPT for disconnect() should follow it with
255 * except for disconnect().
509 // Process is crashing. We will disconnect, and upon reconnect we will
548 // Process is crashing. We will disconnect, an
[all...]
/frameworks/base/wifi/java/android/net/wifi/aware/
H A DWifiAwareManager.java296 public void disconnect(int clientId, Binder binder) { method in class:WifiAwareManager
297 if (VDBG) Log.v(TAG, "disconnect()");
300 mService.disconnect(clientId, binder);
/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 DGenericSource.h65 virtual void disconnect();
/frameworks/base/media/java/android/media/midi/
H A DMidiDeviceServer.java156 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/native/include/gui/
H A DSurface.h251 virtual int disconnect(int api,
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp318 virtual status_t disconnect(int api, DisconnectMode mode) { function in class:android::BpGraphicBufferProducer
592 status_t disconnect(
594 return mBase->disconnect(api, mode);
797 status_t res = disconnect(api, mode);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DBrowseFragment.java239 mMediaBrowser.disconnect();
H A DQueueFragment.java192 mMediaBrowser.disconnect();
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DBrowseFragment.java239 mMediaBrowser.disconnect();
H A DQueueFragment.java192 mMediaBrowser.disconnect();

Completed in 711 milliseconds

1234567891011>>