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

  /dalvik/vm/
Debugger.h 229 char* dvmDbgGetThreadGroupName(ObjectId threadGroupId);
230 ObjectId dvmDbgGetThreadGroupParent(ObjectId threadGroupId);
240 void dvmDbgGetThreadGroupThreads(ObjectId threadGroupId,
Debugger.c     [all...]
  /dalvik/vm/jdwp/
JdwpHandler.c 316 ObjectId threadGroupId;
326 //threadGroupId = debugGetMainThreadGroup();
327 //expandBufAdd8BE(pReply, threadGroupId);
328 threadGroupId = dvmDbgGetSystemThreadGroupId();
329 expandBufAddObjectId(pReply, threadGroupId);
    [all...]

Completed in 548 milliseconds