Searched refs:mConnectedDevices (Results 1 – 1 of 1) sorted by relevance
404 private final HashMap <Integer, String> mConnectedDevices = new HashMap <Integer, String>(); field in AudioService2885 synchronized (mConnectedDevices) {2905 synchronized (mConnectedDevices) {2982 synchronized (mConnectedDevices) {2983 if (mConnectedDevices.containsKey(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP)) {2985 mConnectedDevices.get(AudioSystem.DEVICE_OUT_BLUETOOTH_A2DP));2992 synchronized (mConnectedDevices) {2993 if (mConnectedDevices.containsKey(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP)) {2995 mConnectedDevices.get(AudioSystem.DEVICE_IN_BLUETOOTH_A2DP));3429 synchronized (mConnectedDevices) { in setWiredDeviceConnectionState()[all …]