OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChannelsVector
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioProfile.h
30
typedef SortedVector<audio_channel_mask_t>
ChannelsVector
;
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)
AudioPort.h
146
void pickChannelMask(audio_channel_mask_t &channelMask, const
ChannelsVector
&channelMasks) const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp
75
ChannelsVector
flatenedChannels;
80
const
ChannelsVector
&channelsToExport = mProfiles[profileIndex]->getChannels();
188
const
ChannelsVector
&channelMasks) const
ConfigParsingUtils.cpp
159
ChannelsVector
channels;
Serializer.cpp
243
ChannelsVector
(), SampleRateVector());
321
ChannelsVector
(), SampleRateVector());
/frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.h
591
void filterSurroundChannelMasks(
ChannelsVector
*channelMasksPtr);
[
all
...]
AudioPolicyManager.cpp
[
all
...]
Completed in 53 milliseconds