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 34 Dbg::DdmSendChunk(type, length, reinterpret_cast<const uint8_t*>(&data[offset]));
  /art/runtime/
debugger.h 645 static void DdmSendChunk(uint32_t type, const std::vector<uint8_t>& bytes)
647 static void DdmSendChunk(uint32_t type, size_t len, const uint8_t* buf)
    [all...]
debugger.cc     [all...]

Completed in 68 milliseconds