Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/audiopolicy/
DAudioPolicyConfig.java87 dest.writeInt(mix.getFormat().getChannelMask()); in writeToParcel()
151 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() +"\n"; in toLogFriendlyString()
DAudioPolicy.java340 mix.getFormat().getChannelMask())) in createAudioRecordSink()
383 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/av/services/audioflinger/
DAudioStreamOut.h98 virtual audio_channel_mask_t getChannelMask() const;
DSpdifStreamOut.h87 virtual audio_channel_mask_t getChannelMask() const { return mApplicationChannelMask; } in getChannelMask() function
DAudioStreamOut.cpp156 audio_channel_mask_t AudioStreamOut::getChannelMask() const in getChannelMask() function in android::AudioStreamOut
DThreads.cpp2090 mChannelMask = mOutput->getChannelMask(); in readOutputParameters_l()
/frameworks/base/media/java/android/media/
DAudioFormat.java595 public int getChannelMask() { in getChannelMask() method in AudioFormat
624 int channelCount = channelCountFromOutChannelMask(getChannelMask()); in getChannelCount()
DAudioRecord.java367 mChannelMask = getChannelMaskFromLegacyConfig(format.getChannelMask(), false); in AudioRecord()
548 if (mFormat.getChannelMask() == AudioFormat.CHANNEL_INVALID in build()
DAudioTrack.java481 channelMask = format.getChannelMask(); in AudioTrack()
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt405 NO DOC BLOCK: android.media.AudioFormat Method getChannelMask()
/frameworks/base/api/
Dcurrent.txt14758 method public int getChannelMask();
Dsystem-current.txt16011 method public int getChannelMask();