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

<<41424344454647484950>>

  /external/autotest/client/cros/cellular/
pseudo_modem.py 500 def Disconnect(self, bearer, return_cb, raise_cb, **kwargs):
501 """Disconnect the modem from the network."""
517 logging.info('Modem: Disconnect')
  /external/autotest/client/cros/cellular/pseudomodem/
modem.py 252 @returns: True, if a current disconnect state machine is active and
586 bearer.Disconnect()
687 self.Disconnect('/', _ResetFunc, _ErrorCallback)
  /external/autotest/client/cros/networking/
shill_proxy.py 637 """Disconnect a service and wait for its state to go idle.
639 @param service DBus service object to disconnect.
645 service.Disconnect()
  /external/curl/lib/
smb.c 82 smb_disconnect, /* disconnect */
106 smb_disconnect, /* disconnect */
825 /* We don't care if the close failed, proceed to tree disconnect anyway */
  /external/dbus/dbus/
dbus-server.c 792 _dbus_assert (server->vtable->disconnect != NULL);
796 /* this has to be first so recursive calls to disconnect don't happen */
799 (* server->vtable->disconnect) (server);
    [all...]
dbus-connection.c 325 unsigned int exit_on_disconnect : 1; /**< If #TRUE, exit after handling disconnect signal */
641 * it's called on disconnect to clean up the outgoing queue.
    [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
wiimote.cpp 75 Disconnect();
157 bool cWiiMote::Disconnect()
164 retval = mHIDDevice.Disconnect();
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 607 /// @brief Disconnect an edge from the given node.
640 /// @brief Convenience method to disconnect all neighbours from the given
664 E.disconnect();
  /external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
HttpURLConnectionImpl.java 130 @Override public final void disconnect() { method in class:HttpURLConnectionImpl
131 // Calling disconnect() before a connection exists should have no effect.
134 httpEngine.disconnect();
  /external/tcpdump/
print-l2tp.c 83 #define L2TP_MSGTYPE_CDN 14 /* Call-Disconnect-Notify */
145 #define L2TP_AVP_PPP_DISCON_CC 46 /* PPP Disconnect Cause Code */
470 ND_PRINT((ndo, "%04x, ", EXTRACT_16BITS(ptr))); ptr++; /* Disconnect Code */
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 502 // SurfaceTextureHelper.disconnect() will block until any onTextureFrameAvailable() in
503 // progress is done. Therefore, the call to disconnect() must be outside any synchronized
505 surfaceTextureHelper.disconnect();
  /external/webrtc/webrtc/p2p/base/
relayserver.cc 115 socket->SignalReadPacket.disconnect(this);
131 socket->SignalReadPacket.disconnect(this);
147 socket->SignalReadEvent.disconnect(this);
  /frameworks/av/services/camera/libcameraservice/
CameraFlashlight.cpp 509 mDevice->disconnect();
692 // Disconnect camera device if it has no flash.
761 ALOGE("%s: Failed to disconnect camera device. %s (%d)", __FUNCTION__,
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceUserShim.java 387 public void disconnect() { method in class:CameraDeviceUserShim
389 Log.d(TAG, "disconnect called.");
393 Log.w(TAG, "Cannot disconnect, device has already been closed.");
  /frameworks/native/libs/gui/
BufferQueueConsumer.cpp 493 status_t BufferQueueConsumer::disconnect() { function in class:android::BufferQueueConsumer
496 BQ_LOGV("disconnect");
501 BQ_LOGE("disconnect: no consumer is connected");
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 114 mSource[SOURCE_SCRATCH]->disconnect(NATIVE_WINDOW_API_EGL);
566 status_t VirtualDisplaySurface::disconnect(int api) { function in class:android::VirtualDisplaySurface
567 return mSource[SOURCE_SINK]->disconnect(api);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasClient.java 56 * @see #disconnect()
632 public void disconnect() { method in class:BluetoothMasClient
650 disconnect(); method
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 324 public boolean disconnect(BluetoothDevice device) { method in class:HidService.BluetoothInputDeviceBinder
327 return service.disconnect(device);
414 boolean disconnect(BluetoothDevice device) { method in class:HidService
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Channel.java 344 public boolean disconnect() { method in class:Channel
604 if (disconnect()) {
605 // Success of disconnect() indicates that I/O failure is not the
  /system/bt/stack/avdt/
avdt_ccb_act.c     [all...]
  /system/bt/stack/include/
gatt_api.h     [all...]
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_shill_wifi_client.cc 238 if (!service->Disconnect(nullptr)) {
239 *failure_reason = "FAIL(Failed to call disconnect)";
434 bool ProxyDbusShillWifiClient::Disconnect(const std::string& ssid) {
  /device/generic/goldfish/qemud/
qemud.c 67 * disconnect:<id>
922 D("%s: disconnect on fd %d", __FUNCTION__, f->fd);
1224 * In case of failure, it can disconnect or try sending
    [all...]
  /external/autotest/client/virt/
virt_step_editor.py 418 self.event_box.disconnect(self.handler_event_box_press)
420 self.event_box.disconnect(self.handler_event_box_release)
422 self.event_box.disconnect(self.handler_event_box_scroll)
424 self.event_box.disconnect(self.handler_event_box_motion)
426 self.event_box.disconnect(self.handler_event_box_expose)
    [all...]
  /external/fio/
gfio.c 62 .tooltiptext = { "Disconnect from host", "Connect to host" },
236 connect_str = "Disconnect";
243 connect_str = "Disconnect";
250 connect_str = "Disconnect";
257 connect_str = "Disconnect";
    [all...]

Completed in 851 milliseconds

<<41424344454647484950>>