Home
last modified time | relevance | path

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

/dalvik/vm/
DDebugger.h228 char* dvmDbgGetThreadGroupName(ObjectId threadGroupId);
DDebugger.cpp1912 char* dvmDbgGetThreadGroupName(ObjectId threadGroupId) in dvmDbgGetThreadGroupName() function
/dalvik/vm/jdwp/
DJdwpHandler.cpp1215 char* name = dvmDbgGetThreadGroupName(threadGroupId); in handleTGR_Name()