Searched refs:mAllowedLogSourcesMutex (Results 1 – 2 of 2) sorted by relevance
199 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()
190 mutable std::mutex mAllowedLogSourcesMutex; variable