/system/bt/gd/hci/acl_manager/ |
D | classic_acl_connection.cc | 38 client_handler_ = handler; in RegisterCallbacks() 48 …if (client_handler_ == nullptr) { … 52 …client_handler_->Post( … 316 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::acl_manager::AclConnectionTracker 366 pimpl_->tracker.client_handler_->BindOnce(&check_command_status<DisconnectStatusView>)); in Disconnect() 373 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<ChangeConnectionPacketTypeStatusVi… in ChangeConnectionPacketType() 380 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<AuthenticationRequestedStatusView>… in AuthenticationRequested() 387 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<SetConnectionEncryptionStatusView>… in SetConnectionEncryption() 394 …pimpl_->tracker.client_handler_->BindOnce(&check_command_status<ChangeConnectionLinkKeyStatusView>… in ChangeConnectionLinkKey() 401 pimpl_->tracker.client_handler_->BindOnce(&check_command_status<ReadClockOffsetStatusView>)); in ReadClockOffset() [all …]
|
D | le_acl_connection.cc | 33 client_handler_ = handler; in RegisterCallbacks() 43 …if (client_handler_ == nullptr) { … 47 …client_handler_->Post( … 79 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::acl_manager::LeAclConnectionTracker 128 pimpl_->tracker.client_handler_->BindOnce([](CommandStatusView status) { in Disconnect() 153 pimpl_->tracker.client_handler_->BindOnce([](CommandStatusView status) { in LeConnectionUpdate() 163 pimpl_->tracker.client_handler_->BindOnce([](CommandStatusView status) { in ReadRemoteVersionInformation()
|
D | classic_impl.h | 147 ASSERT(client_handler_ == nullptr); in handle_register_callbacks() 149 client_handler_ = handler; in handle_register_callbacks() 155 client_handler_ = nullptr; in handle_unregister_callbacks() 172 client_handler_->CallOn( in on_incoming_connection() 180 client_handler_->CallOn( in on_incoming_connection() 262 …client_handler_->Post(common::BindOnce(&ConnectionCallbacks::OnConnectFail, common::Unretained(cli… in on_connection_complete() 290 client_handler_->Post(common::BindOnce(&ConnectionCallbacks::OnConnectSuccess, in on_connection_complete() 687 os::Handler* client_handler_ = nullptr; member
|
/system/bt/gd/hci/ |
D | acl_manager_test.cc | 322 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp() 323 ASSERT_NE(client_handler_, nullptr); in SetUp() 360 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::acl_manager::__anona7edb2590111::AclManagerNoCallbacksTest 389 queue_end->RegisterEnqueue(client_handler_, in SendAclData() 440 acl_manager_->RegisterCallbacks(&mock_connection_callback_, client_handler_); in SetUp() 441 acl_manager_->RegisterLeCallbacks(&mock_le_connection_callbacks_, client_handler_); in SetUp() 469 connection_->RegisterCallbacks(&mock_connection_management_callbacks_, client_handler_); in SetUp() 481 …client_handler_->Post(common::BindOnce(&std::promise<void>::set_value, common::Unretained(&promise… in sync_client_handler() 651 …client_handler_->Post(common::BindOnce(&std::promise<void>::set_value, common::Unretained(&promise… in sync_client_handler() 860 connection_->RegisterCallbacks(&mock_le_connection_management_callbacks_, client_handler_); in TEST_F() [all …]
|
D | le_advertising_manager_test.cc | 299 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp() 300 ASSERT_NE(client_handler_, nullptr); in SetUp() 317 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::__anona3ab50390111::LeAdvertisingManagerTest 353 …client_handler_->Call(common::BindOnce(&std::promise<void>::set_value, common::Unretained(&promise… in sync_client_handler() 399 0x00, advertising_config, scan_callback, set_terminated_callback, 0, 0, client_handler_); in SetUp() 461 0x00, advertising_config, scan_callback, set_terminated_callback, 0, 0, client_handler_); in SetUp() 521 0x00, advertising_config, scan_callback, set_terminated_callback, 0, 0, client_handler_); in SetUp() 576 0x00, advertising_config, scan_callback, set_terminated_callback, 0, 0, client_handler_); in TEST_F() 627 0x00, advertising_config, scan_callback, set_terminated_callback, 0, 0, client_handler_); in TEST_F() 672 0x00, advertising_config, scan_callback, set_terminated_callback, 0, 0, client_handler_); in TEST_F()
|
D | controller_test.cc | 276 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp() 289 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::__anond77651530111::ControllerTest 446 controller_->RegisterCompletedAclPacketsCallback(client_handler_->Bind(&CheckReceivedCredits)); in TEST_F()
|
D | le_scanning_manager_test.cc | 255 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp() 283 …client_handler_->Call(common::BindOnce(&std::promise<void>::set_value, common::Unretained(&promise… in sync_client_handler() 294 os::Handler* client_handler_ = nullptr; member in bluetooth::hci::__anon6531fa6a0111::LeScanningManagerTest
|
/system/bt/gd/shim/ |
D | dumpsys_test.cc | 101 os::Handler* client_handler_ = nullptr; member in testing::DumpsysTest
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.h | 148 std::shared_ptr<TestClientHandler> client_handler_; variable
|
D | fake_bluetooth_gatt_interface.cc | 155 : client_handler_(client_handler) { in FakeBluetoothGattInterface()
|
/system/bt/gd/neighbor/ |
D | inquiry_test.cc | 341 client_handler_ = fake_registry_.GetTestModuleHandler(&hci::HciLayer::Factory); in SetUp() 363 os::Handler* client_handler_ = nullptr; member in bluetooth::neighbor::__anon1265685a0111::InquiryTest
|