Searched refs:getChannelMask (Results 1 – 11 of 11) sorted by relevance
67 Return<AudioChannelBitfield> getChannelMask() override;
70 Return<AudioChannelBitfield> getChannelMask() override;
209 Return<AudioChannelBitfield> StreamOut::getChannelMask() { in getChannelMask() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut210 return mStreamCommon->getChannelMask(); in getChannelMask()
206 Return<AudioChannelBitfield> StreamIn::getChannelMask() { in getChannelMask() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn207 return mStreamCommon->getChannelMask(); in getChannelMask()
155 Return<AudioChannelBitfield> Stream::getChannelMask() { in getChannelMask() function in android::hardware::audio::CPP_VERSION::implementation::Stream
78 getChannelMask() generates (AudioChannelMask mask);
89 getChannelMask() generates (bitfield<AudioChannelMask> mask);
1059 ASSERT_EQ(audioConfig.channelMask, extract(stream->getChannelMask())))1119 &GetSupported::channelMasks, &IStream::getChannelMask,