Home
last modified time | relevance | path

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

12

/aosp12/frameworks/av/services/oboeservice/
H A DAAudioServiceEndpoint.cpp62 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 DAAudioServiceStreamShared.cpp167 setChannelMask(configurationInput.getChannelMask()); in open()
168 if (getChannelMask() == AAUDIO_UNSPECIFIED) { in open()
169 setChannelMask(endpoint->getChannelMask()); in open()
H A DAAudioServiceEndpointMMAP.cpp132 getChannelMask(), getSamplesPerFrame(), direction == AAUDIO_DIRECTION_INPUT); in openWithFormat()
246 __func__, getSampleRate(), getSamplesPerFrame(), getChannelMask(), in openWithFormat()
H A DAAudioServiceEndpointShared.cpp81 setChannelMask(mStreamInternal->getChannelMask()); in open()
/aosp12/frameworks/base/media/jni/soundpool/
H A DSound.h70 audio_channel_mask_t getChannelMask() const { return mChannelMask; } in getChannelMask() function
/aosp12/frameworks/av/media/libaaudio/src/client/
H A DAudioStreamInternal.cpp128 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 DSpdifStreamOut.h85 virtual audio_channel_mask_t getChannelMask() const { return mApplicationChannelMask; } in getChannelMask() function
/aosp12/frameworks/base/media/java/android/media/audiopolicy/
H A DAudioPolicyConfig.java98 dest.writeInt(mix.getFormat().getChannelMask()); in writeToParcel()
177 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() + "\n"; in toLogFriendlyString()
H A DAudioPolicy.java729 mix.getFormat().getChannelMask())) in createAudioRecordSink()
778 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()), in createAudioTrackSource()
/aosp12/frameworks/av/media/libaaudio/src/binding/
H A DAAudioStreamConfiguration.cpp73 result.channelMask = getChannelMask(); in parcelable()
/aosp12/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java1288 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 DAudioStreamRecord.cpp69 AAudio_getChannelMaskForOpen(getChannelMask(), getSamplesPerFrame(), true /*isInput*/); in open()
230 AAudio_isChannelIndexMask(getChannelMask()))); in open()
H A DAudioStreamTrack.cpp70 AAudio_getChannelMaskForOpen(getChannelMask(), getSamplesPerFrame(), false /*isInput*/); in open()
201 AAudio_isChannelIndexMask(getChannelMask()))); in open()
/aosp12/frameworks/av/media/libaudiofoundation/include/media/
H A DAudioGain.h41 const audio_channel_mask_t &getChannelMask() const { return mGain.channel_mask; } in getChannelMask() function
H A DAudioPort.h148 audio_channel_mask_t getChannelMask() const { return mChannelMask; }
/aosp12/frameworks/av/media/libaaudio/src/core/
H A DAAudioStreamParameters.h165 aaudio_channel_mask_t getChannelMask() const { in getChannelMask() function
H A DAudioStreamBuilder.cpp272 getSampleRate(), getSamplesPerFrame(), getChannelMask(), getFormat(), in logParameters()
H A DAudioStream.h330 aaudio_channel_mask_t getChannelMask() const { in getChannelMask() function
/aosp12/frameworks/base/lowpan/java/android/net/lowpan/
H A DLowpanScanner.java107 public @Nullable Collection<Integer> getChannelMask() { in getChannelMask() method in LowpanScanner
/aosp12/frameworks/base/media/java/android/media/
H A DAudioFormat.java913 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 DStreamIn.h68 Return<AudioChannelBitfield> getChannelMask() override;
H A DStreamOut.h69 Return<AudioChannelBitfield> getChannelMask() override;
H A DStream.h73 Return<AudioChannelBitfield> getChannelMask() override;
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStreamIn.cpp210 Return<AudioChannelBitfield> StreamIn::getChannelMask() { in getChannelMask() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
211 return mStreamCommon->getChannelMask(); in getChannelMask()
H A DStreamOut.cpp217 Return<AudioChannelBitfield> StreamOut::getChannelMask() { in getChannelMask() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
218 return mStreamCommon->getChannelMask(); in getChannelMask()

12