Searched refs:ppThreadIds (Results 1 – 2 of 2) sorted by relevance
240 ObjectId** ppThreadIds, u4* pThreadCount);241 void dvmDbgGetAllThreads(ObjectId** ppThreadIds, u4* pThreadCount);
1959 ObjectId** ppThreadIds, u4* pThreadCount) in dvmDbgGetThreadGroupThreads() argument2000 *ppThreadIds = NULL; in dvmDbgGetThreadGroupThreads()2003 ptr = *ppThreadIds = (ObjectId*) malloc(sizeof(ObjectId) * count); in dvmDbgGetThreadGroupThreads()2042 void dvmDbgGetAllThreads(ObjectId** ppThreadIds, u4* pThreadCount) in dvmDbgGetAllThreads() argument2044 dvmDbgGetThreadGroupThreads(THREAD_GROUP_ALL, ppThreadIds, pThreadCount); in dvmDbgGetAllThreads()