Home
last modified time | relevance | path

Searched defs:disconnect (Results 1 – 25 of 33) sorted by relevance

12

/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
DIBluetoothA2dpSink.aidl29 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothMap.aidl30 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothMapClient.aidl30 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothHidDevice.aidl35 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothHearingAid.aidl29 boolean disconnect(in BluetoothDevice device); in disconnect() method
DIBluetoothHidHost.aidl29 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/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_gatt_server.h151 bt_status_t (*disconnect)(int server_if, const RawAddress& bd_addr, member
/system/core/adb/
Dtransport_test.cpp37 adisconnect disconnect; in TEST_F() local
Dsysdeps_test.cpp172 TEST_F(sysdeps_poll, disconnect) { in TEST_F() argument
Dadb_listeners.cpp51 adisconnect disconnect; member in alistener
Dtransport.cpp1090 void atransport::AddDisconnect(adisconnect* disconnect) { in AddDisconnect()
1094 void atransport::RemoveDisconnect(adisconnect* disconnect) { in RemoveDisconnect()
1099 for (const auto& disconnect : disconnects_) { in RunDisconnects() local
/system/chre/host/common/
Dsocket_client.cc54 void SocketClient::disconnect() { in disconnect() function in android::chre::SocketClient
/system/bt/btif/src/
Dbtif_hd.cc512 static bt_status_t disconnect(void) { in disconnect() function
/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()
/system/bt/vendor_libs/test_vendor_lib/packets/test/
Dlink_layer_packet_builder_test.cc62 auto disconnect = DisconnectBuilder::Create(reason); in TEST_F() local
105 DisconnectView disconnect = DisconnectView::GetDisconnect(view); in TEST_F() local

12