Home
last modified time | relevance | path

Searched refs:getSupportedChannelMasks (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamIn.h62 Return<void> getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) override;
65 Return<void> getSupportedChannelMasks(AudioFormat format, getSupportedChannelMasks_cb _hidl_cb);
DStreamOut.h62 Return<void> getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) override;
65 Return<void> getSupportedChannelMasks(AudioFormat format, getSupportedChannelMasks_cb _hidl_cb);
DStream.h65 Return<void> getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) override;
68 Return<void> getSupportedChannelMasks(AudioFormat format, getSupportedChannelMasks_cb _hidl_cb);
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp90 Return<void> Stream::getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) { in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::Stream
91 return getSupportedChannelMasks(getFormat(), _hidl_cb); in getSupportedChannelMasks()
122 Return<void> Stream::getSupportedChannelMasks(AudioFormat format, in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::Stream
DStreamIn.cpp184 Return<void> StreamIn::getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) { in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
185 return mStreamCommon->getSupportedChannelMasks(_hidl_cb); in getSupportedChannelMasks()
192 Return<void> StreamIn::getSupportedChannelMasks(AudioFormat format, in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
194 return mStreamCommon->getSupportedChannelMasks(format, _hidl_cb); in getSupportedChannelMasks()
DStreamOut.cpp187 Return<void> StreamOut::getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) { in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
188 return mStreamCommon->getSupportedChannelMasks(_hidl_cb); in getSupportedChannelMasks()
195 Return<void> StreamOut::getSupportedChannelMasks(AudioFormat format, in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
197 return mStreamCommon->getSupportedChannelMasks(format, _hidl_cb); in getSupportedChannelMasks()
/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/
DAudioPrimaryHidlHalUtils.h60 EXPECT_OK(stream->getSupportedChannelMasks(returnIn(channels))); in channelMasks()
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalUtils.h74 EXPECT_OK(stream->getSupportedChannelMasks(getFormat(stream), returnIn(res, channels))); in channelMasks()
/hardware/interfaces/audio/2.0/
DIStream.hal87 getSupportedChannelMasks() generates (vec<AudioChannelMask> masks);
/hardware/interfaces/audio/4.0/
DIStream.hal101 getSupportedChannelMasks(AudioFormat format)
/hardware/interfaces/audio/5.0/
DIStream.hal101 getSupportedChannelMasks(AudioFormat format)