Searched refs:CheckForPacket (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp291 if (CheckForPacket (NULL, 0, packet))
310 if (CheckForPacket (buffer, bytes_read, packet))
338 GDBRemoteCommunication::CheckForPacket (const uint8_t *src, size_t src_len, StringExtractorGDBRemote &packet) function in class:GDBRemoteCommunication
H A DGDBRemoteCommunication.h65 CheckForPacket (const uint8_t *src,
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h115 CheckForPacket (const uint8_t *src,
H A DCommunicationKDP.cpp237 if (CheckForPacket (NULL, 0, packet))
256 if (CheckForPacket (buffer, bytes_read, packet))
284 CommunicationKDP::CheckForPacket (const uint8_t *src, size_t src_len, DataExtractor &packet) function in class:CommunicationKDP

Completed in 88 milliseconds