Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java640 dest.writeInt(captureFormat.getChannelMask()); in writeToParcel()
659 result = prime * result + captureFormat.getChannelMask(); in hashCode()
702 if (captureFormat.getChannelMask() != other.captureFormat.getChannelMask()) in equals()
720 (", channelMask=" + captureFormat.getChannelMask())) in toString()
1038 dest.writeInt(captureFormat.getChannelMask()); in writeToParcel()
1086 (", channelMask=" + captureFormat.getChannelMask())) in toString()
/frameworks/base/media/java/android/media/audiopolicy/
DAudioPolicyConfig.java92 dest.writeInt(mix.getFormat().getChannelMask()); in writeToParcel()
158 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/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.cpp177 audio_channel_mask_t AudioStreamOut::getChannelMask() const in getChannelMask() function in android::AudioStreamOut
DThreads.cpp2383 mChannelMask = mOutput->getChannelMask(); in readOutputParameters_l()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioGain.h35 const audio_channel_mask_t &getChannelMask() const { return mGain.channel_mask; } in getChannelMask() function
/frameworks/base/media/java/android/media/
DAudioFormat.java653 public int getChannelMask() { in getChannelMask() method in AudioFormat
682 int channelCount = channelCountFromOutChannelMask(getChannelMask()); in getChannelCount()
DAudioRecord.java367 mChannelMask = getChannelMaskFromLegacyConfig(format.getChannelMask(), false); in AudioRecord()
602 if (mFormat.getChannelMask() == AudioFormat.CHANNEL_INVALID in build()
DAudioTrack.java493 channelMask = format.getChannelMask(); in AudioTrack()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DConfigParsingUtils.cpp71 gain->getMode(), gain->getChannelMask(), gain->getMinValueInMb(), in loadAudioPortGain()
DSerializer.cpp178 gain->getMode(), gain->getChannelMask(), gain->getMinValueInMb(), in deserialize()
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
DSoundTriggerTestService.java563 format.getSampleRate(), format.getChannelMask(), format.getEncoding()); in run()
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt405 NO DOC BLOCK: android.media.AudioFormat Method getChannelMask()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13978 method public int getChannelMask();
/frameworks/base/api/
Dcurrent.txt19610 method public int getChannelMask();
Dsystem-current.txt21127 method public int getChannelMask();
Dtest-current.txt19684 method public int getChannelMask();