Searched refs:pidsAsync (Results 1 – 1 of 1) sorted by relevance
2595 ArraySet<Integer> pidsAsync = (mFreezerBinderAsyncThreshold < 0) ? null : new ArraySet<>(); in binderErrorLocked() local2612 if (pidsAsync != null) { in binderErrorLocked()2613 pidsAsync.add(current); in binderErrorLocked()2631 if (pidsAsync == null || pidsAsync.size() == 0) { in binderErrorLocked()2636 pidsAsync::contains, in binderErrorLocked()