Home
last modified time | relevance | path

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

/packages/modules/adb/client/pairing/tests/
Dpairing_server.cpp92 std::deque<ConnectionEvent> conn_read_queue_; member in adbwifi::pairing::__anon1ee857250111::PairingServerImpl
299 conn_read_queue_ = std::move(conn_write_queue_); in connectionEventsWorker()
304 while (conn_read_queue_.size() > 0) { in connectionEventsWorker()
305 auto& event = conn_read_queue_.front(); in connectionEventsWorker()
309 conn_read_queue_.pop_front(); in connectionEventsWorker()
365 conn_read_queue_.pop_front(); in connectionEventsWorker()
/packages/modules/adb/pairing_connection/
Dpairing_server.cpp100 std::deque<ConnectionEvent> conn_read_queue_; member
343 conn_read_queue_ = std::move(conn_write_queue_); in ConnectionEventsWorker()
348 while (conn_read_queue_.size() > 0) { in ConnectionEventsWorker()
349 auto& event = conn_read_queue_.front(); in ConnectionEventsWorker()
353 conn_read_queue_.pop_front(); in ConnectionEventsWorker()
396 conn_read_queue_.pop_front(); in ConnectionEventsWorker()