Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h335 bool SendSpeedTestPacket(uint32_t send_size, uint32_t recv_size);
DGDBRemoteCommunicationClient.cpp2371 if (SendSpeedTestPacket(0, 0)) { in TestPacketSpeed()
2489 bool GDBRemoteCommunicationClient::SendSpeedTestPacket(uint32_t send_size, in SendSpeedTestPacket() function in GDBRemoteCommunicationClient