/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 | 397 public void disconnect() { method in class:RemoteConference 399 mConnectionService.disconnect(mId); 478 * @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",
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
SapServerTest.java | 254 * Test that SapServer can disconnect based on a disconnect intent. 257 * the disconnect intent at the right time.
|
/packages/services/Car/service/src/com/android/car/pm/ |
CarPackageManagerService.java | 235 proxy.disconnect(); 447 proxy.disconnect(); 465 proxy.disconnect();
|
/system/bt/stack/include/ |
mca_api.h | 165 UINT16 reason; /* disconnect reason given by L2CAP */ 179 UINT16 reason; /* disconnect reason given by L2CAP */ 332 ** Description This function disconnect an MCAP control channel
|
l2c_api.h | 231 /* Disconnect indication callback prototype. Parameters are 238 /* Disconnect confirm callback prototype. Parameters are 556 ** Description Higher layers call this function to disconnect a channel. 558 ** Returns TRUE if disconnect sent, else FALSE [all...] |
/system/connectivity/shill/cellular/ |
cellular_service_unittest.cc | 350 // If we're waiting on a disconnect before an activation, don't auto-connect. 423 // A non-user initiated Disconnect doesn't change anything. 424 service_->Disconnect(&error, "in test");
|
/system/connectivity/shill/dbus/ |
chromeos_supplicant_interface_proxy.cc | 194 bool ChromeosSupplicantInterfaceProxy::Disconnect() { 197 if (!interface_proxy_->Disconnect(&error)) { 198 LOG(ERROR) << "Failed to disconnect: "
|
/system/connectivity/shill/wifi/ |
wifi_service.h | 67 void Disconnect(Error* error, const char* reason) override; 153 // This will disconnect this service if it is currently connected. 383 // Flag indicating if service disconnect is initiated by user for
|
wifi_service.cc | 706 void WiFiService::Disconnect(Error* error, const char* reason) { 707 Service::Disconnect(error, reason); 710 // any endpoints, we could end up with a disconnect request without 713 << "WiFi endpoints do not (yet) exist. Cannot disconnect service " 716 << "WiFi device does not exist. Cannot disconnect service " 798 << " will disconnect due to no remaining endpoints."; [all...] |
/external/libnfc-nci/src/nfc/llcp/ |
llcp_dlc.c | 377 /* upper layer requests to disconnect */ 389 /* wait for disconnect response */ 406 /* peer device requests to disconnect */ 408 /* send disconnect response and notify upper layer */ 506 /* peer device sends disconnect response or didn't responde */ 534 /* it's race condition, send disconnect response and wait for DM */ [all...] |
/external/libnfc-nxp/src/ |
phHal4Nfc.h | 162 * Disconnect callback type provided by upper layer to called on completion 163 * of disconnect call \ref phHal4Nfc_Disconnect. 563 * successfully. The session ends with a successful disconnect 690 * The function allows to disconnect from a specific Remote Device. This 707 * disconnect success/error. 713 * \retval NFCSTATUS_PENDING Disconnect initiated.pDscntCallback [all...] |
/packages/services/Telecomm/src/com/android/server/telecom/ |
ConnectionServiceWrapper.java | 189 Log.d(this, "disconnect call %s %s", disconnectCause, call); 867 void disconnect(Call call) { method in class:ConnectionServiceWrapper [all...] |
/system/bt/btif/src/ |
btif_av.c | 524 * Disconnect AVRCP connection, if 750 * then disconnect the AVDTP channel 1327 static bt_status_t disconnect(bt_bdaddr_t *bd_addr) function [all...] |
/system/bt/embdrv/sbc/decoder/include/ |
oi_status.h | 111 OI_L2CAP_DISCONNECT_LOWER_LAYER = 430, /**< L2CAP: The lower level forced a disconnect. */ 112 OI_L2CAP_DISCONNECT_REMOTE_REQUEST = 431, /**< L2CAP: The remote device requested a disconnect. */ 116 OI_L2CAP_DISCONNECT_LOCAL_REQUEST = 436, /**< L2CAP: Disconnect local request */ 119 OI_L2CAP_DISCONNECT_TIMEOUT = 439, /**< L2CAP: Disconnect timeout */ 239 OI_SDP_SERVER_NOT_CONNECTED = 810, /**< SDP: Attempt to disconnect from an unconnected server */ 384 OI_OBEX_DISCONNECT_FAILED = 1705, /**< OBEX: A disconnect failed probably because the connection did not exist */ [all...] |
/cts/tests/tests/security/jni/ |
android_security_cts_NativeCodeTest.cpp | 245 /* disconnect */ 249 /* second disconnect -> crash */
|
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/ |
BluetoothLeService.java | 250 public void disconnect() { method in class:BluetoothLeService 255 mBluetoothGatt.disconnect();
|
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/ |
BluetoothLeService.java | 250 public void disconnect() { method in class:BluetoothLeService 255 mBluetoothGatt.disconnect();
|
/developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/ |
DeviceDetailFragment.java | 99 ((DeviceActionListener) getActivity()).disconnect(); 191 * Clears the UI fields after a disconnect or direct mode disable operation.
|
/development/apps/Development/res/values/ |
strings.xml | 37 <string name="disconnect">Disconnect</string>
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
DeviceDetailFragment.java | 100 ((DeviceActionListener) getActivity()).disconnect(); 190 * Clears the UI fields after a disconnect or direct mode disable operation.
|
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/ |
BluetoothLeService.java | 250 public void disconnect() { method in class:BluetoothLeService 255 mBluetoothGatt.disconnect();
|
/device/generic/goldfish/camera/ |
EmulatedFakeCameraDevice.cpp | 94 ALOGE("%s: Cannot disconnect from the started device.", __FUNCTION__); 98 /* There is no device to disconnect from. */
|