Searched refs:getChannelMask (Results 1 – 10 of 10) sorted by relevance
85 dest.writeInt(mix.getFormat().getChannelMask()); in writeToParcel()147 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() +"\n"; in toLogFriendlyString()
334 mix.getFormat().getChannelMask())) in createAudioRecordSink()377 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()), in createAudioTrackSource()
575 dest.writeInt(captureFormat.getChannelMask()); in writeToParcel()594 result = prime * result + captureFormat.getChannelMask(); in hashCode()631 if (captureFormat.getChannelMask() != other.captureFormat.getChannelMask()) in equals()648 (", channelMask=" + captureFormat.getChannelMask())) in toString()966 dest.writeInt(captureFormat.getChannelMask()); in writeToParcel()1014 (", channelMask=" + captureFormat.getChannelMask())) in toString()
315 mChannelCount = AudioFormat.channelCountFromInChannelMask(format.getChannelMask()); in AudioRecord()316 mChannelMask = getChannelMaskFromLegacyConfig(format.getChannelMask(), false); in AudioRecord()
332 public int getChannelMask() { in getChannelMask() method in AudioFormat
422 channelMask = format.getChannelMask(); in AudioTrack()
205 NO DOC BLOCK: android.media.AudioFormat Method getChannelMask()
405 NO DOC BLOCK: android.media.AudioFormat Method getChannelMask()
14994 method public int getChannelMask();
13980 method public int getChannelMask();