/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 | 89 Return<void> Stream::getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) { in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::Stream 90 return getSupportedChannelMasks(getFormat(), _hidl_cb); in getSupportedChannelMasks() 121 Return<void> Stream::getSupportedChannelMasks(AudioFormat format, in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::Stream
|
D | StreamIn.cpp | 185 Return<void> StreamIn::getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) { in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn 186 return mStreamCommon->getSupportedChannelMasks(_hidl_cb); in getSupportedChannelMasks() 193 Return<void> StreamIn::getSupportedChannelMasks(AudioFormat format, in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn 195 return mStreamCommon->getSupportedChannelMasks(format, _hidl_cb); in getSupportedChannelMasks()
|
D | StreamOut.cpp | 190 Return<void> StreamOut::getSupportedChannelMasks(getSupportedChannelMasks_cb _hidl_cb) { in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut 191 return mStreamCommon->getSupportedChannelMasks(_hidl_cb); in getSupportedChannelMasks() 198 Return<void> StreamOut::getSupportedChannelMasks(AudioFormat format, in getSupportedChannelMasks() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut 200 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/6.0/ |
D | IStream.hal | 101 getSupportedChannelMasks(AudioFormat format)
|
/hardware/interfaces/audio/5.0/ |
D | IStream.hal | 101 getSupportedChannelMasks(AudioFormat format)
|
/hardware/interfaces/audio/4.0/ |
D | IStream.hal | 101 getSupportedChannelMasks(AudioFormat format)
|