Searched defs:sendRequest (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwpPriv.h61 bool (*sendRequest)(struct JdwpState* state, ExpandBuf* pReq); member in struct:JdwpTransport
184 return (*state->transport->sendRequest)(state, pReq);
H A DJdwpAdb.cpp664 static bool sendRequest(JdwpState* state, ExpandBuf* pReq) function
736 sendRequest,
H A DJdwpSocket.cpp824 static bool sendRequest(JdwpState* state, ExpandBuf* pReq) function
900 sendRequest,

Completed in 76 milliseconds