Home
last modified time | relevance | path

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

/dalvik/vm/
DDebugger.h229 ObjectId dvmDbgGetThreadGroupParent(ObjectId threadGroupId);
DDebugger.cpp1930 ObjectId dvmDbgGetThreadGroupParent(ObjectId threadGroupId) in dvmDbgGetThreadGroupParent() function
/dalvik/vm/jdwp/
DJdwpHandler.cpp1237 ObjectId parentGroup = dvmDbgGetThreadGroupParent(groupId); in handleTGR_Parent()