HomeSort by relevance Sort by last modified time
    Searched refs:DdmSendChunk (Results 1 - 3 of 3) sorted by null

  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmServer.cc 32 Dbg::DdmSendChunk(type, length, reinterpret_cast<const uint8_t*>(&data[offset]));
  /art/runtime/
debugger.h 642 static void DdmSendChunk(uint32_t type, const std::vector<uint8_t>& bytes)
644 static void DdmSendChunk(uint32_t type, size_t len, const uint8_t* buf)
    [all...]
debugger.cc     [all...]

Completed in 49 milliseconds