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

<<41424344454647484950>>

  /system/bt/bta/hh/
bta_hh_act.c 133 else /* otherwise, disconnect all live connections */
142 /* disconnect all connected devices */
480 **In above condition, disconnect the link as well as remove the
640 /* store the handle here in case sdp fails - need to disconnect */
    [all...]
  /system/bt/btif/include/
btif_common.h 135 BTIF_PAN_CB_DISCONNECTING, /* PAN Disconnect has been sent to BTA successfully */
  /system/bt/service/hal/
fake_bluetooth_gatt_interface.h 42 virtual bt_status_t Disconnect(int client_if, const bt_bdaddr_t *bd_addr,
  /system/bt/service/
low_energy_client.cpp 354 bool LowEnergyClient::Disconnect(std::string address) {
365 LOG(WARNING) << "Can't disconnect, no existing connection to " << address;
371 GetClientHALInterface()->disconnect(client_id_, &bda, conn_id->second);
373 LOG(ERROR) << "HAL call to disconnect failed";
  /system/bt/service/test/
gatt_client_unittest.cpp 40 MOCK_METHOD3(Disconnect, bt_status_t(int , const bt_bdaddr_t *, int));
  /system/bt/stack/bnep/
bnep_main.c 353 ** Description This function handles a disconnect event from L2CAP. If
354 ** requested to, we ack the disconnect before dropping the CCB
397 ** Description This function gets the disconnect confirm event from L2CAP
675 ** is an L2CAP timeout, we send a disconnect req to L2CAP.
  /system/connectivity/shill/cellular/
cellular_service.h 58 void Disconnect(Error* error, const char* reason) override;
modem_manager_unittest.cc 103 modem_manager_.ModemManager::Disconnect();
  /system/connectivity/shill/dbus/
chromeos_service_dbus_adaptor.cc 170 bool ChromeosServiceDBusAdaptor::Disconnect(brillo::ErrorPtr* error) {
chromeos_supplicant_interface_proxy.h 52 bool Disconnect() override;
chromeos_wimax_device_proxy.cc 155 void ChromeosWiMaxDeviceProxy::Disconnect(Error* /*error*/,
  /system/connectivity/shill/dbus_bindings/
supplicant-interface.dbus-xml 12 <method name="Disconnect">
  /system/connectivity/shill/dhcp/
dhcp_config.h 104 // Return true if we should keep the lease on disconnect.
  /system/connectivity/shill/init/
shill.conf.in 21 # cases (e.g. it needs to disconnect a cellular modem from the network). A
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_shill_wifi_client.h 79 bool Disconnect(const std::string& ssid) override;
proxy_shill_wifi_client.h 98 virtual bool Disconnect(const std::string& ssid) = 0;
  /system/connectivity/shill/vpn/
openvpn_management_server.h 62 // Restarts openvpn causing a disconnect followed by a reconnect attempt.
  /system/connectivity/shill/wifi/
wifi.h 357 // Number of times to quickly attempt a scan after startup / disconnect.
376 // Used to distinguish between a disconnect reason explicitly set by
420 // Set failure for disconnected service if disconnect is not user-initiated
663 // Number of remaining fast scans to be done during startup and disconnect.
  /system/core/adb/
adb.h 139 adisconnect disconnect; member in struct:alistener
  /system/webservd/libwebserv/
dbus_protocol_handler.h 99 void Disconnect(const dbus::ObjectPath& object_path);
  /tools/test/connectivity/acts/tests/google/wifi/
WifiPnoTest.py 86 """Sets attenuators to disconnect current connection and power-off the
  /external/curl/lib/
pop3.c 128 pop3_disconnect, /* disconnect */
153 pop3_disconnect, /* disconnect */
180 ZERO_NULL, /* disconnect */
205 ZERO_NULL, /* disconnect */
    [all...]
smtp.c 127 smtp_disconnect, /* disconnect */
152 smtp_disconnect, /* disconnect */
179 ZERO_NULL, /* disconnect */
204 ZERO_NULL, /* disconnect */
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Sequence.c 347 /* Disconnect the Target Connected */
367 * after the Disconnect Operation
417 after the disconnect */
424 * after the Disconnect Operation
829 /* Notify the Connect or Disconnect failure to the upper layer */
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
ConnectionService.java 72 * receives call-commands such as answer, reject, hold and disconnect.
189 public void disconnect(String callId) {
351 disconnect((String) msg.obj);
825 private void disconnect(String callId) { method in class:ConnectionService
    [all...]

Completed in 1578 milliseconds

<<41424344454647484950>>