Home
last modified time | relevance | path

Searched refs:getChannelMask (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/audio/
Dstream_common.h47 hidl_bitfield<AudioChannelMask> getChannelMask() const;
Dstream_common.cpp71 hidl_bitfield<AudioChannelMask> StreamCommon::getChannelMask() const { in getChannelMask() function in android::hardware::audio::V6_0::implementation::StreamCommon
Dstream_in.h54 Return<hidl_bitfield<AudioChannelMask>> getChannelMask() override;
Dstream_in.cpp260 Return<hidl_bitfield<AudioChannelMask>> StreamIn::getChannelMask() { in getChannelMask() function in android::hardware::audio::V6_0::implementation::StreamIn
261 return mCommon.getChannelMask(); in getChannelMask()
Dstream_out.h55 Return<hidl_bitfield<AudioChannelMask>> getChannelMask() override;
Dstream_out.cpp267 Return<hidl_bitfield<AudioChannelMask>> StreamOut::getChannelMask() { in getChannelMask() function in android::hardware::audio::V6_0::implementation::StreamOut
268 return mCommon.getChannelMask(); in getChannelMask()