Home
last modified time | relevance | path

Searched refs:fieldIndexToAnnotationSetMap (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/stats/
DStatsAidl.cpp122 std::unordered_map<int, int> fieldIndexToAnnotationSetMap; in reportVendorAtom() local
128 fieldIndexToAnnotationSetMap[valuesAnnotations[i]->valueIndex] = i; in reportVendorAtom()
243 const auto& valueAnnotationIndex = fieldIndexToAnnotationSetMap.find(atomValueIdx); in reportVendorAtom()
244 if (valueAnnotationIndex != fieldIndexToAnnotationSetMap.end()) { in reportVendorAtom()