Home
last modified time | relevance | path

Searched defs:StdCollectionTraits (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp56 struct StdCollectionTraits { struct
57 typedef C Collection;
58 typedef typename C::value_type Element;
59 typedef void* PtrSerializingCtx;
61 static status_t addElementToCollection(const Element &element, Collection *collection) { in addElementToCollection()