Searched refs:m_rx_packets (Results 1 – 2 of 2) sorted by relevance
388 std::deque<std::string> m_rx_packets; variable
174 m_rx_packets(), m_rx_partial_data(), m_rx_pthread(0), in RNBRemote()860 if (m_rx_packets.empty()) { in GetPacketPayload()872 return_packet.swap(m_rx_packets.front()); in GetPacketPayload()873 m_rx_packets.pop_front(); in GetPacketPayload()876 if (m_rx_packets.empty()) { in GetPacketPayload()1154 m_rx_packets.push_back(data.substr(idx, end_idx - idx)); in CommDataReceived()1156 m_rx_packets.back().c_str()); in CommDataReceived()1169 if (!m_rx_packets.empty()) { in CommDataReceived()