Home
last modified time | relevance | path

Searched refs:getChannelMask (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/av/services/audioflinger/
DAudioStreamOut.cpp184 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()
DAudioStreamOut.h98 virtual audio_channel_mask_t getChannelMask() const;
DSpdifStreamOut.h85 virtual audio_channel_mask_t getChannelMask() const { return mApplicationChannelMask; } in getChannelMask() function
DThreads.cpp2638 mChannelMask = mOutput->getChannelMask(); in readOutputParameters_l()
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java805 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/
DAudioPolicyConfig.java98 dest.writeInt(mix.getFormat().getChannelMask()); in writeToParcel()
169 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() + "\n"; in toLogFriendlyString()
DAudioPolicy.java646 mix.getFormat().getChannelMask())) in createAudioRecordSink()
695 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()), in createAudioTrackSource()
/frameworks/av/media/libaudiofoundation/include/media/
DAudioGain.h39 const audio_channel_mask_t &getChannelMask() const { return mGain.channel_mask; } in getChannelMask() function
DAudioPort.h113 audio_channel_mask_t getChannelMask() const { return mChannelMask; } in getChannelMask() function
/frameworks/av/media/libaudiohal/include/media/audiohal/
DStreamHalInterface.h41 virtual status_t getChannelMask(audio_channel_mask_t *mask) = 0;
/frameworks/base/media/java/android/media/
DAudioFormat.java714 int channelCount = channelCountFromOutChannelMask(getChannelMask()); in AudioFormat()
788 public int getChannelMask() { in getChannelMask() method in AudioFormat
DAudioRecord.java390 mChannelMask = getChannelMaskFromLegacyConfig(format.getChannelMask(), false); in AudioRecord()
695 if (mFormat.getChannelMask() == AudioFormat.CHANNEL_INVALID in build()
DAudioTrack.java638 channelMask = format.getChannelMask(); in AudioTrack()
1161 format.getChannelMask(), format.getChannelIndexMask(), in isDirectPlaybackSupported()
DAudioSystem.java1292 format.getChannelMask(), format.getChannelIndexMask(), in isOffloadSupported()
/frameworks/av/media/libaudiohal/impl/
DStreamHalLocal.h38 virtual status_t getChannelMask(audio_channel_mask_t *mask);
DStreamHalHidl.h58 virtual status_t getChannelMask(audio_channel_mask_t *mask);
DStreamHalLocal.cpp58 status_t StreamHalLocal::getChannelMask(audio_channel_mask_t *mask) { in getChannelMask() function in android::CPP_VERSION::StreamHalLocal
DStreamHalHidl.cpp81 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/
DLowpanScanner.java107 public @Nullable Collection<Integer> getChannelMask() { in getChannelMask() method in LowpanScanner
/frameworks/av/media/libaudiofoundation/
DAudioPort.cpp236 mChannelMask == other->getChannelMask() && in equals()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1162 (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/
DSoundTriggerTestService.java572 format.getSampleRate(), format.getChannelMask(), format.getEncoding()); in run()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp388 __func__, gain->getMode(), gain->getChannelMask(), gain->getMinValueInMb(), in deserialize()
/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
DSoundTriggerService.java1164 .setChannelMask(originalFormat.getChannelMask()) in createAudioRecordForEvent()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13978 method public int getChannelMask();

12