Searched defs:ChannelsVector (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioProfile.h30 typedef SortedVector<audio_channel_mask_t> ChannelsVector; typedef in namespace:android
50 const ChannelsVector &channelMasks,
60 void setChannels(const ChannelsVector &channelMasks)
66 const ChannelsVector &getChannels() const { return mChannelMasks; }
127 ChannelsVector mChannelMasks;
318 void setChannelsFor(const ChannelsVector &channelMasks, audio_format_t format)

Completed in 52 milliseconds