Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAlsaDevice.java71 mHasDevice[OUTPUT] = hasOutput; in UsbAlsaDevice()
72 mHasDevice[INPUT] = hasInput; in UsbAlsaDevice()
117 return mHasDevice[OUTPUT]; in hasOutput()
124 return mHasDevice[INPUT]; in hasInput()
250 mDeviceType[INPUT] = mHasDevice[INPUT] in initDeviceType()
254 mDeviceType[OUTPUT] = mHasDevice[OUTPUT] in initDeviceType()
348 + ", hasOutput: " + mHasDevice[OUTPUT] in toString()
349 + ", hasInput: " + mHasDevice[INPUT] + "]"; in toString()
393 && Arrays.equals(mHasDevice, other.mHasDevice) in equals()
407 result = prime * result + (mHasDevice[OUTPUT] ? 0 : 1); in hashCode()
[all …]