Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DBluetoothLeScanner.java91 private final Map<ScanCallback, BleScanCallbackWrapper> mLeScanClients; field in BluetoothLeScanner
102 mLeScanClients = new HashMap<ScanCallback, BleScanCallbackWrapper>(); in BluetoothLeScanner()
254 synchronized (mLeScanClients) { in startScan()
255 if (callback != null && mLeScanClients.containsKey(callback)) { in startScan()
314 synchronized (mLeScanClients) { in stopScan()
315 BleScanCallbackWrapper wrapper = mLeScanClients.remove(callback); in stopScan()
374 synchronized (mLeScanClients) { in flushPendingScanResults()
375 BleScanCallbackWrapper wrapper = mLeScanClients.get(callback); in flushPendingScanResults()
412 mLeScanClients.clear(); in cleanup()
466 mLeScanClients.put(mScanCallback, this); in startRegistration()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java879 private final Map<LeScanCallback, ScanCallback> mLeScanClients = new HashMap<>(); field in BluetoothAdapter
3776 mLeScanClients.clear();
4241 synchronized (mLeScanClients) { in startLeScan()
4242 if (mLeScanClients.containsKey(callback)) { in startLeScan()
4305 mLeScanClients.put(callback, scanCallback); in startLeScan()
4329 synchronized (mLeScanClients) { in stopLeScan()
4330 ScanCallback scanCallback = mLeScanClients.remove(callback); in stopLeScan()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt105 Landroid/bluetooth/BluetoothAdapter;->mLeScanClients:Ljava/util/Map;
2471 Landroid/bluetooth/le/BluetoothLeScanner;->mLeScanClients:Ljava/util/Map;