Searched refs:mOutputDevInfo (Results 1 – 5 of 5) sorted by relevance
43 protected AudioDeviceInfo mOutputDevInfo; field in USBAudioPeripheralActivity91 if (mOutputDevInfo != null) { in showPeripheralStatus()92 mPeripheralNameTx.setText(mOutputDevInfo.getProductName().toString()); in showPeripheralStatus()104 mOutputDevInfo = null; in scanPeripheralList()111 mOutputDevInfo = devInfo; in scanPeripheralList()118 mIsPeripheralAttached = mOutputDevInfo != null || mInputDevInfo != null; in scanPeripheralList()123 if (mOutputDevInfo != null) { in scanPeripheralList()125 mProfileManager.getProfile(mOutputDevInfo.getProductName().toString()); in scanPeripheralList()
58 if (mOutputDevInfo != null && !mIsPlaying) { in startPlay()59 int numChans = USBDeviceInfoHelper.calcMaxChannelCount(mOutputDevInfo); in startPlay()
59 if (mOutputDevInfo != null) { in updateConnectStatus()60 AudioDeviceInfo deviceInfo = mOutputDevInfo; in updateConnectStatus()
55 getPassButton().setEnabled(mOutputDevInfo != null); in updateConnectStatus()
139 getPassButton().setEnabled(mOutputDevInfo != null); in updateConnectStatus()