Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dclassic_impl.h232 pending_outgoing_connections_.emplace(address, std::move(packet)); in create_connection()
292 while (!pending_outgoing_connections_.empty()) { in on_connection_complete()
293 auto create_connection_packet_and_address = std::move(pending_outgoing_connections_.front()); in on_connection_complete()
294 pending_outgoing_connections_.pop(); in on_connection_complete()
692 …:queue<std::pair<Address, std::unique_ptr<CreateConnectionBuilder>>> pending_outgoing_connections_; member