/packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/ |
BluetoothMapService.java | 77 * b) disconnect(): Disconnect is a no-callback command which is synchronously disconnect the 80 * disconnect() session. They will be followed by a onX() callback where X is the user method. In 368 public void disconnect(IBluetoothMapServiceCallbacks callback) { method in class:BluetoothMapService.ServiceBinder 817 // The disconnect call first sets the status as DISCONNECTED so that no further callbacks are [all...] |
/system/bt/stack/l2cap/ |
l2c_int.h | 80 CST_W4_L2CAP_DISCONNECT_RSP, /* Waiting for peer disconnect rsp */ 105 #define L2CEVT_LP_DISCONNECT_IND 3 /* Lower layer disconnect indication */ 120 #define L2CEVT_L2CAP_DISCONNECT_REQ 17 /* Peer disconnect request */ 121 #define L2CEVT_L2CAP_DISCONNECT_RSP 18 /* Peer disconnect response */ 131 #define L2CEVT_L2CA_DISCONNECT_REQ 27 /* Upper layer disconnect request */ 132 #define L2CEVT_L2CA_DISCONNECT_RSP 28 /* Upper layer disconnect response */ 387 tL2C_CCB *p_pending_ccb; /* ccb of waiting channel during link disconnect */ [all...] |
/external/autotest/server/cros/servo/ |
pd_console.py | 308 If found, then it uses a Plankton feature to force a PD disconnect. 319 # plankton console command to force PD disconnect 328 # Wait for disconnect timer and give time to reconnect
|
/external/autotest/site_utils/ |
dump_to_cloudsql.py | 73 def disconnect(self): member in class:MySQLConnectionManager 82 self.disconnect() 241 manager.disconnect()
|
/external/iw/ |
wowlan.c | 225 else if (strcmp(argv[0], "disconnect") == 0) 315 COMMAND(wowlan, enable, "[any] [disconnect] [magic-packet] [gtk-rekey-failure] [eap-identity-request]" 374 printf(" * wake up on disconnect\n");
|
/external/libnfc-nci/src/nfa/include/ |
nfa_p2p_api.h | 37 #define NFA_P2P_DISC_REASON_REMOTE_INITIATE 0x00 /* remote initiated to disconnect */ 38 #define NFA_P2P_DISC_REASON_LOCAL_INITITATE 0x01 /* local initiated to disconnect */ 287 ** Description This function is called to disconnect an existing or
|
/external/libnfc-nci/src/nfc/int/ |
llcp_int.h | 148 LLCP_DLC_EVENT_API_DISCONNECT_REQ, /* disconnect request from upper layer */ 149 LLCP_DLC_EVENT_PEER_DISCONNECT_IND, /* disconnect request from peer */ 150 LLCP_DLC_EVENT_PEER_DISCONNECT_RESP, /* disconnect response from peer */
|
/external/libvncserver/webclients/novnc/ |
vnc.html | 109 <input type="image" alt="Disconnect" src="images/disconnect.png" 111 title="Disconnect" />
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
WebSocketRTCClient.java | 120 // Disconnect from room and send bye messages - runs on a local looper thread. 122 Log.d(TAG, "Disconnect. Room state: " + roomState); 129 wsClient.disconnect(true);
|
/external/webrtc/webrtc/libjingle/xmpp/ |
xmppengine.h | 74 //! Connect, SendStanza, SendIq, Disconnect, or HandleInput. 241 //! session handlers. After Disconnect completes, it is guaranteed 243 virtual XmppReturnStatus Disconnect() = 0;
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothPbap.java | 268 public boolean disconnect() { method in class:BluetoothPbap 269 if (DBG) log("disconnect()"); 272 mService.disconnect();
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
ConnectivityManagerMobileTest.java | 182 // Test case 4: test disconnect and clear wifi settings 316 // disconnect from the current AP 317 assertTrue("failed to disconnect from AP", disconnectAP());
|
/frameworks/base/media/java/android/media/ |
MediaHTTPConnection.java | 78 disconnect(); method 130 public void disconnect() { method in class:MediaHTTPConnection 140 mConnection.disconnect();
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
CameraBinderTest.java | 164 cameraUser.disconnect(); 190 cameraUser.disconnect(); 285 cameraUser.disconnect();
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
FrameworkPerfActivity.java | 326 void disconnect() { method in class:FrameworkPerfActivity 369 disconnect(); method 417 disconnect(); method
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
SdpManagerTest.java | 209 { // disconnect to end test 212 HeaderSet response = mClientSession.disconnect(reqHeaders); 260 /* Give a little time to transfer the disconnect response before closing the socket */
|
/system/bt/btif/src/ |
btif_sock_sco.c | 301 LOG_ERROR(LOG_TAG, "%s SCO socket not found on disconnect for handle: %hu", __func__, sco_handle); 318 // Defer the underlying disconnect until the connection completes 319 // since the BTM code doesn't behave correctly when a disconnect
|
/system/bt/stack/mcap/ |
mca_int.h | 64 UINT16 reason; /* disconnect reason from L2CAP */ 94 MCA_CCB_API_DISCONNECT_EVT, /* application initiates a disconnect request. */ 133 MCA_DCB_API_CLOSE_EVT, /* This event is sent when the application wants to disconnect the data channel.*/
|
/system/connectivity/shill/cellular/ |
cellular.cc | 753 Disconnect(nullptr, "no celluar service"); 757 Disconnect(nullptr, "roaming"); 768 void Cellular::Disconnect(Error* error, const char* reason) { 780 capability_->Disconnect(error, cb); 797 LOG(WARNING) << "Disconnect occurred while in state " 805 // the disconnect should eventually succeed, so do 808 LOG(WARNING) << "Ignoring failed disconnect while modem is disconnecting."; 813 // to disconnect were found. Which means that we shouldn't 818 LOG(WARNING) << "Ignoring failed disconnect while in state " 970 // incorporate provider preferences when evaluating if a disconnect [all...] |
cellular_service.cc | 352 void CellularService::Disconnect(Error* error, const char* reason) { 353 Service::Disconnect(error, reason); 354 cellular_->Disconnect(error, reason);
|
/system/connectivity/shill/wimax/ |
wimax.cc | 187 "ignoring disconnect request from %s.", 196 "Current service is %s, ignoring disconnect request from %s.", 202 proxy_->Disconnect(
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
DatagramChannelTest.java | 355 s.disconnect(); 394 s.disconnect(); 561 this.channel1.disconnect(); 568 this.channel1.disconnect(); 588 // Test for disconnect() 592 * Test method for 'DatagramChannelImpl.disconnect()' 596 assertEquals(this.channel1, this.channel1.disconnect()); 601 * Test method for 'DatagramChannelImpl.disconnect()' 607 assertEquals(this.channel1, this.channel1.disconnect()); 612 * Test method for 'DatagramChannelImpl.disconnect()' [all...] |
/external/libnfc-nxp/src/ |
phLibNfc.h | 421 *\brief Response callback for disconnect request. 423 * Callback type used to provide a disconnect Success or Failure indication to 426 * \param[in] pContext Context passed in the disconnect request before. 427 * \param[in] hRemoteDev Handle to remote device on which disconnect is requested. 430 * \param NFCSTATUS_SUCCESS Disconnect operation successful. 487 * \param NFCSTATUS_ABORTED Aborted due to disconnect request in between. 565 * \param NFCSTATUS_DESELECTED initiator issued disconnect or intiator 645 * \param NFCSTATUS_ABORTED Aborted due to initiator issued disconnect request. 662 *In order to restart discovery process again it is important to disconnect 663 *from current tag.LibNfc client shall disconnect explicitly using [all...] |
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
MyVpnService.java | 42 if ("disconnect".equals(cmd)) {
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
MockConference.java | 61 mRemoteConference.disconnect();
|