Home
last modified time | relevance | path

Searched refs:SendSpeedTestPacket (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h307 bool SendSpeedTestPacket(uint32_t send_size, uint32_t recv_size);
H A DGDBRemoteCommunicationClient.cpp2447 if (SendSpeedTestPacket(0, 0)) { in TestPacketSpeed()
2565 bool GDBRemoteCommunicationClient::SendSpeedTestPacket(uint32_t send_size, in SendSpeedTestPacket() function in GDBRemoteCommunicationClient