Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAdiDeviceState.java53 private final int mInternalDeviceType; field in AdiDeviceState
84 mInternalDeviceType = internalDeviceType; in AdiDeviceState()
86 mInternalDeviceType = AudioDeviceInfo.convertDeviceTypeToInternalDevice(deviceType); in AdiDeviceState()
89 mDeviceAddress = isBluetoothDevice(mInternalDeviceType) ? Objects.requireNonNull( in AdiDeviceState()
92 mDeviceId = new Pair<>(mInternalDeviceType, mDeviceAddress); in AdiDeviceState()
105 return mInternalDeviceType; in getInternalDeviceType()
163 if (!isBluetoothDevice(mInternalDeviceType)) { in updateAudioDeviceCategory()
197 && mInternalDeviceType == sads.mInternalDeviceType in equals()
207 return Objects.hash(mDeviceType, mInternalDeviceType, mDeviceAddress, mSAEnabled, in hashCode()
214 + " internal type: 0x" + Integer.toHexString(mInternalDeviceType) in toString()
[all …]