Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpConstants.cpp179 const char* dvmJdwpModKindStr(JdwpModKind kind) in dvmJdwpModKindStr() function
DJdwpConstants.h139 const char* dvmJdwpModKindStr(JdwpModKind kind);
DJdwpEvent.cpp174 ALOGI(" %s", dvmJdwpModKindStr(kind)); in dumpEvent()