Home
last modified time | relevance | path

Searched refs:disconnect (Results 1 – 25 of 48) sorted by relevance

12

/system/core/adb/coverage/
Dgen_coverage.sh19 adb disconnect
23 adb -t $TRANSPORT_ID wait-for-disconnect
36 adb disconnect $REMOTE
44 adb -t $TRANSPORT_ID wait-for-disconnect
69 adb -t $TRANSPORT_ID wait-for-disconnect
87 adb -t $TRANSPORT_ID wait-for-disconnect
97 adb disconnect $REMOTE
/system/bt/gd/hci/acl_manager/
Dle_acl_connection.cc27 common::OnceCallback<void(DisconnectReason reason)> disconnect) in LeAclConnectionTracker() argument
28 …le_acl_connection_interface_(le_acl_connection_interface), do_disconnect_(std::move(disconnect)) {} in LeAclConnectionTracker()
69 common::OnceCallback<void(DisconnectReason)> disconnect) in impl()
70 : queue_(std::move(queue)), tracker(le_acl_connection_interface, std::move(disconnect)) {} in impl()
87 … common::OnceCallback<void(DisconnectReason)> disconnect, uint16_t handle, in LeAclConnection() argument
91 … = new LeAclConnection::impl(le_acl_connection_interface, std::move(queue), std::move(disconnect)); in LeAclConnection()
Dle_acl_connection.h33 common::OnceCallback<void(DisconnectReason)> disconnect, uint16_t handle,
/system/core/adb/
Dadb_listeners.cpp51 adisconnect disconnect; member in alistener
66 transport->RemoveDisconnect(&disconnect); in ~alistener()
208 l->transport->RemoveDisconnect(&l->disconnect); in install_listener()
210 l->transport->AddDisconnect(&l->disconnect); in install_listener()
249 listener->disconnect.opaque = listener.get(); in install_listener()
250 listener->disconnect.func = listener_disconnect; in install_listener()
251 transport->AddDisconnect(&listener->disconnect); in install_listener()
Dtransport_test.cpp37 adisconnect disconnect; in TEST_F() local
38 disconnect.func = DisconnectFunc; in TEST_F()
39 disconnect.opaque = &count; in TEST_F()
40 t.AddDisconnect(&disconnect); in TEST_F()
49 t.AddDisconnect(&disconnect); in TEST_F()
50 t.RemoveDisconnect(&disconnect); in TEST_F()
/system/chre/host/common/
Dsocket_client.cc41 disconnect(); in ~SocketClient()
54 void SocketClient::disconnect() { in disconnect() function in android::chre::SocketClient
114 disconnect(); in doConnect()
/system/bt/binder/android/bluetooth/
DIBluetoothPbap.aidl30 void disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothPbapClient.aidl28 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothMap.aidl29 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothPan.aidl31 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothSap.aidl30 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothA2dpSink.aidl29 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothHearingAid.aidl29 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothMapClient.aidl30 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothHidHost.aidl29 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothHidDevice.aidl35 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothA2dp.aidl33 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothHeadset.aidl48 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothHeadsetClient.aidl30 boolean disconnect(in BluetoothDevice device); in disconnect() method
/system/bt/include/hardware/
Dbt_pan.h83 bt_status_t (*disconnect)(const RawAddress* bd_addr); member
Dbt_av.h323 bt_status_t (*disconnect)(const RawAddress& bd_addr); member
355 bt_status_t (*disconnect)(const RawAddress& bd_addr); member
Dbt_hd.h112 bt_status_t (*disconnect)(void); member
Dbt_hh.h157 bt_status_t (*disconnect)(RawAddress* bd_addr); member
/system/bt/service/hal/
Dfake_bluetooth_av_interface.cc69 .disconnect = FakeDisconnect,
80 .disconnect = FakeDisconnect,
/system/chre/host/common/include/chre_host/
Dsocket_client.h107 void disconnect();

12