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

/frameworks/av/services/audioflinger/
H A DAudioStreamOut.h98 virtual audio_channel_mask_t getChannelMask() const;
H A DSpdifStreamOut.h87 virtual audio_channel_mask_t getChannelMask() const { return mApplicationChannelMask; } function in class:android::SpdifStreamOut
H A DAudioStreamOut.cpp156 audio_channel_mask_t AudioStreamOut::getChannelMask() const function in class:android::AudioStreamOut
H A DThreads.cpp2090 mChannelMask = mOutput->getChannelMask();
/frameworks/base/media/java/android/media/
H A DAudioFormat.java595 public int getChannelMask() { method in class:AudioFormat
606 * by {@link #getChannelMask()}).
624 int channelCount = channelCountFromOutChannelMask(getChannelMask());
H A DAudioRecord.java367 mChannelMask = getChannelMaskFromLegacyConfig(format.getChannelMask(), false);
548 if (mFormat.getChannelMask() == AudioFormat.CHANNEL_INVALID
H A DAudioTrack.java481 channelMask = format.getChannelMask();
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicyConfig.java87 dest.writeInt(mix.getFormat().getChannelMask());
151 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() +"\n";
H A DAudioPolicy.java340 mix.getFormat().getChannelMask()))
383 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()),
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java575 dest.writeInt(captureFormat.getChannelMask());
594 result = prime * result + captureFormat.getChannelMask();
631 if (captureFormat.getChannelMask() != other.captureFormat.getChannelMask())
648 (", channelMask=" + captureFormat.getChannelMask()))
966 dest.writeInt(captureFormat.getChannelMask());
1014 (", channelMask=" + captureFormat.getChannelMask()))

Completed in 190 milliseconds