Searched refs:m_rx_packets (Results 1 – 2 of 2) sorted by relevance
71 m_rx_packets(), in RNBRemote()354 if (m_rx_packets.empty()) in GetPacketPayload()363 return_packet.swap(m_rx_packets.front()); in GetPacketPayload()364 m_rx_packets.pop_front(); in GetPacketPayload()367 if (m_rx_packets.empty()) in GetPacketPayload()661 m_rx_packets.push_back(data.substr(idx, end_idx - idx)); in CommDataReceived()662 … DNBLogThreadedIf (LOG_RNB_PACKETS, "getpkt: %s", m_rx_packets.back().c_str()); in CommDataReceived()674 if (!m_rx_packets.empty()) in CommDataReceived()
312 std::deque<std::string> m_rx_packets; variable