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.cpp59 struct StdCollectionTraits { struct
60 typedef C Collection;
61 typedef typename C::value_type Element;
62 typedef void* PtrSerializingCtx;
64 static status_t addElementToCollection(const Element &element, Collection *collection) { in addElementToCollection()