Searched defs:threadGroupId (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwpHandler.cpp291 //threadGroupId = debugGetMainThreadGroup();
292 //expandBufAdd8BE(pReply, threadGroupId);
293 ObjectId threadGroupId = dvmDbgGetSystemThreadGroupId(); local
294 expandBufAddObjectId(pReply, threadGroupId);
1088 ObjectId threadGroupId = dvmDbgGetThreadGroup(threadId); local
1089 expandBufAddObjectId(pReply, threadGroupId);
1210 ObjectId threadGroupId = dvmReadObjectId(&buf); local
1211 ALOGV(" Req for name of threadGroupId=0x%llx", threadGroupId);
1213 char* name = dvmDbgGetThreadGroupName(threadGroupId);
1248 ObjectId threadGroupId = dvmReadObjectId(&buf); local
[all...]
/dalvik/vm/
H A DDebugger.cpp1912 char* dvmDbgGetThreadGroupName(ObjectId threadGroupId) argument
1917 threadGroup = objectIdToObject(threadGroupId);
1930 ObjectId dvmDbgGetThreadGroupParent(ObjectId threadGroupId) argument
1935 threadGroup = objectIdToObject(threadGroupId);
1948 * If threadGroupId is set to "kAllThreads", we ignore the group field and
1953 void dvmDbgGetThreadGroupThreads(ObjectId threadGroupId, argument
1960 if (threadGroupId != THREAD_GROUP_ALL) {
1961 targetThreadGroup = objectIdToObject(threadGroupId);
1988 if (threadGroupId == THREAD_GROUP_ALL || group == targetThreadGroup)
2019 if (threadGroupId
[all...]

Completed in 24 milliseconds