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

<<41424344454647484950>>

  /development/python-packages/adb/
device.py 415 def disconnect(self, host): member in class:AndroidDevice
416 return self._simple_call(['disconnect', host])
  /external/autotest/client/cros/cellular/
cell_tools.py 101 """Attempts to disconnect from the supplied cellular service.
369 # seconds for the modem to disconnect when the base emulator is taken
  /external/autotest/database/
migrate.py 316 self._database.disconnect()
326 self._database.disconnect()
  /external/curl/lib/
openldap.c 87 ldap_disconnect, /* disconnect */
112 ldap_disconnect, /* disconnect */
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_main.c 489 /* Disconnect NCI connection on graceful shutdown */
490 msg.disconnect.p_cb = p_cb;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpOverSpdyTest.java 403 // Disconnect before the stream is created. A connection is still established!
406 connection1.disconnect();
  /external/ppp/pppd/plugins/rp-pppoe/
plugin.c 274 error("Failed to disconnect PPPoE socket: %d %m", errno);
434 .disconnect = &PPPOEDisconnectDevice,
  /external/webrtc/talk/media/base/
videocapturer.h 253 // Frame callbacks are multithreaded to allow disconnect and connect to be
254 // called concurrently. It also ensures that it is safe to call disconnect
  /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);
1209 void AudioFlinger::EffectHandle::disconnect() function in class:android::AudioFlinger::EffectHandle
1214 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/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.
212 * 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 481 RLOGE("Encode failed in send disconnect!");
502 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.
1260 public void disconnect() { method in class:Call
1268 public void disconnect(boolean wasViaNewOutgoingCallBroadcaster) { method in class:Call
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
NewOutgoingCallIntentBroadcasterTest.java 316 verify(mCall).disconnect(true);
331 verify(mCall).disconnect(true);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 358 mWallpaperConnection.disconnect();
421 public void disconnect() { method in class:LiveWallpaperPreview.WallpaperConnection
  /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)

Completed in 871 milliseconds

<<41424344454647484950>>