Home
last modified time | relevance | path

Searched refs:connections_ (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc295 if (!connections_.HasHandle(connection_handle)) { in ReadRssi()
300 *rssi = connections_.GetRssi(connection_handle); in ReadRssi()
349 if (!connections_.HasHandle(connection_handle) || in LeReadPhy()
350 connections_.GetPhyType(connection_handle) != Phy::Type::LOW_ENERGY) { in LeReadPhy()
356 connections_.GetAclConnection(connection_handle); in LeReadPhy()
416 if (!connections_.HasHandle(connection_handle) || in LeSetPhy()
417 connections_.GetPhyType(connection_handle) != Phy::Type::LOW_ENERGY) { in LeSetPhy()
463 connections_.GetOwnAddress(connection_handle).GetAddress(), in LeSetPhy()
464 connections_.GetAddress(connection_handle).GetAddress(), tx_phys, in LeSetPhy()
467 connections_.GetAclConnection(connection_handle).InitiatePhyUpdate(); in LeSetPhy()
[all …]
Dlink_layer_controller.h977 AclConnectionHandler connections_; variable
/packages/modules/adb/client/pairing/tests/
Dpairing_server.cpp94 std::unordered_map<FdVal, ConnectionPtr> connections_; member in adbwifi::pairing::__anon1ee857250111::PairingServerImpl
308 if (connections_.size() >= internal::kMaxConnections) { in connectionEventsWorker()
338 connections_[fd] = std::move(connection); in connectionEventsWorker()
347 connections_.clear(); in connectionEventsWorker()
361 if (connections_.find(fd) != connections_.end()) { in connectionEventsWorker()
362 connections_.erase(fd); in connectionEventsWorker()
/packages/modules/adb/pairing_connection/
Dpairing_server.cpp102 std::unordered_map<FdVal, ConnectionPtr> connections_; member
352 if (connections_.size() >= internal::kMaxConnections) { in ConnectionEventsWorker()
364 connections_[fd] = std::move(connection); in ConnectionEventsWorker()
372 connections_.clear(); in ConnectionEventsWorker()
385 if (connections_.find(fd) != connections_.end()) { in ConnectionEventsWorker()
386 connections_.erase(fd); in ConnectionEventsWorker()
/packages/modules/Bluetooth/system/gd/l2cap/fuzz/
Dfuzz_dynamic_channel_manager_impl.h41 connections_++; in ConnectChannel()
47 int connections_{0};
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc120 connections_.push_back(std::move(connection)); in OnConnectSuccess()
123 connection_promise_.set_value(connections_.back()); in OnConnectSuccess()
130 return connections_.size(); in NumberOfConnections()
137 std::deque<std::shared_ptr<ClassicAclConnection>> connections_; member in bluetooth::hci::acl_manager::__anond0d203480111::MockConnectionCallback
267 mock_connection_callbacks_.connections_.clear(); in TearDown()
286 return mock_connection_callbacks_.connections_.back(); in GetLastConnection()
290 return mock_connection_callbacks_.connections_.size(); in NumberOfConnections()
Dacl_manager_test.cc151 connections_.push_back(std::move(connection)); in SetUp()
163 connections_.clear(); in TearDown()
198 return connections_.back(); in GetLastConnection()
229 std::list<std::shared_ptr<ClassicAclConnection>> connections_; member in bluetooth::hci::acl_manager::AclManagerNoCallbacksTest
278 connections_.clear(); in TearDown()
421 connections_.clear(); in TearDown()