Searched refs:getChannelMask (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/audio/ | ||
D | stream_common.h | 47 hidl_bitfield<AudioChannelMask> getChannelMask() const; |
D | stream_common.cpp | 71 hidl_bitfield<AudioChannelMask> StreamCommon::getChannelMask() const { in getChannelMask() function in android::hardware::audio::V6_0::implementation::StreamCommon |
D | stream_in.h | 54 Return<hidl_bitfield<AudioChannelMask>> getChannelMask() override; |
D | stream_in.cpp | 260 Return<hidl_bitfield<AudioChannelMask>> StreamIn::getChannelMask() { in getChannelMask() function in android::hardware::audio::V6_0::implementation::StreamIn |
D | stream_out.h | 55 Return<hidl_bitfield<AudioChannelMask>> getChannelMask() override; |
D | stream_out.cpp | 267 Return<hidl_bitfield<AudioChannelMask>> StreamOut::getChannelMask() { in getChannelMask() function in android::hardware::audio::V6_0::implementation::StreamOut |