Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/libtiutils/
DDebugUtils.h119 const void * const mThreadId; variable
350 mFile(file), mLine(line), mFunction(function), mThreadId(androidGetThreadId()), mExitLine(-1) in FunctionLogger()
357 (int)mThreadId, IndentString<>(debug->offsetForCurrentThread()).string(), in FunctionLogger()
368 (int)mThreadId, IndentString<>(debug->offsetForCurrentThread()).string(), in ~FunctionLogger()
382 (int)mThreadId, IndentString<>(debug->offsetForCurrentThread()).string(), in setExitLine()
/hardware/intel/common/utils/ISV/include/
Disv_processor.h95 android_thread_id_t mThreadId; variable
/hardware/intel/common/utils/ISV/base/
Disv_processor.cpp38 mThreadId(NULL), in ISVProcessor()
91 mThreadId = androidGetThreadId(); in readyToRun()
417 return mThreadId == androidGetThreadId(); in isCurrentThread()