/frameworks/base/media/jni/soundpool/ |
D | Sound.h | 70 audio_channel_mask_t getChannelMask() const { return mChannelMask; } in getChannelMask() function
|
D | Stream.cpp | 323 audio_channel_mask_t soundChannelMask = sound->getChannelMask(); in play_l()
|
/frameworks/av/services/audioflinger/ |
D | SpdifStreamOut.h | 85 virtual audio_channel_mask_t getChannelMask() const { return mApplicationChannelMask; } in getChannelMask() function
|
/frameworks/base/media/java/android/media/audiopolicy/ |
D | AudioPolicyConfig.java | 98 dest.writeInt(mix.getFormat().getChannelMask()); in writeToParcel() 177 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() + "\n"; in toLogFriendlyString()
|
D | AudioPolicy.java | 729 mix.getFormat().getChannelMask())) in createAudioRecordSink() 778 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()), in createAudioTrackSource()
|
/frameworks/av/media/libaudiofoundation/include/media/ |
D | AudioGain.h | 41 const audio_channel_mask_t &getChannelMask() const { return mGain.channel_mask; } in getChannelMask() function
|
D | AudioPort.h | 148 audio_channel_mask_t getChannelMask() const { return mChannelMask; } in getChannelMask() function
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTrigger.java | 1288 dest.writeInt(captureFormat.getChannelMask()); in writeToParcel() 1307 result = prime * result + captureFormat.getChannelMask(); in hashCode() 1350 if (captureFormat.getChannelMask() != other.captureFormat.getChannelMask()) in equals() 1369 (", channelMask=" + captureFormat.getChannelMask())) in toString() 1733 dest.writeInt(captureFormat.getChannelMask()); in writeToParcel() 1781 (", channelMask=" + captureFormat.getChannelMask())) in toString()
|
/frameworks/base/lowpan/java/android/net/lowpan/ |
D | LowpanScanner.java | 107 public @Nullable Collection<Integer> getChannelMask() { in getChannelMask() method in LowpanScanner
|
/frameworks/base/media/java/android/media/ |
D | AudioFormat.java | 858 int channelCount = channelCountFromOutChannelMask(getChannelMask()); in AudioFormat() 932 public int getChannelMask() { in getChannelMask() method in AudioFormat
|
D | AudioRecord.java | 444 mChannelMask = getChannelMaskFromLegacyConfig(format.getChannelMask(), false); in AudioRecord() 867 if (mFormat.getChannelMask() == AudioFormat.CHANNEL_INVALID in build()
|
D | AudioTrack.java | 792 channelMask = format.getChannelMask(); in AudioTrack() 1451 format.getChannelMask(), format.getChannelIndexMask(), in isDirectPlaybackSupported()
|
D | AudioSystem.java | 1739 format.getChannelMask(), format.getChannelIndexMask(), in getOffloadSupport()
|
/frameworks/av/media/libaudiofoundation/ |
D | AudioPort.cpp | 323 mChannelMask == other->getChannelMask() && in equals()
|
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/ |
D | SoundTriggerTestService.java | 578 format.getSampleRate(), format.getChannelMask(), format.getEncoding()); in run()
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 1246 (config->channel_mask == desc->getChannelMask()) && in openDirectOutput() 1274 (config->channel_mask != 0 && config->channel_mask != outputDesc->getChannelMask())) { in openDirectOutput() 1278 config->channel_mask, outputDesc->getChannelMask()); in openDirectOutput() 1685 outputDesc->getChannelMask() & AUDIO_CHANNEL_HAPTIC_ALL); in selectOutput() 1700 outputDesc->getChannelMask()); in selectOutput() 1704 audio_channel_mask_get_representation(outputDesc->getChannelMask())) && in selectOutput() 1705 ((channelMask & outputDesc->getChannelMask()) == channelMask)) { in selectOutput()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | Serializer.cpp | 409 __func__, gain->getMode(), gain->getChannelMask(), gain->getMinValueInMb(), in deserialize()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
D | SoundTriggerService.java | 1292 .setChannelMask(originalFormat.getChannelMask())
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 10814 HSPLandroid/media/AudioFormat;->getChannelMask()I
|
/frameworks/base/core/api/ |
D | current.txt | 20311 method public int getChannelMask();
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13978 method public int getChannelMask();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 10809 HSPLandroid/media/AudioFormat;->getChannelMask()I
|