Searched refs:CheckForPacket (Results 1 – 2 of 2) sorted by relevance
131 PacketType CheckForPacket(const uint8_t *src, size_t src_len,
250 if (CheckForPacket(nullptr, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock()266 if (CheckForPacket(buffer, bytes_read, packet) != PacketType::Invalid) in WaitForPacketNoLock()616 GDBRemoteCommunication::CheckForPacket(const uint8_t *src, size_t src_len, in CheckForPacket() function in GDBRemoteCommunication