/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 | 2638 mChannelMask = mOutput->getChannelMask(); in readOutputParameters_l()
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTrigger.java | 805 dest.writeInt(captureFormat.getChannelMask()); in writeToParcel() 824 result = prime * result + captureFormat.getChannelMask(); in hashCode() 867 if (captureFormat.getChannelMask() != other.captureFormat.getChannelMask()) in equals() 886 (", channelMask=" + captureFormat.getChannelMask())) in toString() 1226 dest.writeInt(captureFormat.getChannelMask()); in writeToParcel() 1274 (", channelMask=" + captureFormat.getChannelMask())) in toString()
|
/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/av/media/libaudiofoundation/include/media/ |
D | AudioGain.h | 39 const audio_channel_mask_t &getChannelMask() const { return mGain.channel_mask; } in getChannelMask() function
|
D | AudioPort.h | 113 audio_channel_mask_t getChannelMask() const { return mChannelMask; } in getChannelMask() function
|
/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 | 714 int channelCount = channelCountFromOutChannelMask(getChannelMask()); in AudioFormat() 788 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 | AudioTrack.java | 638 channelMask = format.getChannelMask(); in AudioTrack() 1161 format.getChannelMask(), format.getChannelIndexMask(), in isDirectPlaybackSupported()
|
D | AudioSystem.java | 1292 format.getChannelMask(), format.getChannelIndexMask(), in isOffloadSupported()
|
/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/lowpan/java/android/net/lowpan/ |
D | LowpanScanner.java | 107 public @Nullable Collection<Integer> getChannelMask() { in getChannelMask() method in LowpanScanner
|
/frameworks/av/media/libaudiofoundation/ |
D | AudioPort.cpp | 236 mChannelMask == other->getChannelMask() && in equals()
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 1162 (channelMask == desc->getChannelMask()) && in getOutputForDevices() 1204 (channelMask != 0 && channelMask != outputDesc->getChannelMask())) { in getOutputForDevices() 1208 channelMask, outputDesc->getChannelMask()); in getOutputForDevices() 1487 outputDesc->getChannelMask() & AUDIO_CHANNEL_HAPTIC_ALL); in selectOutput() 1502 outputDesc->getChannelMask()); in selectOutput() 1506 audio_channel_mask_get_representation(outputDesc->getChannelMask())) && in selectOutput() 1507 ((channelMask & outputDesc->getChannelMask()) == channelMask)) { in selectOutput()
|
/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 | 388 __func__, gain->getMode(), gain->getChannelMask(), gain->getMinValueInMb(), in deserialize()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/ |
D | SoundTriggerService.java | 1164 .setChannelMask(originalFormat.getChannelMask()) in createAudioRecordForEvent()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13978 method public int getChannelMask();
|