Searched refs:mAllowedLogSourcesMutex (Results 1 – 2 of 2) sorted by relevance
156 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in initLogSourceWhiteList()218 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in dumpStates()280 std::lock_guard<std::mutex> lock(mAllowedLogSourcesMutex); in checkLogCredentials()
178 mutable std::mutex mAllowedLogSourcesMutex; variable