Searched defs:disconnect (Results 1 - 8 of 8) sorted by relevance

/system/core/adb/
H A Dtransport_test.cpp71 adisconnect disconnect; local
72 disconnect.func = DisconnectFunc;
73 disconnect.opaque = &count;
74 t.AddDisconnect(&disconnect);
78 // disconnect should have been removed automatically.
83 t.AddDisconnect(&disconnect);
84 t.RemoveDisconnect(&disconnect);
H A Dadb.h139 adisconnect disconnect; member in struct:alistener
H A Dtransport.cpp190 // will kick the transport on their way out to disconnect the underlying device.
823 void atransport::AddDisconnect(adisconnect* disconnect) { argument
824 disconnects_.push_back(disconnect);
827 void atransport::RemoveDisconnect(adisconnect* disconnect) { argument
828 disconnects_.remove(disconnect);
832 for (const auto& disconnect : disconnects_) {
833 disconnect->func(disconnect->opaque, this);
/system/bt/btif/src/
H A Dbtif_hf_client.c240 ** Function disconnect
242 ** Description disconnect from audio gateway
247 static bt_status_t disconnect( bt_bdaddr_t *bd_addr ) function
673 .disconnect = disconnect,
H A Dbtif_av.c750 * then disconnect the AVDTP channel
1312 ** Function disconnect
1319 static bt_status_t disconnect(bt_bdaddr_t *bd_addr) function
1378 disconnect,
1388 disconnect,
H A Dbtif_hf.c779 ** Function disconnect
781 ** Description disconnect from headset
786 static bt_status_t disconnect( bt_bdaddr_t *bd_addr ) function
1569 disconnect,
H A Dbtif_hh.c1222 ** Function disconnect
1224 ** Description disconnect from hid device
1229 static bt_status_t disconnect( bt_bdaddr_t *bd_addr ) function
1622 disconnect,
/system/bt/stack/avdt/
H A Davdt_int.h109 /* scb transport channel disconnect timeout value (in milliseconds) */
418 tAVDT_CCB_API_DISCONNECT disconnect; member in union:__anon840

Completed in 174 milliseconds