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

<<41424344454647484950>>

  /frameworks/av/camera/
Camera.cpp 66 // We don't need to call disconnect() here because if the CameraService
69 // call disconnect() here if we are in the same process as mediaserver,
  /frameworks/av/camera/tests/
CameraBinderTests.cpp 340 device->disconnect();
390 binder::Status res = p.second->disconnect();
  /frameworks/av/services/audioflinger/
Effects.cpp 194 size_t AudioFlinger::EffectModule::disconnect(EffectHandle *handle, bool unpinIfLast) function in class:android::AudioFlinger::EffectModule
196 ALOGV("disconnect() %p handle %p", this, handle);
1174 void AudioFlinger::EffectHandle::disconnect() function in class:android::AudioFlinger::EffectHandle
1179 void AudioFlinger::EffectHandle::disconnect(bool unpinIfLast) function in class:android::AudioFlinger::EffectHandle
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerTestBase.java 316 * If the device is already associated with a WiFi, disconnect and forget it,
361 * Disconnect from the current AP and remove configured networks.
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
Mapper.java 167 // Disconnect all device rows.
337 // Delete/disconnect all invalidated/disconnected rows that cannot be mapped.
  /frameworks/base/services/core/java/com/android/server/
NetworkScoreService.java 253 mServiceConnection.disconnect(mContext);
473 void disconnect(Context context) { method in class:NetworkScoreService.ScoringServiceConnection
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkAgentInfo.java 71 // or tunnel) but does not disconnect from the AP/cell tower, or
99 // and enter state #5), ConnectivityService will disconnect the NetworkAgent's AsyncChannel.
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 320 // it calls ANativeWindow::disconnect
362 // it calls ANativeWindow::disconnect
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 67 * to control or disconnect from the current route.
211 * a choice to disconnect from the route or perform other control actions
  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
aci.h 232 ACI_REASON_TERMINATE =0x01, /**< Use this to disconnect (does a terminate request), you need to wait for the "disconnected" event */
233 ACI_REASON_BAD_TIMING =0x02 /*<Use this to disconnect and inform the peer, that the timing on the link is not acceptable for the device, you need to wait for the "disconnected" event */
lib_aci.cxx 319 // If we have actually sent the disconnect
322 // Update pipes immediately so that while the disconnect is happening,
  /hardware/ril/libril/
RilSapSocket.cpp 470 RLOGE("Encode failed in send disconnect!");
490 RLOGD("Sending disconnect on command close!");
  /packages/apps/Bluetooth/src/com/android/bluetooth/
ObexServerSockets.java 266 * shutdown. When the remote disconnect, this thread shall be restarted to
361 * BluetoothSockets to disconnect, hence do not call until all all accepted connections
  /packages/apps/Nfc/nci/jni/
PeerToPeer.h 259 ** Description: Disconnect a connection-oriented connection with peer.
417 Mutex mDisconnectMutex; // synchronize the disconnect operation
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 287 * Disconnect cause for the call. Only valid if the state of the call is STATE_DISCONNECTED.
1214 public void disconnect() { method in class:Call
1222 public void disconnect(boolean wasViaNewOutgoingCallBroadcaster) { method in class:Call
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
NewOutgoingCallIntentBroadcasterTest.java 314 verify(mCall).disconnect(true);
329 verify(mCall).disconnect(true);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adhoc.h 214 STDMETHOD_(HRESULT,Disconnect)(THIS) PURE;
233 #define IDot11AdHocNetwork_Disconnect() (This)->lpVtbl->Disconnect(This)
  /system/bt/stack/avdt/
avdt_int.h 109 /* scb transport channel disconnect timeout value (in milliseconds) */
418 tAVDT_CCB_API_DISCONNECT disconnect; member in union:__anon72432
  /system/bt/stack/include/
hcimsgs.h 82 /* Disconnect */
89 /* Disconnect */
    [all...]
  /system/connectivity/shill/cellular/
cellular_capability.h 237 virtual void Disconnect(Error* error, const ResultCallback& callback) = 0;
239 // Called when a disconnect operation completes, successful or not.
  /system/connectivity/shill/dhcp/
dhcp_config_unittest.cc 282 // Keep lease on disconnect (e.g. ARP gateway is enabled).
294 // Release lease on disconnect.
  /system/connectivity/shill/ethernet/
ethernet.cc 218 CHECK(service == service_.get()) << "Ethernet was asked to disconnect the "
494 service_->Disconnect(error, nullptr);
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveRebootStressTest.py 197 Disconnect WiFi. (if support WFC)
281 Disconnect WiFi. (if support WFC)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
StreamingVideoActivity.java 254 urlConnection.disconnect();
  /cts/tests/tests/media/src/android/media/cts/
MediaBrowserTest.java 58 mMediaBrowser.disconnect();

Completed in 1317 milliseconds

<<41424344454647484950>>