Searched refs:mInputDevInfo (Results 1 – 3 of 3) sorted by relevance
55 protected AudioDeviceInfo mInputDevInfo; field in USBAudioPeripheralActivity177 } 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()
136 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()
48 protected AudioDeviceInfo mInputDevInfo; field in AudioFrequencyActivity185 mInputDevInfo = null; in scanPeripheralList()195 mInputDevInfo = devInfo; in scanPeripheralList()