Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DScanManager.java526 private final Deque<Integer> mFilterIndexStack; field in ScanManager.ScanNative
537 mFilterIndexStack = new ArrayDeque<Integer>(); in ScanNative()
634 if (isFilteringSupported() && mFilterIndexStack.isEmpty() in startRegularScan()
658 if (mFilterIndexStack.isEmpty() && isFilteringSupported()) { in startBatchScan()
956 int filterIndex = mFilterIndexStack.pop(); in configureScanFilters()
1005 mFilterIndexStack.addAll(filterIndices); in removeScanFilters()
1065 return client.filters.size() > mFilterIndexStack.size(); in shouldUseAllPassFilter()
1076 mFilterIndexStack.add(i); in initFilterIndexStack()