Searched refs:ppThreadIds (Results 1 – 2 of 2) sorted by relevance
240 ObjectId** ppThreadIds, u4* pThreadCount);241 void dvmDbgGetAllThreads(ObjectId** ppThreadIds, u4* pThreadCount);
1954 ObjectId** ppThreadIds, u4* pThreadCount) in dvmDbgGetThreadGroupThreads() argument1995 *ppThreadIds = NULL; in dvmDbgGetThreadGroupThreads()1998 ptr = *ppThreadIds = (ObjectId*) malloc(sizeof(ObjectId) * count); in dvmDbgGetThreadGroupThreads()2037 void dvmDbgGetAllThreads(ObjectId** ppThreadIds, u4* pThreadCount) in dvmDbgGetAllThreads() argument2039 dvmDbgGetThreadGroupThreads(THREAD_GROUP_ALL, ppThreadIds, pThreadCount); in dvmDbgGetAllThreads()