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

<<31323334353637383940>>

  /external/webrtc/talk/media/sctp/
sctpdataengine.h 146 // disconnect, and reconnect.
196 void Disconnect();
  /external/webrtc/webrtc/base/
virtualsocketserver.h 158 // Sends a disconnect message to the socket at the given address
159 bool Disconnect(VirtualSocket* socket);
sigslot.h 83 // to connect or disconnect to signalx concurrently or data race may occur.
84 // If signalx is single threaded the user must ensure that disconnect, connect
553 void disconnect(has_slots_interface* pclass) function in class:sigslot::_signal_base0
707 void disconnect(has_slots_interface* pclass) function in class:sigslot::_signal_base1
846 void disconnect(has_slots_interface* pclass) function in class:sigslot::_signal_base2
984 void disconnect(has_slots_interface* pclass) function in class:sigslot::_signal_base3
1122 void disconnect(has_slots_interface* pclass) function in class:sigslot::_signal_base4
1262 void disconnect(has_slots_interface* pclass) function in class:sigslot::_signal_base5
1402 void disconnect(has_slots_interface* pclass) function in class:sigslot::_signal_base6
1542 void disconnect(has_slots_interface* pclass) function in class:sigslot::_signal_base7
1683 void disconnect(has_slots_interface* pclass) function in class:sigslot::_signal_base8
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl.h 120 //! session handlers. After Disconnect completes, it is guaranteed
122 virtual XmppReturnStatus Disconnect();
  /frameworks/av/include/media/stagefright/
SurfaceMediaSource.h 133 // Used as a hook to BufferQueue::disconnect()
139 // on the encoder, the client has to call disconnect before
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 286 virtual void disconnect();
387 // Disconnect from the currently connected ANativeWindow.
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamInterface.h 257 * Disconnect stream from its non-HAL endpoint. After this,
262 virtual status_t disconnect() = 0;
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiStressTest.java 248 assertTrue("expected wifi disconnect, still has active connection",
252 assertTrue("no fallback on mobile or wifi didn't disconnect",
  /frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
RemoteDisplayProvider.java 190 * Called when the system would like to disconnect from a display.
345 public void disconnect(String id) { method in class:RemoteDisplayProvider.ProviderStub
  /frameworks/base/telecomm/java/android/telecom/
InCallAdapter.java 77 * Instructs Telecom to disconnect the specified call.
79 * @param callId The identifier of the call to disconnect.
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 285 /** Disconnect a remote device or cancel a pending connection */
286 bt_status_t (*disconnect)( int client_if, const bt_bdaddr_t *bd_addr, member in struct:__anon31144
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java     [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
DatagramSocketAdaptor.java 111 public void disconnect() { method in class:DatagramSocketAdaptor
113 dc.disconnect();
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 304 if ( (status = sBluetoothHidInterface->disconnect((bt_bdaddr_t *) addr)) !=
306 ALOGE("Failed disconnect hid channel, status: %d", status);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 85 static final int DISCONNECT = 2;
365 case DISCONNECT:
490 case DISCONNECT:
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 328 // Release the wake lock at disconnect
509 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothMapService
521 /* Disconnect all connections and restart all MAS instances */
674 * - Each disconnect - before MasInstances restart.
1224 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothMapService.BluetoothMapBinder
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeP2pDevice.cpp 218 /* Disconnect */
254 /* Disconnect Status */
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConferenceController.java 345 // Use the "Other" disconnect cause to ensure the call is logged to the call log but the
346 // disconnect tone is not played.
  /system/bt/btif/src/
btif_gatt_test.c 250 case 0x03: /* Disconnect */
252 LOG_DEBUG(LOG_TAG, "%s: DISCONNECT - conn_id=%d", __FUNCTION__, test_cb.conn_id);
  /system/bt/stack/l2cap/
l2cap_client.c 155 LOG_ERROR(LOG_TAG, "%s unable to send disconnect message for LCID 0x%04x.", __func__, client->local_channel_id);
301 // We already sent a disconnect response so this LCID is now invalid.
  /system/connectivity/shill/cellular/
active_passive_out_of_credits_detector_unittest.cc 312 EXPECT_CALL(*service_, Disconnect(_, _)).Times(0);
321 EXPECT_CALL(*service_, Disconnect(_,
cellular_capability_cdma.cc 189 cellular()->Disconnect(error, __func__);
226 "Tried to disconnect before activating cellular service and failed");
  /system/connectivity/shill/
service.cc 339 void Service::Disconnect(Error* /*error*/, const char* reason) {
352 Disconnect(error, reason);
357 Disconnect(error, "D-Bus RPC");
596 Disconnect(&error, __func__);
    [all...]
  /system/connectivity/shill/vpn/
openvpn_driver.h 129 void Disconnect() override;
140 FRIEND_TEST(OpenVPNDriverTest, Disconnect);
  /system/core/include/system/
camera.h 200 * The original client should call Camera::disconnect immediately after
203 * (except disconnect and sending CAMERA_CMD_PING) after getting this.

Completed in 480 milliseconds

<<31323334353637383940>>