HomeSort by relevance Sort by last modified time
    Searched full:disconnect (Results 1451 - 1475 of 2197) sorted by null

<<51525354555657585960>>

  /frameworks/av/media/libmedia/
AudioEffect.cpp 180 mIEffect->disconnect();
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 411 // disconnect explicitly so that reads exit promptly.
412 // We can't queue the disconnect request to the looper, as it might be
414 // Doing a disconnect outside the looper to allows the pending reads to exit
416 source->disconnect();
    [all...]
RTSPSource.cpp 758 mHandler->disconnect();
  /frameworks/av/media/libstagefright/
OMXClient.cpp 540 void OMXClient::disconnect() { function in class:android::OMXClient
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 512 status_t LiveSession::disconnect() { function in class:android::LiveSession
1586 bool disconnect = false; local
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CallbackProcessor.cpp 112 // Make it async to avoid disconnect deadlocks
  /frameworks/base/core/java/android/net/
NetworkAgent.java 253 if (mAsyncChannel != null) mAsyncChannel.disconnect();
NetworkInfo.java 286 * network following a disconnect from another network.
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 162 * Finish this session and allow TextServicesManagerService to disconnect the bound spell
  /frameworks/base/docs/html/training/tv/games/
index.jd 161 <h3 id="handle-disconnect">Handle controller disconnects</h3>
  /frameworks/base/media/java/android/media/midi/
package.html 341 * This will get called when clients connect or disconnect.
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 423 // call disconnect the SurfaceMediaSource, which is needed to
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
CameraDeviceBinderTest.java 241 mCameraUser.disconnect();
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayAdapter.java 69 private static final String ACTION_DISCONNECT = "android.server.display.wfd.DISCONNECT";
  /frameworks/base/services/net/java/android/net/ip/
IpReachabilityMonitor.java 128 * state it may be best for the link to disconnect completely and
  /frameworks/base/telecomm/java/android/telecom/
Connection.java     [all...]
  /frameworks/native/include/gui/
Surface.h 200 virtual int disconnect(int api);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.h 118 virtual status_t disconnect(int api);
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 157 // Tell the agent we're disconnected. It will call disconnect().
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteDescriptor.java 162 * To specify that the route should disconnect without stopping use
  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
acilib_if.h 86 /** @brief Encode the ACI message to disconnect
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_virtual.cpp 67 //Cleanup virtual display objs, since there is no explicit disconnect
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_virtual.cpp 78 //Cleanup virtual display objs, since there is no explicit disconnect
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 397 if ( (status = sBluetoothHfpClientInterface->disconnect((bt_bdaddr_t *)addr)) != BT_STATUS_SUCCESS) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/mbs/
A2dpMediaBrowserService.java 332 Log.e(TAG, "Not the right device to disconnect current " +

Completed in 1364 milliseconds

<<51525354555657585960>>