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.java44 protected AudioDeviceInfo mInputDevInfo; field in USBAudioPeripheralActivity
93 } else if (mInputDevInfo != null) { in showPeripheralStatus()
94 mPeripheralNameTx.setText(mInputDevInfo.getProductName().toString()); in showPeripheralStatus()
105 mInputDevInfo = null; in scanPeripheralList()
114 mInputDevInfo = devInfo; in scanPeripheralList()
118 mIsPeripheralAttached = mOutputDevInfo != null || mInputDevInfo != null; in scanPeripheralList()
126 } else if (mInputDevInfo != null) { in scanPeripheralList()
128 mProfileManager.getProfile(mInputDevInfo.getProductName().toString()); in scanPeripheralList()
DUSBAudioPeripheralAttributesActivity.java92 if (mInputDevInfo != null) { in updateConnectStatus()
93 AudioDeviceInfo deviceInfo = mInputDevInfo; in updateConnectStatus()
DUSBAudioPeripheralRecordActivity.java66 if (mInputDevInfo == null) { in startRecording()
76 int numChans = USBDeviceInfoHelper.calcMaxChannelCount(mInputDevInfo); in startRecording()