Home
last modified time | relevance | path

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

12

/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::__anonaa9dfa1e0111::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()
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()
Dgatt_client_unittest.cc40 MOCK_METHOD3(Disconnect, bt_status_t(int, const RawAddress&, int));
/system/bt/btif/src/
Dbtif_hearing_aid.cc91 void Disconnect(const RawAddress& address) override { in Disconnect() function in __anon1a5cc84f0211::HearingAidInterfaceImpl
93 do_in_main_thread(FROM_HERE, Bind(&HearingAid::Disconnect, in Disconnect()
119 Bind(&HearingAid::Disconnect, in RemoveDevice()
/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/include/hardware/
Dbt_hearing_aid.h60 virtual void Disconnect(const RawAddress& address) = 0;
Dbluetooth_headset_interface.h57 virtual bt_status_t Disconnect(RawAddress* bd_addr) = 0;
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dacl_connection_handler.h40 bool Disconnect(uint16_t handle);
Dacl_connection_handler.cc77 bool AclConnectionHandler::Disconnect(uint16_t handle) { in Disconnect() function in test_vendor_lib::AclConnectionHandler
/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_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()
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_low_energy_binder_server.h60 Status Disconnect(int client_id, const String16& address,
Dbluetooth_a2dp_sink_binder_server.h55 android::binder::Status Disconnect(const android::String16& device_address,
Dbluetooth_a2dp_source_binder_server.h61 android::binder::Status Disconnect(const android::String16& device_address,
/system/bt/service/hal/
Dfake_bluetooth_av_interface.h35 virtual bt_status_t Disconnect(RawAddress bda) = 0;
Dfake_bluetooth_av_interface.cc39 if (g_a2dp_sink_handler) return g_a2dp_sink_handler->Disconnect(bd_addr); in FakeDisconnect()
/system/bt/service/
Da2dp_sink.h60 bool Disconnect(const std::string& device_address);
Da2dp_source.h63 bool Disconnect(const std::string& device_address);
Dlow_energy_client.h87 bool Disconnect(const std::string& address);
Da2dp_sink.cc77 bool A2dpSink::Disconnect(const std::string& device_address) { in Disconnect() function in bluetooth::A2dpSink
/system/bt/service/doc/
DIBluetoothLowEnergy.txt47 /* Disconnect from previously connected BLE device with address |address|.
50 boolean Disconnect(in int client_id, in const char* address);
/system/bt/bta/include/
Dbta_hearing_aid_api.h213 virtual void Disconnect(const RawAddress& address) = 0;

12