Home
last modified time | relevance | path

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

12

/system/core/adb/
Dadb_listeners.cpp51 adisconnect disconnect; member in alistener
66 transport->RemoveDisconnect(&disconnect); in ~alistener()
195 l->transport->RemoveDisconnect(&l->disconnect); in install_listener()
197 l->transport->AddDisconnect(&l->disconnect); in install_listener()
230 listener->disconnect.opaque = listener.get(); in install_listener()
231 listener->disconnect.func = listener_disconnect; in install_listener()
232 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()
Dtransport.cpp1090 void atransport::AddDisconnect(adisconnect* disconnect) { in AddDisconnect() argument
1091 disconnects_.push_back(disconnect); in AddDisconnect()
1094 void atransport::RemoveDisconnect(adisconnect* disconnect) { in RemoveDisconnect() argument
1095 disconnects_.remove(disconnect); in RemoveDisconnect()
1099 for (const auto& disconnect : disconnects_) { in RunDisconnects() local
1100 disconnect->func(disconnect->opaque, this); in RunDisconnects()
/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
DIBluetoothPan.aidl31 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothPbapClient.aidl28 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothSap.aidl30 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothMap.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.aidl31 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothHeadset.aidl44 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothHeadsetClient.aidl30 boolean disconnect(in BluetoothDevice device); in disconnect() method
/system/bt/service/hal/
Dfake_bluetooth_av_interface.cc58 .disconnect = nullptr,
67 .disconnect = FakeDisconnect,
/system/bt/include/hardware/
Dbt_pan.h83 bt_status_t (*disconnect)(const RawAddress* bd_addr); member
Dbt_av.h314 bt_status_t (*disconnect)(const RawAddress& bd_addr); member
346 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
Dbt_gatt_server.h151 bt_status_t (*disconnect)(int server_if, const RawAddress& bd_addr, member
/system/chre/host/common/include/chre_host/
Dsocket_client.h107 void disconnect();
/system/bt/vendor_libs/test_vendor_lib/packets/link_layer/
Dlink_layer_packet_builder.cc53 std::unique_ptr<DisconnectBuilder> disconnect, const Address& source, const Address& dest) { in WrapDisconnect() argument
55 … new LinkLayerPacketBuilder(Link::PacketType::DISCONNECT, std::move(disconnect), source, dest)); in WrapDisconnect()

12