/frameworks/av/services/audioflinger/ |
D | AudioStreamOut.cpp | 184 audio_channel_mask_t AudioStreamOut::getChannelMask() const in getChannelMask() function in android::AudioStreamOut 187 return stream->getChannelMask(&result) == OK ? result : AUDIO_CHANNEL_INVALID; in getChannelMask()
|
D | AudioStreamOut.h | 98 virtual audio_channel_mask_t getChannelMask() const;
|
D | SpdifStreamOut.h | 85 virtual audio_channel_mask_t getChannelMask() const { return mApplicationChannelMask; } in getChannelMask() function
|
D | Threads.cpp | 2581 mChannelMask = mOutput->getChannelMask(); in readOutputParameters_l()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | AudioGain.h | 37 const audio_channel_mask_t &getChannelMask() const { return mGain.channel_mask; } in getChannelMask() function
|
/frameworks/base/media/java/android/media/audiopolicy/ |
D | AudioPolicyConfig.java | 98 dest.writeInt(mix.getFormat().getChannelMask()); in writeToParcel() 169 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() + "\n"; in toLogFriendlyString()
|
D | AudioPolicy.java | 646 mix.getFormat().getChannelMask())) in createAudioRecordSink() 695 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()), in createAudioTrackSource()
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTrigger.java | 804 dest.writeInt(captureFormat.getChannelMask()); in writeToParcel() 823 result = prime * result + captureFormat.getChannelMask(); in hashCode() 866 if (captureFormat.getChannelMask() != other.captureFormat.getChannelMask()) in equals() 884 (", channelMask=" + captureFormat.getChannelMask())) in toString() 1224 dest.writeInt(captureFormat.getChannelMask()); in writeToParcel() 1272 (", channelMask=" + captureFormat.getChannelMask())) in toString()
|
/frameworks/av/media/libaudiohal/include/media/audiohal/ |
D | StreamHalInterface.h | 41 virtual status_t getChannelMask(audio_channel_mask_t *mask) = 0;
|
/frameworks/base/media/java/android/media/ |
D | AudioFormat.java | 706 int channelCount = channelCountFromOutChannelMask(getChannelMask()); in AudioFormat() 780 public int getChannelMask() { in getChannelMask() method in AudioFormat
|
D | AudioRecord.java | 390 mChannelMask = getChannelMaskFromLegacyConfig(format.getChannelMask(), false); in AudioRecord() 695 if (mFormat.getChannelMask() == AudioFormat.CHANNEL_INVALID in build()
|
D | AudioSystem.java | 1046 format.getChannelMask(), format.getChannelIndexMask(), in isOffloadSupported()
|
D | AudioTrack.java | 638 channelMask = format.getChannelMask(); in AudioTrack() 1161 format.getChannelMask(), format.getChannelIndexMask(), in isDirectPlaybackSupported()
|
/frameworks/base/lowpan/java/android/net/lowpan/ |
D | LowpanScanner.java | 107 public @Nullable Collection<Integer> getChannelMask() { in getChannelMask() method in LowpanScanner
|
/frameworks/av/media/libaudiohal/impl/ |
D | StreamHalLocal.h | 38 virtual status_t getChannelMask(audio_channel_mask_t *mask);
|
D | StreamHalHidl.h | 58 virtual status_t getChannelMask(audio_channel_mask_t *mask);
|
D | StreamHalLocal.cpp | 58 status_t StreamHalLocal::getChannelMask(audio_channel_mask_t *mask) { in getChannelMask() function in android::CPP_VERSION::StreamHalLocal
|
D | StreamHalHidl.cpp | 81 status_t StreamHalHidl::getChannelMask(audio_channel_mask_t *mask) { in getChannelMask() function in android::CPP_VERSION::StreamHalHidl 83 return processReturn("getChannelMask", mStream->getChannelMask(), mask); in getChannelMask()
|
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/ |
D | SoundTriggerTestService.java | 572 format.getSampleRate(), format.getChannelMask(), format.getEncoding()); in run()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | Serializer.cpp | 387 __func__, gain->getMode(), gain->getChannelMask(), gain->getMinValueInMb(), in deserialize()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
D | SoundTriggerService.java | 1071 .setChannelMask(originalFormat.getChannelMask()) in createAudioRecordForEvent()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |