Lines Matching refs:threadGroupId
293 ObjectId threadGroupId = dvmDbgGetSystemThreadGroupId(); in handleVM_TopLevelThreadGroups() local
294 expandBufAddObjectId(pReply, threadGroupId); in handleVM_TopLevelThreadGroups()
1090 ObjectId threadGroupId = dvmDbgGetThreadGroup(threadId); in handleTR_ThreadGroup() local
1091 expandBufAddObjectId(pReply, threadGroupId); in handleTR_ThreadGroup()
1212 ObjectId threadGroupId = dvmReadObjectId(&buf); in handleTGR_Name() local
1213 ALOGV(" Req for name of threadGroupId=0x%llx", threadGroupId); in handleTGR_Name()
1215 char* name = dvmDbgGetThreadGroupName(threadGroupId); in handleTGR_Name()
1250 ObjectId threadGroupId = dvmReadObjectId(&buf); in handleTGR_Children() local
1251 ALOGV(" Req for threads in threadGroupId=0x%llx", threadGroupId); in handleTGR_Children()
1255 dvmDbgGetThreadGroupThreads(threadGroupId, &pThreadIds, &threadCount); in handleTGR_Children()
1268 if (threadGroupId == dvmDbgGetSystemThreadGroupId()) { in handleTGR_Children()