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

/frameworks/av/services/audioflinger/
H A DAudioStreamOut.h98 virtual audio_channel_mask_t getChannelMask() const;
H A DSpdifStreamOut.h85 virtual audio_channel_mask_t getChannelMask() const { return mApplicationChannelMask; } function in class:android::SpdifStreamOut
H A DAudioStreamOut.cpp183 audio_channel_mask_t AudioStreamOut::getChannelMask() const function in class:android::AudioStreamOut
186 return stream->getChannelMask(&result) == OK ? result : AUDIO_CHANNEL_INVALID;
H A DThreads.cpp2311 mChannelMask = mOutput->getChannelMask();
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioGain.h35 const audio_channel_mask_t &getChannelMask() const { return mGain.channel_mask; } function in class:android::AudioGain
/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicyConfig.java92 dest.writeInt(mix.getFormat().getChannelMask());
158 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() +"\n";
H A DAudioPolicy.java373 mix.getFormat().getChannelMask()))
416 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()),
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java640 dest.writeInt(captureFormat.getChannelMask());
659 result = prime * result + captureFormat.getChannelMask();
702 if (captureFormat.getChannelMask() != other.captureFormat.getChannelMask())
720 (", channelMask=" + captureFormat.getChannelMask()))
1038 dest.writeInt(captureFormat.getChannelMask());
1086 (", channelMask=" + captureFormat.getChannelMask()))
/frameworks/av/include/media/audiohal/
H A DStreamHalInterface.h38 virtual status_t getChannelMask(audio_channel_mask_t *mask) = 0;
/frameworks/av/media/libaudiohal/
H A DStreamHalLocal.h36 virtual status_t getChannelMask(audio_channel_mask_t *mask);
H A DStreamHalHidl.h56 virtual status_t getChannelMask(audio_channel_mask_t *mask);
H A DStreamHalLocal.cpp48 status_t StreamHalLocal::getChannelMask(audio_channel_mask_t *mask) { function in class:android::StreamHalLocal
H A DStreamHalHidl.cpp67 status_t StreamHalHidl::getChannelMask(audio_channel_mask_t *mask) { function in class:android::StreamHalHidl
69 return processReturn("getChannelMask", mStream->getChannelMask(), mask);
/frameworks/av/media/libaudiohal/include/
H A DStreamHalInterface.h38 virtual status_t getChannelMask(audio_channel_mask_t *mask) = 0;
/frameworks/base/media/java/android/media/
H A DAudioFormat.java653 public int getChannelMask() { method in class:AudioFormat
664 * by {@link #getChannelMask()}).
682 int channelCount = channelCountFromOutChannelMask(getChannelMask());
H A DAudioRecord.java367 mChannelMask = getChannelMaskFromLegacyConfig(format.getChannelMask(), false);
602 if (mFormat.getChannelMask() == AudioFormat.CHANNEL_INVALID
H A DAudioTrack.java571 channelMask = format.getChannelMask();
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DConfigParsingUtils.cpp71 gain->getMode(), gain->getChannelMask(), gain->getMinValueInMb(),
H A DSerializer.cpp178 gain->getMode(), gain->getChannelMask(), gain->getMinValueInMb(),
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
H A DSoundTriggerTestService.java571 format.getSampleRate(), format.getChannelMask(), format.getEncoding());

Completed in 762 milliseconds