/aosp12/frameworks/av/services/oboeservice/ |
H A D | AAudioServiceEndpoint.cpp | 62 result << " Channel Mask: 0x" << std::hex << getChannelMask() << std::dec << "\n"; in dump() 168 if (configuration.getChannelMask() != AAUDIO_UNSPECIFIED && in matches() 169 configuration.getChannelMask() != getChannelMask()) { in matches()
|
H A D | AAudioServiceStreamShared.cpp | 167 setChannelMask(configurationInput.getChannelMask()); in open() 168 if (getChannelMask() == AAUDIO_UNSPECIFIED) { in open() 169 setChannelMask(endpoint->getChannelMask()); in open()
|
H A D | AAudioServiceEndpointMMAP.cpp | 132 getChannelMask(), getSamplesPerFrame(), direction == AAUDIO_DIRECTION_INPUT); in openWithFormat() 246 __func__, getSampleRate(), getSamplesPerFrame(), getChannelMask(), in openWithFormat()
|
H A D | AAudioServiceEndpointShared.cpp | 81 setChannelMask(mStreamInternal->getChannelMask()); in open()
|
/aosp12/frameworks/base/media/jni/soundpool/ |
H A D | Sound.h | 70 audio_channel_mask_t getChannelMask() const { return mChannelMask; } in getChannelMask() function
|
/aosp12/frameworks/av/media/libaaudio/src/client/ |
H A D | AudioStreamInternal.cpp | 128 request.getConfiguration().setChannelMask(getChannelMask()); in open() 144 || request.getConfiguration().getChannelMask() == AAUDIO_CHANNEL_MONO) in open() 180 if (getChannelMask() == AAUDIO_UNSPECIFIED) { in open() 181 setChannelMask(configurationOutput.getChannelMask()); in open()
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | SpdifStreamOut.h | 85 virtual audio_channel_mask_t getChannelMask() const { return mApplicationChannelMask; } in getChannelMask() function
|
/aosp12/frameworks/base/media/java/android/media/audiopolicy/ |
H A D | AudioPolicyConfig.java | 98 dest.writeInt(mix.getFormat().getChannelMask()); in writeToParcel() 177 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() + "\n"; in toLogFriendlyString()
|
H A D | AudioPolicy.java | 729 mix.getFormat().getChannelMask())) in createAudioRecordSink() 778 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()), in createAudioTrackSource()
|
/aosp12/frameworks/av/media/libaaudio/src/binding/ |
H A D | AAudioStreamConfiguration.cpp | 73 result.channelMask = getChannelMask(); in parcelable()
|
/aosp12/frameworks/base/core/java/android/hardware/soundtrigger/ |
H A 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()
|
/aosp12/frameworks/av/media/libaaudio/src/legacy/ |
H A D | AudioStreamRecord.cpp | 69 AAudio_getChannelMaskForOpen(getChannelMask(), getSamplesPerFrame(), true /*isInput*/); in open() 230 AAudio_isChannelIndexMask(getChannelMask()))); in open()
|
H A D | AudioStreamTrack.cpp | 70 AAudio_getChannelMaskForOpen(getChannelMask(), getSamplesPerFrame(), false /*isInput*/); in open() 201 AAudio_isChannelIndexMask(getChannelMask()))); in open()
|
/aosp12/frameworks/av/media/libaudiofoundation/include/media/ |
H A D | AudioGain.h | 41 const audio_channel_mask_t &getChannelMask() const { return mGain.channel_mask; } in getChannelMask() function
|
H A D | AudioPort.h | 148 audio_channel_mask_t getChannelMask() const { return mChannelMask; }
|
/aosp12/frameworks/av/media/libaaudio/src/core/ |
H A D | AAudioStreamParameters.h | 165 aaudio_channel_mask_t getChannelMask() const { in getChannelMask() function
|
H A D | AudioStreamBuilder.cpp | 272 getSampleRate(), getSamplesPerFrame(), getChannelMask(), getFormat(), in logParameters()
|
H A D | AudioStream.h | 330 aaudio_channel_mask_t getChannelMask() const { in getChannelMask() function
|
/aosp12/frameworks/base/lowpan/java/android/net/lowpan/ |
H A D | LowpanScanner.java | 107 public @Nullable Collection<Integer> getChannelMask() { in getChannelMask() method in LowpanScanner
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | AudioFormat.java | 913 int channelCount = channelCountFromOutChannelMask(getChannelMask()); in AudioFormat() 987 public int getChannelMask() { in getChannelMask() method in AudioFormat
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
H A D | StreamIn.h | 68 Return<AudioChannelBitfield> getChannelMask() override;
|
H A D | StreamOut.h | 69 Return<AudioChannelBitfield> getChannelMask() override;
|
H A D | Stream.h | 73 Return<AudioChannelBitfield> getChannelMask() override;
|
/aosp12/hardware/interfaces/audio/core/all-versions/default/ |
H A D | StreamIn.cpp | 210 Return<AudioChannelBitfield> StreamIn::getChannelMask() { in getChannelMask() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn 211 return mStreamCommon->getChannelMask(); in getChannelMask()
|
H A D | StreamOut.cpp | 217 Return<AudioChannelBitfield> StreamOut::getChannelMask() { in getChannelMask() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut 218 return mStreamCommon->getChannelMask(); in getChannelMask()
|