Home
last modified time | relevance | path

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

12

/frameworks/av/services/oboeservice/
DAAudioServiceEndpoint.cpp62 result << " Channel Mask: 0x" << std::hex << getChannelMask() << std::dec << "\n"; in dump()
169 if (configuration.getChannelMask() != AAUDIO_UNSPECIFIED && in matches()
170 configuration.getChannelMask() != getChannelMask()) { in matches()
DAAudioServiceStreamShared.cpp167 setChannelMask(configurationInput.getChannelMask()); in open()
168 if (getChannelMask() == AAUDIO_UNSPECIFIED) { in open()
169 setChannelMask(endpoint->getChannelMask()); in open()
DAAudioServiceEndpointShared.cpp81 setChannelMask(mStreamInternal->getChannelMask()); in open()
DAAudioServiceEndpointMMAP.cpp134 getChannelMask(), getSamplesPerFrame(), direction == AAUDIO_DIRECTION_INPUT); in openWithFormat()
219 __func__, getSampleRate(), getSamplesPerFrame(), getChannelMask(), in openWithFormat()
/frameworks/base/media/jni/soundpool/
DSound.h70 audio_channel_mask_t getChannelMask() const { return mChannelMask; } in getChannelMask() function
DStream.cpp318 audio_channel_mask_t soundChannelMask = sound->getChannelMask(); in play_l()
/frameworks/av/services/audioflinger/
DSpdifStreamOut.h85 virtual audio_channel_mask_t getChannelMask() const { return mApplicationChannelMask; } in getChannelMask() function
/frameworks/base/media/tests/aidltests/src/com/android/media/
DAidlConversionUnitTests.java166 assertEquals(AudioFormat.CHANNEL_OUT_MONO, api.getChannelMask()); in testAudioConfigConversionApiLayout()
171 assertEquals(AudioFormat.CHANNEL_IN_MONO, apiInput.getChannelMask()); in testAudioConfigConversionApiLayout()
200 assertEquals(AudioFormat.CHANNEL_OUT_MONO, api.getChannelMask()); in testAudioConfigBaseConversionApiLayout()
205 assertEquals(AudioFormat.CHANNEL_IN_MONO, apiInput.getChannelMask()); in testAudioConfigBaseConversionApiLayout()
/frameworks/base/media/java/android/media/audiopolicy/
DAudioPolicyConfig.java98 dest.writeInt(mix.getFormat().getChannelMask()); in writeToParcel()
177 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() + "\n"; in toLogFriendlyString()
DAudioMix.java437 && mFormat.getChannelMask() == AudioFormat.CHANNEL_IN_MONO) { in build()
DAudioPolicy.java786 mix.getFormat().getChannelMask())) in createAudioRecordSink()
840 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()), in createAudioTrackSource()
/frameworks/av/media/libaudioclient/include/media/
DAudioIoDescriptor.h67 audio_channel_mask_t getChannelMask() const { return mChannelMask; } in getChannelMask() function
/frameworks/av/media/libaaudio/src/binding/
DAAudioStreamConfiguration.cpp76 result.channelMask = getChannelMask(); in parcelable()
/frameworks/av/media/libaudiofoundation/include/media/
DAudioGain.h41 const audio_channel_mask_t &getChannelMask() const { return mGain.channel_mask; } in getChannelMask() function
DAudioPort.h180 audio_channel_mask_t getChannelMask() const { return mChannelMask; } in getChannelMask() function
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp123 request.getConfiguration().setChannelMask(getChannelMask()); in open()
139 || request.getConfiguration().getChannelMask() == AAUDIO_CHANNEL_MONO) in open()
175 if (getChannelMask() == AAUDIO_UNSPECIFIED) { in open()
176 setChannelMask(configurationOutput.getChannelMask()); in open()
/frameworks/av/media/libaaudio/src/core/
DAAudioStreamParameters.h165 aaudio_channel_mask_t getChannelMask() const { in getChannelMask() function
DAudioStreamBuilder.cpp313 getSampleRate(), getSamplesPerFrame(), getChannelMask(), getFormat(), in logParameters()
DAudioStream.h338 aaudio_channel_mask_t getChannelMask() const { in getChannelMask() function
DAudioStream.cpp79 mChannelMask = builder.getChannelMask(); in open()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp69 AAudio_getChannelMaskForOpen(getChannelMask(), getSamplesPerFrame(), true /*isInput*/); in open()
206 AAudio_isChannelIndexMask(getChannelMask()))); in open()
DAudioStreamTrack.cpp70 AAudio_getChannelMaskForOpen(getChannelMask(), getSamplesPerFrame(), false /*isInput*/); in open()
198 AAudio_isChannelIndexMask(getChannelMask()))); in open()
/frameworks/base/core/java/android/hardware/soundtrigger/
DSoundTrigger.java1311 dest.writeInt(captureFormat.getChannelMask()); in writeToParcel()
1330 result = prime * result + captureFormat.getChannelMask(); in hashCode()
1376 if (captureFormat.getChannelMask() != other.captureFormat.getChannelMask()) in equals()
1395 (", channelMask=" + captureFormat.getChannelMask())) in toString()
1848 dest.writeInt(captureFormat.getChannelMask()); in writeToParcel()
1897 (", channelMask=" + captureFormat.getChannelMask())) in toString()
/frameworks/base/lowpan/java/android/net/lowpan/
DLowpanScanner.java107 public @Nullable Collection<Integer> getChannelMask() { in getChannelMask() method in LowpanScanner
/frameworks/base/media/java/android/media/
DAudioFormat.java955 int channelCount = channelCountFromOutChannelMask(getChannelMask()); in AudioFormat()
1029 public int getChannelMask() { in getChannelMask() method in AudioFormat

12