Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DAudioDeviceAttributes.java91 mNativeType = deviceInfo.getInternalType(); in AudioDeviceAttributes()
171 public int getInternalType() { in getInternalType() method in AudioDeviceAttributes
H A DAudioSystem.java1829 types[i] = devices.get(i).getInternalType(); in setDevicesRoleForStrategy()
1875 types[i] = devices.get(i).getInternalType(); in populateInputDevicesTypeAndAddress()
H A DAudioDeviceInfo.java400 public int getInternalType() { in getInternalType() method in AudioDeviceInfo
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioSystemAdapter.java255 ds = ds.concat(" dev=0x" + Integer.toHexString(ada.getInternalType())); in attrDeviceToDebugString()
H A DBtHelper.java578 result |= mDeviceBroker.handleDeviceConnection(isActive, audioDevice.getInternalType(), in handleBtScoActiveDeviceChange()
H A DAudioService.java10658 + device.getInternalType() + "," + device.getAddress(); // "getter" key as an id. in setAdditionalOutputDeviceDelay()
10679 key + "=" + device.getInternalType() + "," + device.getAddress()); in getAdditionalOutputDeviceDelay()
10706 key + "=" + device.getInternalType() + "," + device.getAddress()); in getMaxAdditionalOutputDeviceDelay()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
H A DCarAudioPlaybackCallbackTest.java535 when(audioDeviceInfo.getInternalType()).thenReturn(AudioDeviceInfo in generateOutAudioDeviceInfo()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/audio/
H A DCarAudioZoneTest.java378 when(audioDeviceInfo.getInternalType()).thenReturn(AudioDeviceInfo in generateOutAudioDeviceInfo()
H A DCarAudioZonesHelperTest.java135 when(inputMock.getInternalType()).thenReturn( in generateInputAudioDeviceInfo()