Searched refs:shouldKeepRandomSample (Results 1 – 4 of 4) sorted by relevance
62 inline bool shouldKeepRandomSample(int samplingPercentage) { in shouldKeepRandomSample() function
86 shouldKeepRandomSample(mPullProbability); in isPullNeeded()
406 if (!triggerPuller || !shouldKeepRandomSample(mPullProbability)) { in pullAndMatchEventsLocked()557 !shouldKeepRandomSample(mSamplingPercentage)) { in onMatchedLogEventInternalLocked()
231 if (mSamplingPercentage < 100 && !shouldKeepRandomSample(mSamplingPercentage)) { in onMatchedLogEventInternalLocked()