Searched refs:m_rx_packets (Results 1 – 2 of 2) sorted by relevance
386 std::deque<std::string> m_rx_packets; variable
169 m_rx_packets(), m_rx_partial_data(), m_rx_pthread(0), in RNBRemote()781 if (m_rx_packets.empty()) { in GetPacketPayload()793 return_packet.swap(m_rx_packets.front()); in GetPacketPayload()794 m_rx_packets.pop_front(); in GetPacketPayload()797 if (m_rx_packets.empty()) { in GetPacketPayload()1075 m_rx_packets.push_back(data.substr(idx, end_idx - idx)); in CommDataReceived()1077 m_rx_packets.back().c_str()); in CommDataReceived()1090 if (!m_rx_packets.empty()) { in CommDataReceived()