Searched refs:mOutDeviceType (Results 1 – 1 of 1) sorted by relevance
231 final int mOutDeviceType; // TYPE_BUILTIN_SPEAKER for example field in AudioDataPathsBaseActivity.TestModule355 mOutDeviceType = outDeviceType; in TestModule()429 return AudioDeviceUtils.getShortDeviceTypeName(mOutDeviceType); in getOutDeviceName()554 String deviceName = AudioDeviceUtils.getShortDeviceTypeName(mOutDeviceType); in formatOutputAttributes()926 mOutDeviceType, in generateReportLog()1099 if (testModule.mOutDeviceType == AudioDeviceInfo.TYPE_BUILTIN_SPEAKER in validateTestDevices()1102 } else if (testModule.mOutDeviceType == devInfo.getType()) { in validateTestDevices()