Home
last modified time | relevance | path

Searched refs:dvmJdwpThreadStatusStr (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/jdwp/
DJdwpConstants.c229 const char* dvmJdwpThreadStatusStr(enum JdwpThreadStatus status) in dvmJdwpThreadStatusStr() function
DJdwpConstants.h196 const char* dvmJdwpThreadStatusStr(enum JdwpThreadStatus status);
DJdwpHandler.c1159 LOGV(" --> %s, %s\n", dvmJdwpThreadStatusStr(threadStatus), in handleTR_Status()