Searched refs:getInternalType (Results 1 – 9 of 9) sorted by relevance
91 mNativeType = deviceInfo.getInternalType(); in AudioDeviceAttributes()171 public int getInternalType() { in getInternalType() method in AudioDeviceAttributes
1829 types[i] = devices.get(i).getInternalType(); in setDevicesRoleForStrategy()1875 types[i] = devices.get(i).getInternalType(); in populateInputDevicesTypeAndAddress()
400 public int getInternalType() { in getInternalType() method in AudioDeviceInfo
255 ds = ds.concat(" dev=0x" + Integer.toHexString(ada.getInternalType())); in attrDeviceToDebugString()
578 result |= mDeviceBroker.handleDeviceConnection(isActive, audioDevice.getInternalType(), in handleBtScoActiveDeviceChange()
10658 + 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()
535 when(audioDeviceInfo.getInternalType()).thenReturn(AudioDeviceInfo in generateOutAudioDeviceInfo()
378 when(audioDeviceInfo.getInternalType()).thenReturn(AudioDeviceInfo in generateOutAudioDeviceInfo()
135 when(inputMock.getInternalType()).thenReturn( in generateInputAudioDeviceInfo()