HomeSort by relevance Sort by last modified time
    Searched refs:getChannelMask (Results 1 - 25 of 41) sorted by null

1 2

  /cts/tests/tests/media/src/android/media/cts/
AudioFormatTest.java 54 TEST_CONF_POS, copiedFormat.getChannelMask());
75 AudioFormat.CHANNEL_INVALID, copiedFormat.getChannelMask());
96 AudioFormat.CHANNEL_INVALID, copiedFormat.getChannelMask());
112 TEST_CONF_POS, copiedFormat.getChannelMask());
141 AudioFormat.CHANNEL_INVALID, copiedFormat.getChannelMask());
AudioRecordingConfigurationTest.java 285 && (config.getClientFormat().getChannelMask() == format.getChannelMask())
292 && ((config.getFormat().getChannelMask() != AudioFormat.CHANNEL_INVALID)
  /frameworks/av/services/audioflinger/
AudioStreamOut.h 98 virtual audio_channel_mask_t getChannelMask() const;
SpdifStreamOut.h 85 virtual audio_channel_mask_t getChannelMask() const { return mApplicationChannelMask; }
AudioStreamOut.cpp 183 audio_channel_mask_t AudioStreamOut::getChannelMask() const
186 return stream->getChannelMask(&result) == OK ? result : AUDIO_CHANNEL_INVALID;
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioGain.h 35 const audio_channel_mask_t &getChannelMask() const { return mGain.channel_mask; }
  /device/asus/fugu/libaudio/
AudioStreamIn.h 41 uint32_t getChannelMask();
AudioStreamIn.cpp 125 uint32_t AudioStreamIn::getChannelMask()
  /frameworks/av/media/libaudiohal/include/
StreamHalInterface.h 38 virtual status_t getChannelMask(audio_channel_mask_t *mask) = 0;
  /packages/services/Car/car-support-lib/src/android/support/car/media/
CarAudioManagerEmbedded.java 99 return AudioRecord.getMinBufferSize(SAMPLING_RATE, AUDIO_RECORD_FORMAT.getChannelMask(),
  /frameworks/base/media/java/android/media/audiopolicy/
AudioPolicyConfig.java 92 dest.writeInt(mix.getFormat().getChannelMask());
158 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() +"\n";
AudioPolicy.java 373 mix.getFormat().getChannelMask()))
416 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()),
  /hardware/interfaces/audio/2.0/
IStream.hal 78 getChannelMask() generates (AudioChannelMask mask);
  /frameworks/base/core/java/android/hardware/soundtrigger/
SoundTrigger.java 640 dest.writeInt(captureFormat.getChannelMask());
659 result = prime * result + captureFormat.getChannelMask();
702 if (captureFormat.getChannelMask() != other.captureFormat.getChannelMask())
720 (", channelMask=" + captureFormat.getChannelMask()))
    [all...]
  /frameworks/av/media/libaudiohal/
StreamHalLocal.h 36 virtual status_t getChannelMask(audio_channel_mask_t *mask);
StreamHalHidl.h 56 virtual status_t getChannelMask(audio_channel_mask_t *mask);
StreamHalLocal.cpp 48 status_t StreamHalLocal::getChannelMask(audio_channel_mask_t *mask) {
  /hardware/interfaces/audio/2.0/default/
StreamIn.h 68 Return<AudioChannelMask> getChannelMask() override;
StreamIn.cpp 199 Return<AudioChannelMask> StreamIn::getChannelMask() {
200 return mStreamCommon->getChannelMask();
Stream.h 59 Return<AudioChannelMask> getChannelMask() override;
StreamOut.h 70 Return<AudioChannelMask> getChannelMask() override;
StreamOut.cpp 196 Return<AudioChannelMask> StreamOut::getChannelMask() {
197 return mStreamCommon->getChannelMask();
Stream.cpp 121 Return<AudioChannelMask> Stream::getChannelMask() {
  /frameworks/base/media/java/android/media/
AudioFormat.java 653 public int getChannelMask() {
664 * by {@link #getChannelMask()}).
682 int channelCount = channelCountFromOutChannelMask(getChannelMask());
    [all...]
  /hardware/interfaces/audio/2.0/vts/functional/
AudioPrimaryHidlHalTest.cpp 753 GetChannelMask,
755 stream->getChannelMask())
811 extract(stream->getChannelMask()),
813 &IStream::getChannelMask,
    [all...]

Completed in 619 milliseconds

1 2