Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/default/include/core/default/
DStreamIn.h66 Return<void> getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) override;
69 Return<void> getSupportedChannelMasks(AudioFormat format, getSupportedChannelMasks_cb _hidl_cb);
DStreamOut.h65 Return<void> getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) override;
68 Return<void> getSupportedChannelMasks(AudioFormat format, getSupportedChannelMasks_cb _hidl_cb);
DStream.h73 Return<void> getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) override;
76 Return<void> getSupportedChannelMasks(AudioFormat format, getSupportedChannelMasks_cb _hidl_cb);
/hardware/interfaces/audio/core/all-versions/default/
DStreamIn.cpp193 Return<void> StreamIn::getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) { in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
194 return mStreamCommon->getSupportedChannelMasks(_hidl_cb); in getSupportedChannelMasks()
201 Return<void> StreamIn::getSupportedChannelMasks(AudioFormat format, in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
203 return mStreamCommon->getSupportedChannelMasks(format, _hidl_cb); in getSupportedChannelMasks()
DStream.cpp101 Return<void> Stream::getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) { in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::Stream
102 return getSupportedChannelMasks(getFormat(), _hidl_cb); in getSupportedChannelMasks()
133 Return<void> Stream::getSupportedChannelMasks(AudioFormat format, in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::Stream
DStreamOut.cpp200 Return<void> StreamOut::getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) { in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
201 return mStreamCommon->getSupportedChannelMasks(_hidl_cb); in getSupportedChannelMasks()
208 Return<void> StreamOut::getSupportedChannelMasks(AudioFormat format, in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
210 return mStreamCommon->getSupportedChannelMasks(format, _hidl_cb); in getSupportedChannelMasks()
/hardware/interfaces/audio/core/all-versions/vts/functional/2.0/
DAudioPrimaryHidlHalUtils.h62 EXPECT_OK(stream->getSupportedChannelMasks(returnIn(channels))); in channelMasks()
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalUtils.h78 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/6.0/
DIStream.hal101 getSupportedChannelMasks(AudioFormat format)
/hardware/interfaces/audio/5.0/
DIStream.hal101 getSupportedChannelMasks(AudioFormat format)
/hardware/interfaces/audio/4.0/
DIStream.hal101 getSupportedChannelMasks(AudioFormat format)