Home
last modified time | relevance | path

Searched refs:getChannelMask (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/media/java/android/media/audiopolicy/
DAudioPolicyConfig.java85 dest.writeInt(mix.getFormat().getChannelMask()); in writeToParcel()
147 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() +"\n"; in toLogFriendlyString()
DAudioPolicy.java334 mix.getFormat().getChannelMask())) in createAudioRecordSink()
377 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()), in createAudioTrackSource()
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java575 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()
/frameworks/base/media/java/android/media/
DAudioRecord.java315 mChannelCount = AudioFormat.channelCountFromInChannelMask(format.getChannelMask()); in AudioRecord()
316 mChannelMask = getChannelMaskFromLegacyConfig(format.getChannelMask(), false); in AudioRecord()
DAudioFormat.java332 public int getChannelMask() { in getChannelMask() method in AudioFormat
DAudioTrack.java422 channelMask = format.getChannelMask(); in AudioTrack()
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt205 NO DOC BLOCK: android.media.AudioFormat Method getChannelMask()
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt405 NO DOC BLOCK: android.media.AudioFormat Method getChannelMask()
/frameworks/base/api/
Dsystem-current.txt14994 method public int getChannelMask();
Dcurrent.txt13980 method public int getChannelMask();