Searched refs:getChannelMask (Results 1 – 11 of 11) sorted by relevance
71 Return<AudioChannelBitfield> getChannelMask() override;
70 Return<AudioChannelBitfield> getChannelMask() override;
78 Return<AudioChannelBitfield> getChannelMask() override;
214 Return<AudioChannelBitfield> StreamIn::getChannelMask() { in getChannelMask() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn215 return mStreamCommon->getChannelMask(); in getChannelMask()
221 Return<AudioChannelBitfield> StreamOut::getChannelMask() { in getChannelMask() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut222 return mStreamCommon->getChannelMask(); in getChannelMask()
167 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);
1370 ASSERT_EQ(audioConfig.channelMask, extract(stream->getChannelMask())))1432 &GetSupported::channelMasks, &IStream::getChannelMask,