OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setDynamicRate
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioProfile.h
114
void
setDynamicRate
(bool dynamic) { mIsDynamicRate = dynamic; }
267
profile->
setDynamicRate
(dynamicFormatProfile->isDynamicRate());
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
ConfigParsingUtils.cpp
195
profileToAdd->
setDynamicRate
(sampleRates.isEmpty());
204
profileToAdd->
setDynamicRate
(sampleRates.isEmpty());
Serializer.cpp
207
profile->
setDynamicRate
(profile->getSampleRates().isEmpty());
246
dynamicProfile->
setDynamicRate
(true);
324
dynamicProfile->
setDynamicRate
(true);
Completed in 60 milliseconds