Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraServiceWatchdog.cpp38 for (auto it = tidToCycleCounterMap.begin(); it != tidToCycleCounterMap.end(); it++) { in threadLoop()
41 tidToCycleCounterMap[currentThreadId]++; in threadLoop()
43 if (tidToCycleCounterMap[currentThreadId] >= mMaxCycles) { in threadLoop()
61 tidToCycleCounterMap.clear(); in requestExit()
84 tidToCycleCounterMap.erase(tid); in stop()
86 if (tidToCycleCounterMap.empty()) { in stop()
95 tidToCycleCounterMap[tid] = 0; in start()
DCameraServiceWatchdog.h142 std::unordered_map<uint32_t, uint32_t> tidToCycleCounterMap; // Thread Id to cycle counter map variable