Home
last modified time | relevance | path

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

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