Searched refs:mLogFrequencyThreshold (Results 1 – 1 of 1) sorted by relevance
37 : mLogFrequencyThreshold(logFrequencyThreshold), in LoggingRateLimiter()68 return logsCount <= mLogFrequencyThreshold; in isLoggingUnderThreshold()73 const int32_t mLogFrequencyThreshold; variable