HomeSort by relevance Sort by last modified time
    Searched defs:mDeviceNum (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/usb/java/com/android/server/usb/
UsbAlsaDevice.java 37 private final int mDeviceNum;
59 mDeviceNum = device;
78 return mDeviceNum;
92 if (mCardNum < 0 || mDeviceNum < 0) {
94 + " alsaDevice: " + mDeviceNum);
97 return AudioService.makeAlsaAddressString(mCardNum, mDeviceNum);
238 + ", device: " + mDeviceNum
251 dump.write("device", UsbAlsaDeviceProto.DEVICE, mDeviceNum);
262 return "[card:" + mCardNum + " device:" + mDeviceNum + " " + mDeviceName + "]";
284 && mDeviceNum == other.mDeviceNu
    [all...]
  /frameworks/base/core/java/com/android/internal/alsa/
AlsaDevicesParser.java 69 int mDeviceNum = -1;
117 mDeviceNum = Integer.parseInt(token);
163 sb.append("[" + mCardNum + ":" + mDeviceNum + "]");
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 157 milliseconds