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

<<41424344454647484950>>

  /system/bt/btif/src/
btif_hf.c 779 ** Function disconnect
781 ** Description disconnect from headset
786 static bt_status_t disconnect( bt_bdaddr_t *bd_addr ) function
    [all...]
  /system/bt/stack/btm/
btm_int.h 371 tBTM_SCO_CB *p_disc_cb; /* Callback for when disconnect */
612 #define BTM_SEC_DISC_PENDING 2 /* Disconnect is pending */
    [all...]
  /system/bt/stack/mcap/
mca_csm.c 311 /* non-NULL -> an action function -> report disconnect event */
  /system/bt/stack/sdp/
sdpint.h 195 UINT16 disconnect_reason; /* Disconnect reason */
  /system/connectivity/shill/cellular/
active_passive_out_of_credits_detector.cc 188 service()->Disconnect(&error, "out-of-credits");
  /system/connectivity/shill/
connection_health_checker.h 170 // Time to wait before testing successful data transfer / disconnect after
  /system/connectivity/shill/dhcp/
dhcp_config.cc 144 // give up our leases when we disconnect.
  /system/connectivity/shill/vpn/
vpn_provider.cc 352 service->Disconnect(nullptr, "user selected new config");
  /system/connectivity/shill/wifi/
callback80211_metrics_unittest.cc 111 // disconnect message. Used to make sure that only those nl80211 messages
  /system/core/adb/
sysdeps_test.cpp 202 TEST_F(sysdeps_poll, disconnect) {
  /system/webservd/libwebserv/
dbus_server.cc 182 registered_handler->Disconnect(object_path);
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerTest.java 100 mMediaScannerConnection.disconnect();
223 mMediaScannerConnection.disconnect();
303 mMediaScannerConnection.disconnect();
  /cts/tests/tests/midi/src/android/midi/cts/
MidiEchoTest.java 366 mc.echoOutputPort.disconnect(receiver);
410 mc.echoOutputPort.disconnect(receiver);
483 mc.echoOutputPort.disconnect(receiver);
  /external/autotest/client/common_lib/cros/network/
iw_runner.py 195 Disconnect a STA from a network.
197 @param interface: string name of interface to disconnect.
200 self._run('%s dev %s disconnect' % (self._command_iw, interface))
  /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...]
  /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__,

Completed in 542 milliseconds

<<41424344454647484950>>