/system/core/adb/coverage/ |
D | gen_coverage.sh | 19 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/ |
D | le_acl_connection.cc | 27 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()
|
D | le_acl_connection.h | 33 common::OnceCallback<void(DisconnectReason)> disconnect, uint16_t handle,
|
/system/core/adb/ |
D | adb_listeners.cpp | 51 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()
|
D | transport_test.cpp | 37 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/ |
D | socket_client.cc | 41 disconnect(); in ~SocketClient() 54 void SocketClient::disconnect() { in disconnect() function in android::chre::SocketClient 114 disconnect(); in doConnect()
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothPbap.aidl | 30 void disconnect(in BluetoothDevice device); in disconnect() method
|
D | IBluetoothPbapClient.aidl | 28 boolean disconnect(in BluetoothDevice device); in disconnect() method
|
D | IBluetoothMap.aidl | 29 boolean disconnect(in BluetoothDevice device); in disconnect() method
|
D | IBluetoothPan.aidl | 31 boolean disconnect(in BluetoothDevice device); in disconnect() method
|
D | IBluetoothSap.aidl | 30 boolean disconnect(in BluetoothDevice device); in disconnect() method
|
D | IBluetoothA2dpSink.aidl | 29 boolean disconnect(in BluetoothDevice device); in disconnect() method
|
D | IBluetoothHearingAid.aidl | 29 boolean disconnect(in BluetoothDevice device); in disconnect() method
|
D | IBluetoothMapClient.aidl | 30 boolean disconnect(in BluetoothDevice device); in disconnect() method
|
D | IBluetoothHidHost.aidl | 29 boolean disconnect(in BluetoothDevice device); in disconnect() method
|
D | IBluetoothHidDevice.aidl | 35 boolean disconnect(in BluetoothDevice device); in disconnect() method
|
D | IBluetoothA2dp.aidl | 33 boolean disconnect(in BluetoothDevice device); in disconnect() method
|
D | IBluetoothHeadset.aidl | 48 boolean disconnect(in BluetoothDevice device); in disconnect() method
|
D | IBluetoothHeadsetClient.aidl | 30 boolean disconnect(in BluetoothDevice device); in disconnect() method
|
/system/bt/include/hardware/ |
D | bt_pan.h | 83 bt_status_t (*disconnect)(const RawAddress* bd_addr); member
|
D | bt_av.h | 323 bt_status_t (*disconnect)(const RawAddress& bd_addr); member 355 bt_status_t (*disconnect)(const RawAddress& bd_addr); member
|
D | bt_hd.h | 112 bt_status_t (*disconnect)(void); member
|
D | bt_hh.h | 157 bt_status_t (*disconnect)(RawAddress* bd_addr); member
|
/system/bt/service/hal/ |
D | fake_bluetooth_av_interface.cc | 69 .disconnect = FakeDisconnect, 80 .disconnect = FakeDisconnect,
|
/system/chre/host/common/include/chre_host/ |
D | socket_client.h | 107 void disconnect();
|