/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | StreamIn.h | 62 Return<void> getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) override; 65 Return<void> getSupportedChannelMasks(AudioFormat format, getSupportedChannelMasks_cb _hidl_cb);
|
D | StreamOut.h | 62 Return<void> getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) override; 65 Return<void> getSupportedChannelMasks(AudioFormat format, getSupportedChannelMasks_cb _hidl_cb);
|
D | Stream.h | 65 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/ |
D | Stream.cpp | 90 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
|
D | StreamIn.cpp | 184 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()
|
D | StreamOut.cpp | 187 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/ |
D | AudioPrimaryHidlHalUtils.h | 60 EXPECT_OK(stream->getSupportedChannelMasks(returnIn(channels))); in channelMasks()
|
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalUtils.h | 74 EXPECT_OK(stream->getSupportedChannelMasks(getFormat(stream), returnIn(res, channels))); in channelMasks()
|
/hardware/interfaces/audio/2.0/ |
D | IStream.hal | 87 getSupportedChannelMasks() generates (vec<AudioChannelMask> masks);
|
/hardware/interfaces/audio/4.0/ |
D | IStream.hal | 101 getSupportedChannelMasks(AudioFormat format)
|
/hardware/interfaces/audio/5.0/ |
D | IStream.hal | 101 getSupportedChannelMasks(AudioFormat format)
|