Searched refs:mAttachedDevices (Results 1 – 1 of 1) sorted by relevance
81 private HashMap<Integer, Stack<UsbAlsaDevice>> mAttachedDevices = new HashMap<>(); field in UsbAlsaManager216 Stack<UsbAlsaDevice> devices = mAttachedDevices.get(deviceType); in addDeviceToAttachedDevicesMap()218 mAttachedDevices.put(deviceType, new Stack<>()); in addDeviceToAttachedDevicesMap()219 devices = mAttachedDevices.get(deviceType); in addDeviceToAttachedDevicesMap()231 Stack<UsbAlsaDevice> devices = mAttachedDevices.get(deviceType); in removeDeviceFromAttachedDevicesMap()237 mAttachedDevices.remove(deviceType); in removeDeviceFromAttachedDevicesMap()258 Stack<UsbAlsaDevice> devices = mAttachedDevices.get(deviceType); in selectDefaultDevice()280 Stack<UsbAlsaDevice> devices = mAttachedDevices.get(deviceType); in deselectCurrentDevice()