Searched refs:mOutputDevInfo (Results 1 – 4 of 4) sorted by relevance
54 protected AudioDeviceInfo mOutputDevInfo; field in USBAudioPeripheralActivity175 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()
157 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()
47 protected AudioDeviceInfo mOutputDevInfo; field in AudioFrequencyActivity184 mOutputDevInfo = null; in scanPeripheralList()192 mOutputDevInfo = devInfo; in scanPeripheralList()
84 if (mOutputDevInfo != null && !mIsPlaying) { in startPlay()