Searched refs:getChannelMask (Results 1 – 10 of 10) sorted by relevance
67 Return<AudioChannelBitfield> getChannelMask() override;
70 Return<AudioChannelBitfield> getChannelMask() override;
205 Return<AudioChannelBitfield> StreamIn::getChannelMask() { in getChannelMask() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn206 return mStreamCommon->getChannelMask(); in getChannelMask()
208 Return<AudioChannelBitfield> StreamOut::getChannelMask() { in getChannelMask() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut209 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);
830 ASSERT_EQ(audioConfig.channelMask, extract(stream->getChannelMask())))890 &GetSupported::channelMasks, &IStream::getChannelMask,
89 getChannelMask() generates (bitfield<AudioChannelMask> mask);