HomeSort by relevance Sort by last modified time
    Searched defs:JdwpState (Results 1 - 2 of 2) sorted by null

  /art/runtime/jdwp/
jdwp_main.cc 38 JdwpNetStateBase::JdwpNetStateBase(JdwpState* state)
141 bool JdwpState::IsConnected() {
145 void JdwpState::SendBufferedRequest(uint32_t type, const std::vector<iovec>& iov) {
169 void JdwpState::SendRequest(ExpandBuf* pReq) {
188 uint32_t JdwpState::NextRequestSerial() {
196 uint32_t JdwpState::NextEventSerial() {
200 JdwpState::JdwpState(const JdwpOptions* options)
235 JdwpState* JdwpState::Create(const JdwpOptions* options)
    [all...]
jdwp.h 118 struct JdwpState {
125 * Returns a newly-allocated JdwpState struct on success, or NULL on failure.
127 static JdwpState* Create(const JdwpOptions* options)
130 ~JdwpState();
301 explicit JdwpState(const JdwpOptions* options);

Completed in 451 milliseconds