Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUSBAudioPeripheralActivity.java55 protected AudioDeviceInfo mInputDevInfo; field in USBAudioPeripheralActivity
177 } else if (mInputDevInfo != null) { in showPeripheralStatus()
178 productName = mInputDevInfo.getProductName().toString(); in showPeripheralStatus()
196 mInputDevInfo = null; in scanPeripheralList()
206 mInputDevInfo = devInfo; in scanPeripheralList()
210 mIsPeripheralAttached = mOutputDevInfo != null || mInputDevInfo != null; in scanPeripheralList()
220 } else if (mInputDevInfo != null) { in scanPeripheralList()
222 mProfileManager.getProfile(mInputDevInfo.getProductName().toString()); in scanPeripheralList()
DUSBAudioPeripheralAttributesActivity.java136 if (mInputDevInfo != null) { in updateConnectedPeripheralAttribs()
138 formatChannelIndexMasks(mInputDevInfo.getChannelIndexMasks(), mInChanMasksTx); in updateConnectedPeripheralAttribs()
141 formatChannelPositionMasks(mInputDevInfo.getChannelMasks(), true, mInPosMasksTx); in updateConnectedPeripheralAttribs()
144 formatEncodings(mInputDevInfo.getEncodings(), mInEncodingsTx); in updateConnectedPeripheralAttribs()
147 formatRates(mInputDevInfo.getSampleRates(), mInRatesTx); in updateConnectedPeripheralAttribs()
238 if (mInputDevInfo != null) { in updateConnectStatus()
239 AudioDeviceInfo deviceInfo = mInputDevInfo; in updateConnectStatus()
DAudioFrequencyActivity.java48 protected AudioDeviceInfo mInputDevInfo; field in AudioFrequencyActivity
185 mInputDevInfo = null; in scanPeripheralList()
195 mInputDevInfo = devInfo; in scanPeripheralList()