OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setDynamicChannels
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioProfile.h
111
void
setDynamicChannels
(bool dynamic) { mIsDynamicChannels = dynamic; }
266
profile->
setDynamicChannels
(dynamicFormatProfile->isDynamicChannels());
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
ConfigParsingUtils.cpp
194
profileToAdd->
setDynamicChannels
(channels.isEmpty());
203
profileToAdd->
setDynamicChannels
(channels.isEmpty());
Serializer.cpp
206
profile->
setDynamicChannels
(profile->getChannels().isEmpty());
245
dynamicProfile->
setDynamicChannels
(true);
323
dynamicProfile->
setDynamicChannels
(true);
Completed in 33 milliseconds