Home
last modified time | relevance | path

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

/aosp12/packages/modules/StatsD/statsd/src/metrics/
H A DMetricsManager.cpp276 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in initAllowedLogSources()
292 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in initPullAtomSources()
377 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in getPullAtomUids()
390 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in dumpStates()
454 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in checkLogCredentials()
H A DMetricsManager.h194 mutable std::mutex mAllowedLogSourcesMutex; variable