Home
last modified time | relevance | path

Searched refs:send_async (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteClientBase.cpp157 bool send_async) { in SendPacketAndWaitForResponse() argument
158 Lock lock(*this, send_async); in SendPacketAndWaitForResponse()
165 __FUNCTION__, int(payload.size()), payload.data(), send_async); in SendPacketAndWaitForResponse()
175 bool send_async, in SendPacketAndReceiveResponseWithOutputSupport() argument
177 Lock lock(*this, send_async); in SendPacketAndReceiveResponseWithOutputSupport()
184 __FUNCTION__, int(payload.size()), payload.data(), send_async); in SendPacketAndReceiveResponseWithOutputSupport()
DGDBRemoteClientBase.h46 bool send_async);
50 bool send_async,
DGDBRemoteCommunicationClient.h615 StringExtractorGDBRemote &response, bool send_async);
DGDBRemoteCommunicationClient.cpp526 bool send_async) { in SendThreadSpecificPacketAndWaitForResponse() argument
527 Lock lock(*this, send_async); in SendThreadSpecificPacketAndWaitForResponse()
4052 const bool send_async = false; in GetSupportedStructuredDataPlugins() local
4054 send_async) == PacketResult::Success) { in GetSupportedStructuredDataPlugins()
4137 const bool send_async = false; in ConfigureRemoteStructuredData() local
4140 SendPacketAndWaitForResponse(stream.GetString(), response, send_async); in ConfigureRemoteStructuredData()
DProcessGDBRemote.cpp2543 bool send_async = true; in DoDestroy() local
2547 if (m_gdb_comm.SendPacketAndWaitForResponse("k", response, send_async) == in DoDestroy()
5262 bool send_async = true; in DoExecute() local
5265 packet_cstr, response, send_async); in DoExecute()
5314 bool send_async = true; in DoExecute() local
5318 packet.GetString(), response, send_async, in DoExecute()
/external/walt/android/WALT/app/src/main/jni/
Dsync_clock.c135 int send_async(struct clock_connection *clk, char cmd) { in send_async() function
221 send_async(clk, c); in improve_minE()
254 send_async(clk, CMD_SYNC_SEND); in improve_maxE()
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteClientBaseTest.cpp136 const bool send_async = true; in TEST_F() local
148 client.SendPacketAndWaitForResponse("qTest1", response, !send_async)); in TEST_F()
152 send_async); in TEST_F()
236 const bool send_async = true; in TEST_F() local
265 !send_async); in TEST_F()