Searched refs:PacketType (Results 1 – 3 of 3) sorted by relevance
270 if (CheckForPacket(nullptr, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock()286 if (CheckForPacket(buffer, bytes_read, packet) != PacketType::Invalid) in WaitForPacketNoLock()636 GDBRemoteCommunication::PacketType669 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()737 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()847 return GDBRemoteCommunication::PacketType::Notify; in CheckForPacket()849 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()853 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()
89 enum class PacketType { Invalid = 0, Standard, Notify }; enum135 PacketType CheckForPacket(const uint8_t *src, size_t src_len,
73 enum PacketType { enum