Home
last modified time | relevance | path

Searched refs:mOutputDevInfo (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUSBAudioPeripheralActivity.java54 protected AudioDeviceInfo mOutputDevInfo; field in USBAudioPeripheralActivity
175 if (mOutputDevInfo != null) { in showPeripheralStatus()
176 productName = mOutputDevInfo.getProductName().toString(); in showPeripheralStatus()
195 mOutputDevInfo = null; in scanPeripheralList()
203 mOutputDevInfo = devInfo; in scanPeripheralList()
210 mIsPeripheralAttached = mOutputDevInfo != null || mInputDevInfo != null; in scanPeripheralList()
217 if (mOutputDevInfo != null) { in scanPeripheralList()
219 mProfileManager.getProfile(mOutputDevInfo.getProductName().toString()); in scanPeripheralList()
DUSBAudioPeripheralAttributesActivity.java157 if (mOutputDevInfo != null) { in updateConnectedPeripheralAttribs()
159 formatChannelIndexMasks(mOutputDevInfo.getChannelIndexMasks(), mOutChanMaskTx); in updateConnectedPeripheralAttribs()
163 mOutputDevInfo.getChannelMasks(), false, mOutPosMasksTx); in updateConnectedPeripheralAttribs()
166 formatEncodings(mOutputDevInfo.getEncodings(), mOutEncodingsTx); in updateConnectedPeripheralAttribs()
169 formatRates(mOutputDevInfo.getSampleRates(), mOutRatesTx); in updateConnectedPeripheralAttribs()
188 if (mOutputDevInfo != null) { in updateConnectStatus()
189 AudioDeviceInfo deviceInfo = mOutputDevInfo; in updateConnectStatus()
DAudioFrequencyActivity.java47 protected AudioDeviceInfo mOutputDevInfo; field in AudioFrequencyActivity
184 mOutputDevInfo = null; in scanPeripheralList()
192 mOutputDevInfo = devInfo; in scanPeripheralList()
DUSBAudioPeripheralPlayerActivity.java84 if (mOutputDevInfo != null && !mIsPlaying) { in startPlay()