Searched defs:chunk (Results 1 - 1 of 1) sorted by relevance

/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
H A DDdmServer.java49 * chunk type.
91 * Send a chunk of data to the DDM server. This takes the form of a
96 public static void sendChunk(Chunk chunk) { argument
97 nativeSendChunk(chunk.type, chunk.data, chunk.offset, chunk.length);
100 /* send a chunk to the DDM server */
131 * This is called by the VM when a chunk arrives.
134 * a chance to register all of its chunk handler
[all...]

Completed in 170 milliseconds