HomeSort by relevance Sort by last modified time
    Searched full:alsadevice (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/usb/java/com/android/server/usb/
UsbAlsaManager.java 74 private final HashMap<String,AlsaDevice>
75 mAlsaDevices = new HashMap<String,AlsaDevice>();
82 private final class AlsaDevice {
92 public AlsaDevice(int type, int card, int device) {
99 if (! (obj instanceof AlsaDevice)) {
102 AlsaDevice other = (AlsaDevice)obj;
108 sb.append("AlsaDevice: [card: " + mCard);
179 int alsaDevice = audioDevice.mDevice;
180 if (alsaCard < 0 || alsaDevice < 0)
    [all...]

Completed in 46 milliseconds