Searched refs:getSupportedChannelMasks (Results 1 - 10 of 10) sorted by relevance

/hardware/interfaces/audio/2.0/
H A DIStream.hal87 getSupportedChannelMasks() generates (vec<AudioChannelMask> masks);
/hardware/interfaces/audio/4.0/
H A DIStream.hal101 getSupportedChannelMasks(AudioFormat format)
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
H A DStreamIn.h63 Return<void> getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) override;
66 Return<void> getSupportedChannelMasks(AudioFormat format, getSupportedChannelMasks_cb _hidl_cb);
H A DStreamOut.h65 Return<void> getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) override;
68 Return<void> getSupportedChannelMasks(AudioFormat format, getSupportedChannelMasks_cb _hidl_cb);
H A DStream.impl.h86 Return<void> Stream::getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::Stream
87 return getSupportedChannelMasks(getFormat(), _hidl_cb);
118 Return<void> Stream::getSupportedChannelMasks(AudioFormat format, function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::Stream
H A DStreamIn.impl.h183 Return<void> StreamIn::getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::StreamIn
184 return mStreamCommon->getSupportedChannelMasks(_hidl_cb);
191 Return<void> StreamIn::getSupportedChannelMasks(AudioFormat format, function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::StreamIn
193 return mStreamCommon->getSupportedChannelMasks(format, _hidl_cb);
H A DStreamOut.impl.h186 Return<void> StreamOut::getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) { function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::StreamOut
187 return mStreamCommon->getSupportedChannelMasks(_hidl_cb);
194 Return<void> StreamOut::getSupportedChannelMasks(AudioFormat format, function in class:android::hardware::audio::AUDIO_HAL_VERSION::implementation::StreamOut
196 return mStreamCommon->getSupportedChannelMasks(format, _hidl_cb);
H A DStream.h65 Return<void> getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) override;
68 Return<void> getSupportedChannelMasks(AudioFormat format, getSupportedChannelMasks_cb _hidl_cb);
/hardware/interfaces/audio/core/4.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp795 Result getSupportedChannelMasks(IStream* stream, function
799 stream->getSupportedChannelMasks(extract(stream->getFormat()), returnIn(res, channels)));
820 &getSupportedChannelMasks, &IStream::getChannelMask,
/hardware/interfaces/audio/core/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp732 &IStream::getSupportedChannelMasks, &IStream::getChannelMask,

Completed in 1296 milliseconds