Searched refs:inDeviceInfo (Results 1 – 1 of 1) sorted by relevance
71 AudioDeviceInfo inDeviceInfo, in PeripheralProfile() argument92 if (inDeviceInfo != null) { in PeripheralProfile()96 mInputAttributes.mChannelCounts = inDeviceInfo.getChannelCounts(); in PeripheralProfile()97 mInputAttributes.mChannelIndexMasks = inDeviceInfo.getChannelIndexMasks(); in PeripheralProfile()98 mInputAttributes.mChannelPositionMasks = inDeviceInfo.getChannelMasks(); in PeripheralProfile()99 mInputAttributes.mEncodings = inDeviceInfo.getEncodings(); in PeripheralProfile()100 mInputAttributes.mSampleRates = inDeviceInfo.getSampleRates(); in PeripheralProfile()