/frameworks/native/libs/gui/ |
BufferQueueProducer.cpp | 275 // If we disconnect and reconnect quickly, we can be in a state where 1146 status_t BufferQueueProducer::disconnect(int api) { function in class:android::BufferQueueProducer [all...] |
IGraphicBufferProducer.cpp | 45 DISCONNECT, 273 virtual status_t disconnect(int api) { function in class:android::BpGraphicBufferProducer 277 status_t result =remote()->transact(DISCONNECT, data, &reply); 621 case DISCONNECT: { 624 status_t res = disconnect(api);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadsetClient.java | 301 * AG call handling feature: merge calls and disconnect from multi party 470 * second connection, this implementation will disconnect already connected 497 * @param device a remote device we want disconnect 503 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothHeadsetClient 504 if (DBG) log("disconnect(" + device + ")"); 508 return mService.disconnect(device); [all...] |
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);
|
/system/connectivity/shill/ |
service.h | 175 // Disconnect this service. Override this method to add your service specific 176 // disconnect logic, but call the super class's Disconnect() first. 177 virtual void Disconnect(Error* error, const char* reason); 178 // Disconnects this service via Disconnect(). Marks the service as having 183 // Disconnects this service via Disconnect(). The service will not be eligible 805 // Qualify the conditions under which the most recent disconnect occurred. [all...] |
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestUtils.java | [all...] |
/external/autotest/server/cros/clique_lib/ |
clique_dut_control.py | 200 self.dut_obj.wifi_client.shill.disconnect(assoc_params.ssid) 261 """Helper function to disconnect from the associated AP.""" 263 self.dut_obj.wifi_client.shill.disconnect(assoc_params.ssid) 269 """DUTRoleConnectDisconnect is used to make a DUT connect and disconnect 279 # Now disconnect from the AP.
|
/external/wpa_supplicant_8/src/ap/ |
wpa_auth.c | 224 if (wpa_auth->cb.disconnect == NULL) 227 wpa_auth->cb.disconnect(wpa_auth->cb.ctx, addr, [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Connection.java | 317 * Disconnect time in currentTimeMillis() format. 357 * Returns call disconnect cause. Values are defined in 366 * Returns a string disconnect cause which is from vendor. 973 * Notifies this Connection of a request to disconnect a participant of the conference managed 976 * @param endpoint the {@link Uri} of the participant to disconnect.
|
/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 | 260 // Testing various network disconnect cases by sending lots of spurious 261 // disconnect to supplicant 305 * Interval in milliseconds between receiving a disconnect event 306 * while connected to a good AP, and handling the disconnect proper 629 /* 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") 238 }, method in class:RFB [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 333 * Disconnect stream from its non-HAL endpoint. After this, 338 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
|