Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java741 mBluetoothConnectionCallbackExecutorMap = new HashMap<>(); field in BluetoothAdapter
3244 synchronized (mBluetoothConnectionCallbackExecutorMap) {
4129 mBluetoothConnectionCallbackExecutorMap.entrySet()) {
4140 mBluetoothConnectionCallbackExecutorMap.entrySet()) {
4170 synchronized (mBluetoothConnectionCallbackExecutorMap) { in registerBluetoothConnectionCallback()
4172 if (mBluetoothConnectionCallbackExecutorMap.isEmpty()) { in registerBluetoothConnectionCallback()
4183 mBluetoothConnectionCallbackExecutorMap.remove(callback); in registerBluetoothConnectionCallback()
4190 if (mBluetoothConnectionCallbackExecutorMap.containsKey(callback)) { in registerBluetoothConnectionCallback()
4193 mBluetoothConnectionCallbackExecutorMap.put(callback, executor); in registerBluetoothConnectionCallback()
4218 synchronized (mBluetoothConnectionCallbackExecutorMap) { in unregisterBluetoothConnectionCallback()
[all …]