Searched refs:conn_read_queue_ (Results 1 – 2 of 2) sorted by relevance
92 std::deque<ConnectionEvent> conn_read_queue_; member in adbwifi::pairing::__anon670943110110::PairingServerImpl305 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()
100 std::deque<ConnectionEvent> conn_read_queue_; member349 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()