Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DMetricsManager.cpp128 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in initLogSourceWhiteList()
179 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in dumpStates()
293 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in onLogEvent()
DMetricsManager.h147 mutable std::mutex mAllowedLogSourcesMutex; variable