Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/src/metrics/
DMetricsManager.cpp199 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in initLogSourceWhiteList()
215 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in initPullAtomSources()
300 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in getPullAtomUids()
313 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in dumpStates()
377 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in checkLogCredentials()
DMetricsManager.h190 mutable std::mutex mAllowedLogSourcesMutex; variable