Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/client/pairing/tests/
H A Dpairing_server.cpp92 std::deque<ConnectionEvent> conn_read_queue_; member in adbwifi::pairing::__anon670943110110::PairingServerImpl
305 conn_read_queue_ = std::move(conn_write_queue_); in connectionEventsWorker()
310 while (conn_read_queue_.size() > 0) { in connectionEventsWorker()
311 auto& event = conn_read_queue_.front(); in connectionEventsWorker()
315 conn_read_queue_.pop_front(); in connectionEventsWorker()
371 conn_read_queue_.pop_front(); in connectionEventsWorker()
/aosp12/packages/modules/adb/pairing_connection/
H A Dpairing_server.cpp100 std::deque<ConnectionEvent> conn_read_queue_; member
349 conn_read_queue_ = std::move(conn_write_queue_); in ConnectionEventsWorker()
354 while (conn_read_queue_.size() > 0) { in ConnectionEventsWorker()
355 auto& event = conn_read_queue_.front(); in ConnectionEventsWorker()
359 conn_read_queue_.pop_front(); in ConnectionEventsWorker()
402 conn_read_queue_.pop_front(); in ConnectionEventsWorker()