Home
last modified time | relevance | path

Searched refs:mFilterIndexStack (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DScanManager.java549 private final Deque<Integer> mFilterIndexStack; field in ScanManager.ScanNative
560 mFilterIndexStack = new ArrayDeque<Integer>(); in ScanNative()
657 if (isFilteringSupported() && mFilterIndexStack.isEmpty() in startRegularScan()
681 if (mFilterIndexStack.isEmpty() && isFilteringSupported()) { in startBatchScan()
983 int filterIndex = mFilterIndexStack.pop(); in configureScanFilters()
1032 mFilterIndexStack.addAll(filterIndices); in removeScanFilters()
1092 return client.filters.size() > mFilterIndexStack.size(); in shouldUseAllPassFilter()
1103 mFilterIndexStack.add(i); in initFilterIndexStack()