Home | History | Annotate | Download | only in audio

Lines Matching defs:deviceInfo

60                 AudioDeviceInfo deviceInfo = mOutputDevInfo;
66 if (deviceInfo.getChannelCounts().length == 0) {
68 } else if (!ListsHelper.isSubset(deviceInfo.getChannelCounts(), attribs.mChannelCounts)) {
73 if (deviceInfo.getEncodings().length == 0) {
75 } else if (!ListsHelper.isSubset(deviceInfo.getEncodings(), attribs.mEncodings)) {
80 if (deviceInfo.getSampleRates().length == 0) {
82 } else if (!ListsHelper.isSubset(deviceInfo.getSampleRates(), attribs.mSampleRates)) {
87 if (deviceInfo.getChannelIndexMasks().length == 0 &&
88 deviceInfo.getChannelMasks().length == 0) {
92 if (!ListsHelper.isSubset(deviceInfo.getChannelIndexMasks(),
98 if (!ListsHelper.isSubset(deviceInfo.getChannelMasks(),
118 AudioDeviceInfo deviceInfo = mInputDevInfo;
124 if (deviceInfo.getChannelCounts().length == 0) {
126 } else if (!ListsHelper.isSubset(deviceInfo.getChannelCounts(), attribs.mChannelCounts)) {
131 if (deviceInfo.getEncodings().length == 0) {
133 } else if (!ListsHelper.isSubset(deviceInfo.getEncodings(), attribs.mEncodings)) {
138 if (deviceInfo.getSampleRates().length == 0) {
140 } else if (!ListsHelper.isSubset(deviceInfo.getSampleRates(), attribs.mSampleRates)) {
145 if (deviceInfo.getChannelIndexMasks().length == 0 &&
146 deviceInfo.getChannelMasks().length == 0) {
149 if (!ListsHelper.isSubset(deviceInfo.getChannelIndexMasks(),
153 if (!ListsHelper.isSubset(deviceInfo.getChannelMasks(),