Home
last modified time | relevance | path

Searched refs:Disconnect (Results 1 – 25 of 68) sorted by relevance

123

/system/bt/service/test/
Da2dp_sink_unittest.cc36 MOCK_METHOD1(Disconnect, bt_status_t(RawAddress));
150 void Disconnect(const std::string& addr) { in Disconnect() function in bluetooth::__anon3081c9550111::A2dpSinkPostRegisterTest
154 EXPECT_CALL(*mock_handler_, Disconnect(hal_addr)) in Disconnect()
157 EXPECT_TRUE(a2dp_sink_->Disconnect(addr)); in Disconnect()
205 Disconnect(kTestAddr); in TEST_F()
216 Disconnect(kTestAddr); in TEST_F()
227 Disconnect(kTestAddr); in TEST_F()
267 Disconnect(kTestAddr); in TEST_F()
Da2dp_source_unittest.cc36 MOCK_METHOD1(Disconnect, bt_status_t(RawAddress));
147 void Disconnect(const std::string& addr) { in Disconnect() function in bluetooth::__anondbec48710111::A2dpSourcePostRegisterTest
151 EXPECT_CALL(*mock_handler_, Disconnect(hal_addr)) in Disconnect()
154 EXPECT_TRUE(a2dp_source_->Disconnect(addr)); in Disconnect()
202 Disconnect(kTestAddr); in TEST_F()
245 Disconnect(kTestAddr); in TEST_F()
Dlow_energy_client_unittest.cc46 MOCK_METHOD3(Disconnect, bt_status_t(int, const RawAddress&, int));
282 EXPECT_CALL(*mock_handler_, Disconnect(le_client_->GetInstanceId(), in TEST_F()
292 EXPECT_TRUE(le_client_->Disconnect(kTestAddressStr)); in TEST_F()
/system/bt/btif/src/
Dbtif_hearing_aid.cc91 void Disconnect(const RawAddress& address) override { in Disconnect() function in __anon547f3a460211::HearingAidInterfaceImpl
93 do_in_main_thread(FROM_HERE, Bind(&HearingAid::Disconnect, in Disconnect()
119 Bind(&HearingAid::Disconnect, in RemoveDevice()
/system/bt/service/hal/
Dfake_bluetooth_av_interface.h34 virtual bt_status_t Disconnect(RawAddress bda) = 0;
42 virtual bt_status_t Disconnect(RawAddress bda) = 0;
Dfake_bluetooth_av_interface.cc49 if (g_a2dp_source_handler) return g_a2dp_source_handler->Disconnect(bd_addr); in FakeDisconnect()
50 if (g_a2dp_sink_handler) return g_a2dp_sink_handler->Disconnect(bd_addr); in FakeDisconnect()
/system/bt/gd/hci/
Dacl_manager_mock.h44 MOCK_METHOD(bool, Disconnect, (DisconnectReason reason), (override));
57 MOCK_METHOD(void, Disconnect, (DisconnectReason reason), (override));
/system/bt/service/common/android/bluetooth/
DIBluetoothA2dpSink.aidl28 boolean Disconnect(String device_address); in Disconnect() method
DIBluetoothA2dpSource.aidl29 boolean Disconnect(String device_address); in Disconnect() method
DIBluetoothLowEnergy.aidl30 boolean Disconnect(int client_id, String address); in Disconnect() method
/system/bt/gd/security/channel/
Dsecurity_manager_channel.cc63 void SecurityManagerChannel::Disconnect(hci::Address address) { in Disconnect() function in bluetooth::security::channel::SecurityManagerChannel
69 entry->second->Disconnect(); in Disconnect()
Dsecurity_manager_channel.h77 void Disconnect(hci::Address address);
/system/bt/gd/l2cap/le/internal/
Dlink.cc51 …link_idle_disconnect_alarm_.Schedule(common::BindOnce(&Link::Disconnect, common::Unretained(this)), in Link()
86 void Link::Disconnect() { in Disconnect() function in bluetooth::l2cap::le::internal::Link
87 acl_connection_->Disconnect(hci::DisconnectReason::REMOTE_USER_TERMINATED_CONNECTION); in Disconnect()
225 …link_idle_disconnect_alarm_.Schedule(common::BindOnce(&Link::Disconnect, common::Unretained(this)), in RefreshRefCount()
Dlink_mock.h43 MOCK_METHOD(void, Disconnect, (), (override));
/system/bt/gd/l2cap/classic/
Dlink_security_interface.h70 virtual void Disconnect() = 0;
/system/bt/include/hardware/
Dbt_hearing_aid.h60 virtual void Disconnect(const RawAddress& address) = 0;
/system/bt/service/ipc/binder/
Dbluetooth_low_energy_binder_server.cc85 Status BluetoothLowEnergyBinderServer::Disconnect(int client_id, in Disconnect() function in ipc::binder::BluetoothLowEnergyBinderServer
98 *_aidl_return = client->Disconnect(std::string(String8(address).string())); in Disconnect()
Dbluetooth_a2dp_sink_binder_server.cc103 Status BluetoothA2dpSinkBinderServer::Disconnect(const String16& device_address, in Disconnect() function in ipc::binder::BluetoothA2dpSinkBinderServer
113 if (!a2dp_sink->Disconnect(String8(device_address).string())) { in Disconnect()
Dbluetooth_a2dp_source_binder_server.cc147 Status BluetoothA2dpSourceBinderServer::Disconnect( in Disconnect() function in ipc::binder::BluetoothA2dpSourceBinderServer
151 TRY_RET_FUNC(a2dp_source->Disconnect(String8(device_address).string())); in Disconnect()
/system/bt/gd/hci/facade/
Dle_acl_manager_facade.proto11 rpc Disconnect(LeHandleMsg) returns (google.protobuf.Empty) {} rpc
Dacl_manager_facade.proto10 rpc Disconnect(HandleMsg) returns (google.protobuf.Empty) {} rpc
/system/bt/gd/l2cap/classic/internal/
Dlink_mock.h43 MOCK_METHOD(void, Disconnect, (), (override));
Dlink.cc52 …link_idle_disconnect_alarm_.Schedule(common::BindOnce(&Link::Disconnect, common::Unretained(this)), in Link()
72 void Link::Disconnect() { in Disconnect() function in bluetooth::l2cap::classic::internal::Link
73 acl_connection_->Disconnect(hci::DisconnectReason::REMOTE_USER_TERMINATED_CONNECTION); in Disconnect()
252 …link_idle_disconnect_alarm_.Schedule(common::BindOnce(&Link::Disconnect, common::Unretained(this)), in RefreshRefCount()
/system/bt/gd/security/test/
Dfake_security_interface.h38 void Disconnect() override { in Disconnect() function
/system/bt/gd/hci/acl_manager/
Dle_acl_connection.h50 virtual void Disconnect(DisconnectReason reason);

123