Searched refs:CheckForPacket (Results 1 – 4 of 4) sorted by relevance
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunication.cpp | 291 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
|
D | GDBRemoteCommunication.h | 65 CheckForPacket (const uint8_t *src,
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.h | 115 CheckForPacket (const uint8_t *src,
|
D | CommunicationKDP.cpp | 237 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
|