Home
last modified time | relevance | path

Searched refs:KeyedVector (Results 1 – 25 of 201) sorted by relevance

123456789

/frameworks/base/tools/aapt/tests/
DMockFileFinder.h18 MockFileFinder (KeyedVector<String8, KeyedVector<String8,time_t> >& files) in MockFileFinder()
36 KeyedVector<String8,time_t>& fileStore, in findFiles()
39 const KeyedVector<String8,time_t>* payload(&mFiles.valueFor(basePath)); in findFiles()
51 KeyedVector<String8, KeyedVector<String8,time_t> > mFiles;
DCrunchCache_test.cpp33 KeyedVector<String8, time_t> sourceData; in main()
41 KeyedVector<String8, time_t> destData; in main()
48 KeyedVector<String8, KeyedVector<String8,time_t> > data; in main()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecListOverrides.h44 KeyedVector<AString, CodecSettings> *encoder_results,
45 KeyedVector<AString, CodecSettings> *decoder_results,
51 const KeyedVector<AString, CodecSettings>& encoder_results,
52 const KeyedVector<AString, CodecSettings>& decoder_results);
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3BufferManager.h224 typedef KeyedVector<StreamId, GraphicBufferEntry> BufferEntry;
232 typedef KeyedVector<StreamId, StreamInfo> InfoMap;
238 typedef KeyedVector<StreamId, size_t> BufferCountMap;
309 KeyedVector<StreamSetKey, StreamSet> mStreamSetMap;
310 KeyedVector<StreamId, wp<Camera3OutputStream>> mStreamMap;
DCamera3SharedOutputStream.h76 KeyedVector<sp<Surface>, size_t> *outputMap/*out*/);
102 status_t revertPartialUpdateLocked(const KeyedVector<sp<Surface>, size_t> &removedSurfaces,
103 const KeyedVector<sp<Surface>, size_t> &attachedSurfaces);
/frameworks/av/media/libstagefright/tests/
DMediaCodecListOverrides_test.cpp69 KeyedVector<AString, CodecSettings> *results) { in addMaxInstancesSetting()
75 void verifyProfileResults(const KeyedVector<AString, CodecSettings> &results) { in verifyProfileResults()
93 KeyedVector<AString, CodecSettings> eR; in exportTestResultsToXML()
96 KeyedVector<AString, CodecSettings> dR; in exportTestResultsToXML()
126 KeyedVector<AString, CodecSettings> encoder_results; in TEST_F()
127 KeyedVector<AString, CodecSettings> decoder_results; in TEST_F()
/frameworks/base/tools/aapt/
DAaptUtil.h31 void appendValue(android::KeyedVector<KEY, android::Vector<VALUE> >& keyedVector,
35 void appendValue(android::KeyedVector<KEY, android::SortedVector<VALUE> >& keyedVector,
43 void appendValue(android::KeyedVector<KEY, android::Vector<VALUE> >& keyedVector, in appendValue()
53 void appendValue(android::KeyedVector<KEY, android::SortedVector<VALUE> >& keyedVector, in appendValue()
DFileFinder.h26 KeyedVector<String8,time_t>& fileStore,
57 KeyedVector<String8,time_t>& fileStore,
77 KeyedVector<String8,time_t>& fileStore);
/frameworks/av/camera/include/camera/
DVendorTagDescriptor.h114 KeyedVector<String8, KeyedVector<String8, uint32_t>*> mReverseMapping;
115 KeyedVector<uint32_t, String8> mTagToNameMap;
116 KeyedVector<uint32_t, uint32_t> mTagToSectionMap; // Value is offset in mSections
117 KeyedVector<uint32_t, int32_t> mTagToTypeMap;
/frameworks/native/services/inputflinger/tests/
DFakeEventHub.h50 KeyedVector<int, RawAbsoluteAxisInfo> absoluteAxes;
51 KeyedVector<int, bool> relativeAxes;
52 KeyedVector<int32_t, int32_t> keyCodeStates;
53 KeyedVector<int32_t, int32_t> scanCodeStates;
54 KeyedVector<int32_t, int32_t> switchStates;
55 KeyedVector<int32_t, int32_t> absoluteAxisValue;
56 KeyedVector<int32_t, KeyInfo> keysByScanCode;
57 KeyedVector<int32_t, KeyInfo> keysByUsageCode;
59 KeyedVector<int32_t, bool> leds;
86 KeyedVector<int32_t, Device*> mDevices;
/frameworks/av/media/libstagefright/httplive/
DLiveSession.h87 const KeyedVector<String8, String8> *headers = NULL);
197 KeyedVector<String8, String8> mExtraHeaders;
213 KeyedVector<AString, FetcherInfo> mFetcherInfos;
225 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources;
227 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources2;
253 KeyedVector<size_t, int64_t> mDiscontinuityAbsStartTimesUs;
254 KeyedVector<size_t, int64_t> mDiscontinuityOffsetTimesUs;
DHTTPDownloader.h37 const KeyedVector<String8, String8> &headers);
76 KeyedVector<String8, String8> mExtraHeaders;
/frameworks/av/media/img_utils/include/img_utils/
DTiffWriter.h77 TiffWriter(KeyedVector<uint16_t, const TagDefinition_t*>* enabledDefinitions,
250 static KeyedVector<uint16_t, const TagDefinition_t*> buildTagMap(
264 KeyedVector<uint32_t, sp<TiffIfd> > mNamedIfds;
265 KeyedVector<uint16_t, const TagDefinition_t*>* mTagMaps;
268 static KeyedVector<uint16_t, const TagDefinition_t*> sTagMaps[];
/frameworks/av/media/libstagefright/
DMediaCodecListOverrides.cpp208 KeyedVector<AString, CodecSettings> encoder_results; in profileCodecs()
209 KeyedVector<AString, CodecSettings> decoder_results; in profileCodecs()
217 KeyedVector<AString, CodecSettings> *encoder_results, in profileCodecs()
218 KeyedVector<AString, CodecSettings> *decoder_results, in profileCodecs()
220 KeyedVector<AString, sp<MediaCodecInfo::Capabilities>> codecsNeedMeasure; in profileCodecs()
283 static AString codecResultsToXml(const KeyedVector<AString, CodecSettings> &results) { in codecResultsToXml()
314 const KeyedVector<AString, CodecSettings> &encoder_results, in exportResultsToXML()
315 const KeyedVector<AString, CodecSettings> &decoder_results) { in exportResultsToXML()
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DDrmPlugin.h34 using android::KeyedVector;
55 const KeyedVector<String8, String8>& optionalParameters,
84 KeyedVector<String8, String8>& infoMap) const;
266 android::KeyedVector<String8, String8> mPlayPolicy;
267 android::KeyedVector<String8, String8> mStringProperties;
268 android::KeyedVector<String8, Vector<uint8_t>> mByteArrayProperties;
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.h65 KeyedVector<String8, String8> const &optionalParameters,
79 KeyedVector<String8, String8> &infoMap) const;
142 String8 stringMapToString(const KeyedVector<String8, String8>& map) const;
152 KeyedVector<String8, String8> mStringProperties;
153 KeyedVector<String8, Vector<uint8_t> > mByteArrayProperties;
/frameworks/av/media/module/extractors/mp4/include/
DItemTable.h72 KeyedVector<uint32_t, ItemLoc> mItemLocs;
87 KeyedVector<uint32_t, ImageItem> mItemIdToItemMap;
88 KeyedVector<uint32_t, ExternalMetaItem> mItemIdToMetaMap;
/frameworks/av/media/libstagefright/rtsp/
DSDPLoader.cpp53 void SDPLoader::load(const char *url, const KeyedVector<String8, String8> *headers) { in load()
62 new KeyedVector<String8, String8>(*headers)); in load()
92 KeyedVector<String8, String8> *headers = NULL; in onLoad()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXStore.h60 KeyedVector<String8, OMXPluginBase *> mPluginByComponentName;
61 KeyedVector<OMX_COMPONENTTYPE *, OMXPluginBase *> mPluginByInstance;
/frameworks/av/media/libdatasource/include/datasource/
DMediaHTTP.h34 const KeyedVector<String8, String8> *headers,
63 KeyedVector<String8, String8> mLastHeaders;
/frameworks/av/media/module/mpeg2ts/include/mpeg2ts/
DCasManager.h55 typedef KeyedVector<unsigned, std::vector<uint8_t> > PidToSessionMap;
62 KeyedVector<unsigned, sp<ProgramCasManager> > mProgramCasMap;
/frameworks/av/media/module/extractors/mpeg2/include/
DMPEG2PSExtractor.h60 KeyedVector<unsigned, Track* > mTracks;
64 KeyedVector<unsigned, unsigned> mStreamTypeByESID;
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderInfoTemplated.h46 KeyedVector<uint32_t, String8> tagToSectionMap; in createDescriptorFromIdl()
99 KeyedVector<String8, uint32_t>* nameMapper = new KeyedVector<String8, uint32_t>(); in createDescriptorFromIdl()
/frameworks/av/drm/drmserver/
DDrmManager.h213 KeyedVector< DrmSupportInfo, String8 > mSupportInfoToPlugInIdMap;
214 KeyedVector< int, IDrmEngine*> mConvertSessionMap;
215 KeyedVector< int, sp<IDrmServiceListener> > mServiceListeners;
216 KeyedVector< int, IDrmEngine*> mDecryptSessionMap;
/frameworks/base/tools/split-select/
DGrouper.cpp35 KeyedVector<SplitDescription, SortedVector<SplitDescription> > densityGroups; in groupByMutualExclusivity()
36 KeyedVector<SplitDescription, SortedVector<SplitDescription> > abiGroups; in groupByMutualExclusivity()

123456789