/frameworks/base/core/java/android/bluetooth/ |
BluetoothInputDevice.java | 101 * Return codes for the connect and disconnect Bluez / Dbus calls. 339 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the 354 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothInputDevice 355 if (DBG) log("disconnect(" + device + ")"); 358 return mService.disconnect(device);
|
/frameworks/native/libs/gui/ |
IGraphicBufferProducer.cpp | 45 DISCONNECT, 260 virtual status_t disconnect(int api) { function in class:android::BpGraphicBufferProducer 264 status_t result =remote()->transact(DISCONNECT, data, &reply); 580 case DISCONNECT: { 583 status_t res = disconnect(api);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Connection.java | 292 * Disconnect time in currentTimeMillis() format. 332 * Returns call disconnect cause. Values are defined in 341 * Returns a string disconnect cause which is from vendor. 850 * Notifies this Connection of a request to disconnect a participant of the conference managed 853 * @param endpoint the {@link Uri} of the participant to disconnect.
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
ConnectivityServiceMock.java | 260 if (nai != null) nai.asyncChannel.disconnect(); 321 // TODO - if we move the logic to the network agent (have them disconnect 323 // then they would disconnect organically, report their new state and then 324 // disconnect the channel. [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
A2dpStateMachine.java | 64 static final int DISCONNECT = 2; 195 case DISCONNECT: 298 case DISCONNECT: 364 logi("disconnect for outgoing in pending state"); 525 case DISCONNECT: [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
A2dpSinkStreamingStateMachine.java | 104 public static final int DISCONNECT = 7; 287 case DISCONNECT: 359 case DISCONNECT: 414 case DISCONNECT: 549 case DISCONNECT:
|
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/ |
SapService.java | 303 * shutdown.When the remote disconnect,this thread shall run again waiting 493 public boolean disconnect(BluetoothDevice device) { method in class:SapService 833 public boolean disconnect(BluetoothDevice device) { method in class:SapService.SapBinder [all...] |
/system/bt/stack/sdp/ |
sdp_main.c | 460 ** Description This function handles a disconnect event from L2CAP. If 461 ** requested to, we ack the disconnect before dropping the CCB 640 SDP_TRACE_EVENT ("SDP - disconnect CID: 0x%x", p_ccb->connection_id); 668 ** Description This function handles a disconnect confirm event from L2CAP. 704 ** a disconnect request to L2CAP.
|
/system/connectivity/shill/cellular/ |
cellular.h | 116 virtual void Disconnect(Error* error, const char* reason); 342 FRIEND_TEST(CellularTest, Disconnect); 460 // disconnect from the cellular network. 466 // This function does the final cleanup once a disconnect request terminates. 558 // Flag indicating that a disconnect has been explicitly requested.
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiStateMachine.java | 259 // Testing various network disconnect cases by sending lots of spurious 260 // disconnect to supplicant 304 * Interval in milliseconds between receiving a disconnect event 305 * while connected to a good AP, and handling the disconnect proper 628 /* Disconnect from a network */ [all...] |
/cts/tests/tests/net/src/android/net/wifi/cts/ |
WifiManagerTest.java | 230 * 3.disconnect 241 assertTrue(mWifiManager.disconnect()); 513 if (connection != null) connection.disconnect();
|
/external/autotest/client/cros/cellular/pseudomodem/ |
modem_3gpp.py | 372 self.Disconnect(mm1_constants.ROOT_PATH, _Reregister, raise_cb) 487 def Disconnect(self, bearer_path, return_cb, raise_cb, *return_cb_args): 497 logging.info('Disconnect: %s', bearer_path)
|
/external/autotest/server/site_tests/firmware_PDDataSwap/ |
firmware_PDDataSwap.py | 54 If found, then it uses a Plankton feature to force a PD disconnect. 64 # plankton console command to force PD disconnect 73 # Wait for disconnect timer and give time to reconnect
|
/external/deqp/executor/ |
xeTcpIpLink.cpp | 487 void TcpIpLink::disconnect (void) function in class:xe::TcpIpLink 510 disconnect(); // Abnormal state/usage. Disconnect socket.
|
/external/libnfc-nci/src/nfc/include/ |
llcp_api.h | 101 #define LLCP_SAP_EVT_DISCONNECT_IND 0x03 /* Received disconnect request */ 102 #define LLCP_SAP_EVT_DISCONNECT_RESP 0x04 /* Received disconnect response */ 557 ** Description Disconnect data link
|
/external/libvncserver/webclients/novnc/include/ |
rfb.js | 191 if (this._rfb_state === 'disconnect') { 240 disconnect: function () { 241 this._updateState('disconnect', 'Disconnecting'); 373 * disconnect - starting to disconnect 374 * failed - abnormal disconnect 399 'disconnect': 1, 'failed': 1, 'fatal': 1}) { 438 // do disconnect action, but stay in failed state 444 if (this._disconnTimer && this._rfb_state !== 'disconnect') { 445 Util.Debug("Clearing disconnect timer") [all...] |
/external/libweave/src/ |
weave_unittest.cc | 461 // Short disconnect. 467 // Long disconnect. 486 // Long disconnect.
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothConnectionFacade.java | 352 // Blindly disconnect all profiles. We may not have some of them connected so that will be a 451 // TODO: Split the disconnect RPC by profiles as well for granular control over the ACL 452 @Rpc(description = "Disconnect from a device that is already connected.")
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3Stream.h | 90 * When disconnect() is called after making sure stream is idle with 332 * Disconnect stream from its non-HAL endpoint. After this, 337 status_t disconnect();
|
/frameworks/base/obex/javax/obex/ |
ClientSession.java | 225 public HeaderSet disconnect(HeaderSet header) throws IOException { method in class:ClientSession 262 * An OBEX DISCONNECT reply from the server: 453 * if this is called on a CONNECT, SETPATH or DISCONNECT
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
UsbService.java | 532 } else if (args.length == 2 && "disconnect-port".equals(args[0])) { 563 pw.println(" disconnect-port <id>"); 574 pw.println(" dumpsys usb disconnect-port \"matrix\"");
|
/frameworks/base/telecomm/java/android/telecom/ |
RemoteConference.java | 398 public void disconnect() { method in class:RemoteConference 400 mConnectionService.disconnect(mId); 479 * @return The disconnect cause.
|
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
SinkActivity.java | 155 disconnect(); method 161 disconnect(); method 273 private void disconnect() { method in class:SinkActivity
|
/hardware/libhardware/tests/camera2/ |
camera2_utils.cpp | 332 disconnect(); 472 status_t StreamAdapter::disconnect() { function in class:android::camera2::tests::StreamAdapter 486 ALOGE("%s: Unable to disconnect stream %d from native window",
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/https/ |
HttpsURLConnectionImpl.java | 262 * Disconnect from the server. 264 public void disconnect() { method in class:HttpsURLConnectionImpl 265 delegate.disconnect();
|