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

  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmServer.cc 33 NATIVE_METHOD(DdmServer, nativeSendChunk, "!(I[BII)V"),
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmServer.java 96 nativeSendChunk(chunk.type, chunk.data, chunk.offset, chunk.length);
100 native private static void nativeSendChunk(int type, byte[] data,

Completed in 917 milliseconds