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 39 JdwpNetStateBase::JdwpNetStateBase(JdwpState* state)
152 bool JdwpState::IsConnected() {
156 void JdwpState::SendBufferedRequest(uint32_t type, const std::vector<iovec>& iov) {
180 void JdwpState::SendRequest(ExpandBuf* pReq) {
199 uint32_t JdwpState::NextRequestSerial() {
207 uint32_t JdwpState::NextEventSerial() {
211 JdwpState::JdwpState(const JdwpOptions* options)
246 JdwpState* JdwpState::Create(const JdwpOptions* options)
    [all...]
jdwp.h 123 struct JdwpState {
130 * Returns a newly-allocated JdwpState struct on success, or nullptr on failure.
135 static JdwpState* Create(const JdwpOptions* options)
138 ~JdwpState();
297 explicit JdwpState(const JdwpOptions* options);

Completed in 57 milliseconds