Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraServiceWatchdog.cpp41 uint32_t currentThreadId = it->first; in threadLoop() local
43 mTidMap[currentThreadId].cycles++; in threadLoop()
45 if (mTidMap[currentThreadId].cycles >= mMaxCycles) { in threadLoop()
46 std::string abortMessage = getAbortMessage(mTidMap[currentThreadId].functionName); in threadLoop()
49 currentThreadId); in threadLoop()