Searched refs:getChannelMask (Results 1 – 19 of 19) sorted by relevance
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTrigger.java | 640 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/ |
D | AudioPolicyConfig.java | 92 dest.writeInt(mix.getFormat().getChannelMask()); in writeToParcel() 158 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() +"\n"; in toLogFriendlyString()
|
D | AudioPolicy.java | 340 mix.getFormat().getChannelMask())) in createAudioRecordSink() 383 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()), in createAudioTrackSource()
|
/frameworks/av/services/audioflinger/ |
D | AudioStreamOut.h | 98 virtual audio_channel_mask_t getChannelMask() const;
|
D | SpdifStreamOut.h | 87 virtual audio_channel_mask_t getChannelMask() const { return mApplicationChannelMask; } in getChannelMask() function
|
D | AudioStreamOut.cpp | 177 audio_channel_mask_t AudioStreamOut::getChannelMask() const in getChannelMask() function in android::AudioStreamOut
|
D | Threads.cpp | 2383 mChannelMask = mOutput->getChannelMask(); in readOutputParameters_l()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioGain.h | 35 const audio_channel_mask_t &getChannelMask() const { return mGain.channel_mask; } in getChannelMask() function
|
/frameworks/base/media/java/android/media/ |
D | AudioFormat.java | 653 public int getChannelMask() { in getChannelMask() method in AudioFormat 682 int channelCount = channelCountFromOutChannelMask(getChannelMask()); in getChannelCount()
|
D | AudioRecord.java | 367 mChannelMask = getChannelMaskFromLegacyConfig(format.getChannelMask(), false); in AudioRecord() 602 if (mFormat.getChannelMask() == AudioFormat.CHANNEL_INVALID in build()
|
D | AudioTrack.java | 493 channelMask = format.getChannelMask(); in AudioTrack()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | ConfigParsingUtils.cpp | 71 gain->getMode(), gain->getChannelMask(), gain->getMinValueInMb(), in loadAudioPortGain()
|
D | Serializer.cpp | 178 gain->getMode(), gain->getChannelMask(), gain->getMinValueInMb(), in deserialize()
|
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/ |
D | SoundTriggerTestService.java | 563 format.getSampleRate(), format.getChannelMask(), format.getEncoding()); in run()
|
/frameworks/base/docs/html/sdk/api_diff/21/ |
D | missingSinces.txt | 405 NO DOC BLOCK: android.media.AudioFormat Method getChannelMask()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13978 method public int getChannelMask();
|
/frameworks/base/api/ |
D | current.txt | 19610 method public int getChannelMask();
|
D | system-current.txt | 21127 method public int getChannelMask();
|
D | test-current.txt | 19684 method public int getChannelMask();
|