Searched refs:nbSkippedElements (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libeffects/config/src/ |
D | EffectsConfig.cpp | 299 size_t nbSkippedElements = 0; in parseWithPath() local 300 auto registerFailure = [&nbSkippedElements](bool result) { in parseWithPath() 301 nbSkippedElements += result ? 0 : 1; in parseWithPath() 341 return {std::move(config), nbSkippedElements, std::move(path)}; in parseWithPath()
|
/frameworks/av/services/audiopolicy/engine/config/src/ |
D | EngineConfig.cpp | 494 size_t nbSkippedElements = 0; in deserialize() local 495 deserializeCollection<ValueTraits>(doc, child, pairs, nbSkippedElements); in deserialize() 788 size_t nbSkippedElements = 0; in parse() local 792 doc.get(), cur, config->productStrategies, nbSkippedElements); in parse() 794 doc.get(), cur, config->criteria, nbSkippedElements); in parse() 796 doc.get(), cur, config->criterionTypes, nbSkippedElements); in parse() 798 doc.get(), cur, config->volumeGroups, nbSkippedElements); in parse() 800 return {std::move(config), nbSkippedElements}; in parse() 819 size_t nbSkippedElements = 0; in parseLegacyVolumeFile() local 820 return deserializeLegacyVolumeCollection(doc.get(), cur, volumeGroups, nbSkippedElements); in parseLegacyVolumeFile()
|