Home
last modified time | relevance | path

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

12345678

/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/include/camera/
DVendorTagDescriptor.h131 KeyedVector<String8, KeyedVector<String8, uint32_t>*> mReverseMapping;
132 KeyedVector<uint32_t, String8> mTagToNameMap;
133 KeyedVector<uint32_t, uint32_t> mTagToSectionMap; // Value is offset in mSections
134 KeyedVector<uint32_t, int32_t> mTagToTypeMap;
/frameworks/av/media/libstagefright/
DMediaCodecListOverrides.h45 KeyedVector<AString, CodecSettings> *encoder_results,
46 KeyedVector<AString, CodecSettings> *decoder_results,
52 const KeyedVector<AString, CodecSettings>& encoder_results,
53 const KeyedVector<AString, CodecSettings>& decoder_results);
DMediaCodecListOverrides.cpp265 KeyedVector<AString, CodecSettings> encoder_results; in profileCodecs()
266 KeyedVector<AString, CodecSettings> decoder_results; in profileCodecs()
274 KeyedVector<AString, CodecSettings> *encoder_results, in profileCodecs()
275 KeyedVector<AString, CodecSettings> *decoder_results, in profileCodecs()
277 KeyedVector<AString, sp<MediaCodecInfo::Capabilities>> codecsNeedMeasure; in profileCodecs()
352 static AString codecResultsToXml(const KeyedVector<AString, CodecSettings>& results) { in codecResultsToXml()
383 const KeyedVector<AString, CodecSettings>& encoder_results, in exportResultsToXML()
384 const KeyedVector<AString, CodecSettings>& decoder_results) { in exportResultsToXML()
/frameworks/native/include/input/
DKeyLayoutMap.h89 KeyedVector<int32_t, Key> mKeysByScanCode;
90 KeyedVector<int32_t, Key> mKeysByUsageCode;
91 KeyedVector<int32_t, AxisInfo> mAxes;
92 KeyedVector<int32_t, Led> mLedsByScanCode;
93 KeyedVector<int32_t, Led> mLedsByUsageCode;
/frameworks/av/media/libstagefright/tests/
DMediaCodecListOverrides_test.cpp68 KeyedVector<AString, CodecSettings> *results) { in addMaxInstancesSetting()
74 void verifyProfileResults(const KeyedVector<AString, CodecSettings> &results) { in verifyProfileResults()
92 KeyedVector<AString, CodecSettings> eR; in exportTestResultsToXML()
95 KeyedVector<AString, CodecSettings> dR; in exportTestResultsToXML()
125 KeyedVector<AString, CodecSettings> encoder_results; in TEST_F()
126 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/media/libstagefright/httplive/
DLiveSession.h84 const KeyedVector<String8, String8> *headers = NULL);
195 KeyedVector<String8, String8> mExtraHeaders;
211 KeyedVector<AString, FetcherInfo> mFetcherInfos;
223 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources;
225 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources2;
251 KeyedVector<size_t, int64_t> mDiscontinuityAbsStartTimesUs;
252 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/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.h64 KeyedVector<String8, String8> const &optionalParameters,
78 KeyedVector<String8, String8> &infoMap) const;
143 String8 stringMapToString(KeyedVector<String8, String8> map) const;
153 KeyedVector<String8, String8> mStringProperties;
154 KeyedVector<String8, Vector<uint8_t> > mByteArrayProperties;
/frameworks/av/services/audiopolicy/service/
DAudioPolicyEffects.h184 KeyedVector< audio_source_t, EffectDescVector* > mInputSources;
186 KeyedVector< audio_io_handle_t, EffectVector* > mInputs;
189 KeyedVector< audio_stream_type_t, EffectDescVector* > mOutputStreams;
191 KeyedVector< int32_t, EffectVector* > mOutputSessions;
/frameworks/native/libs/ui/
DGraphicBufferAllocator.cpp35 KeyedVector<buffer_handle_t,
57 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in dump()
121 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in alloc()
146 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in free()
/frameworks/av/drm/libdrmframework/include/
DDrmManager.h159 KeyedVector< DrmSupportInfo, String8 > mSupportInfoToPlugInIdMap;
160 KeyedVector< int, IDrmEngine*> mConvertSessionMap;
161 KeyedVector< int, sp<IDrmServiceListener> > mServiceListeners;
162 KeyedVector< int, IDrmEngine*> mDecryptSessionMap;
/frameworks/av/media/libstagefright/rtsp/
DSDPLoader.cpp51 void SDPLoader::load(const char *url, const KeyedVector<String8, String8> *headers) { in load()
60 new KeyedVector<String8, String8>(*headers)); in load()
90 KeyedVector<String8, String8> *headers = NULL; in onLoad()
/frameworks/av/media/libstagefright/omx/
DOMXMaster.h55 KeyedVector<String8, OMXPluginBase *> mPluginByComponentName;
56 KeyedVector<OMX_COMPONENTTYPE *, OMXPluginBase *> mPluginByInstance;
/frameworks/av/media/libstagefright/include/
DStagefrightMetadataRetriever.h38 const KeyedVector<String8, String8> *headers);
53 KeyedVector<int, String8> mMetaData;
DMPEG2PSExtractor.h57 KeyedVector<unsigned, sp<Track> > mTracks;
61 KeyedVector<unsigned, unsigned> mStreamTypeByESID;
DMPEG2TSExtractor.h59 Vector<KeyedVector<int64_t, off64_t> > mSyncPoints;
62 KeyedVector<int64_t, off64_t> *mSeekSyncPoints;
/frameworks/av/include/media/stagefright/
DMediaHTTP.h34 const KeyedVector<String8, String8> *headers,
61 KeyedVector<String8, String8> mLastHeaders;
/frameworks/av/media/libmediaplayerservice/
DDrm.h55 KeyedVector<String8, String8> const &optionalParameters,
69 KeyedVector<String8, String8> &infoMap) const;
160 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap;
161 static KeyedVector<String8, wp<SharedLibrary> > mLibraryPathToOpenLibraryMap;
DCrypto.h70 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap;
71 static KeyedVector<String8, wp<SharedLibrary> > mLibraryPathToOpenLibraryMap;
/frameworks/base/tools/split-select/
DGrouper.cpp35 KeyedVector<SplitDescription, SortedVector<SplitDescription> > densityGroups; in groupByMutualExclusivity()
36 KeyedVector<SplitDescription, SortedVector<SplitDescription> > abiGroups; in groupByMutualExclusivity()

12345678