Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DTypeConverter.h36 typedef SortedVector<Type> Collection; typedef
41 typedef Vector<Type> Collection; typedef
48 typedef Vector<Type> Collection; typedef
53 typedef Vector<Type> Collection; typedef
58 typedef Vector<Type> Collection; typedef
63 typedef SortedVector<Type> Collection; typedef
71 typedef Vector<Type> Collection; typedef
76 typedef Vector<Type> Collection; typedef
81 typedef Vector<Type> Collection; typedef
86 typedef Vector<Type> Collection; typedef
[all …]
/frameworks/av/media/libmedia/include/media/
DTypeConverter.h36 typedef SortedVector<Type> Collection; typedef
41 typedef Vector<Type> Collection; typedef
48 typedef Vector<Type> Collection; typedef
53 typedef Vector<Type> Collection; typedef
58 typedef Vector<Type> Collection; typedef
63 typedef SortedVector<Type> Collection; typedef
71 typedef Vector<Type> Collection; typedef
76 typedef Vector<Type> Collection; typedef
81 typedef Vector<Type> Collection; typedef
86 typedef Vector<Type> Collection; typedef
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DTypeConverter.h29 typedef Vector<Type> Collection; typedef
34 typedef Vector<Type> Collection; typedef
39 typedef Vector<Type> Collection; typedef
44 typedef Vector<Type> Collection; typedef
DSerializer.h52 typedef AudioGainCollection Collection; typedef
78 typedef AudioProfileVector Collection; typedef
101 typedef IOProfileCollection Collection; typedef
125 typedef DeviceVector Collection; typedef
147 typedef AudioRouteVector Collection; typedef
171 typedef HwModuleCollection Collection; typedef
208 typedef VolumeCurvesCollection Collection; typedef
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DCollection.h56 Collection() in Collection() function
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/
DLeakDetectorTest.java63 BiConsumer<? super Collection<?>, String> tracker) { in trackCollectionWith()