Searched refs:KeyedVector (Results 1 - 25 of 332) sorted by relevance

1234567891011>>

/frameworks/base/tools/aapt/tests/
H A DMockFileFinder.h9 #include <utils/KeyedVector.h>
18 MockFileFinder (KeyedVector<String8, KeyedVector<String8,time_t> >& files)
36 KeyedVector<String8,time_t>& fileStore,
39 const KeyedVector<String8,time_t>* payload(&mFiles.valueFor(basePath));
40 // Since KeyedVector doesn't implement swap
51 KeyedVector<String8, KeyedVector<String8,time_t> > mFiles;
/frameworks/av/media/libstagefright/
H A DMediaCodecListOverrides.h25 #include <utils/KeyedVector.h>
45 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);
/frameworks/base/tools/aapt/
H A DFileFinder.h14 #include <utils/KeyedVector.h>
26 KeyedVector<String8,time_t>& fileStore,
35 /* findFiles takes a path, a Vector of extensions, and a destination KeyedVector
37 * all files with matching extensions found into the KeyedVector
50 * as keys in the KeyedVector. Each key has the modification time
57 KeyedVector<String8,time_t>& fileStore,
71 * is added to the KeyedVector with the path as the key and the modification
77 KeyedVector<String8,time_t>& fileStore);
H A DAaptUtil.h20 #include <utils/KeyedVector.h>
31 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,
53 void appendValue(android::KeyedVector<KEY, android::SortedVector<VALUE> >& keyedVector,
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DClearKeyTypes.h22 #include <utils/KeyedVector.h>
33 typedef android::KeyedVector<android::Vector<uint8_t>,
H A DSessionLibrary.h20 #include <utils/KeyedVector.h>
51 android::KeyedVector<android::Vector<uint8_t>, android::sp<Session> >
/frameworks/av/include/media/stagefright/
H A DStagefrightMetadataRetriever.h24 #include <utils/KeyedVector.h>
38 const KeyedVector<String8, String8> *headers);
52 KeyedVector<int, String8> mMetaData;
/frameworks/av/media/libstagefright/foundation/include/
H A DStagefrightMetadataRetriever.h24 #include <utils/KeyedVector.h>
38 const KeyedVector<String8, String8> *headers);
52 KeyedVector<int, String8> mMetaData;
/frameworks/av/media/libstagefright/include/
H A DStagefrightMetadataRetriever.h24 #include <utils/KeyedVector.h>
38 const KeyedVector<String8, String8> *headers);
52 KeyedVector<int, String8> mMetaData;
/frameworks/av/media/libstagefright/mpeg2ts/
H A DCasManager.h20 #include <utils/KeyedVector.h>
52 typedef KeyedVector<unsigned, std::vector<uint8_t> > PidToSessionMap;
59 KeyedVector<unsigned, sp<ProgramCasManager> > mProgramCasMap;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3BufferManager.h24 #include <utils/KeyedVector.h>
217 typedef KeyedVector<StreamId, GraphicBufferEntry> BufferEntry;
225 typedef KeyedVector<StreamId, StreamInfo> InfoMap;
231 typedef KeyedVector<StreamId, size_t> BufferCountMap;
290 KeyedVector<StreamSetId, StreamSet> mStreamSetMap;
291 KeyedVector<StreamId, wp<Camera3OutputStream>> mStreamMap;
/frameworks/native/include/input/
H A DKeyLayoutMap.h22 #include <utils/KeyedVector.h>
89 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/include/media/
H A DIMediaHTTPConnection.h23 #include <utils/KeyedVector.h>
35 const char *uri, const KeyedVector<String8, String8> *headers) = 0;
/frameworks/av/include/media/stagefright/foundation/
H A DALooperRoster.h22 #include <utils/KeyedVector.h>
45 KeyedVector<ALooper::handler_id, HandlerInfo> mHandlers;
/frameworks/av/media/libmedia/include/media/
H A DIMediaHTTPConnection.h23 #include <utils/KeyedVector.h>
35 const char *uri, const KeyedVector<String8, String8> *headers) = 0;
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DALooperRoster.h22 #include <utils/KeyedVector.h>
45 KeyedVector<ALooper::handler_id, HandlerInfo> mHandlers;
/frameworks/av/media/libstagefright/include/foundation/
H A DALooperRoster.h22 #include <utils/KeyedVector.h>
45 KeyedVector<ALooper::handler_id, HandlerInfo> mHandlers;
/frameworks/av/media/libstagefright/wifi-display/
H A DParameters.h19 #include <utils/KeyedVector.h>
33 KeyedVector<AString, AString> mDict;
/frameworks/base/tools/split-select/
H A DSplitSelector.h20 #include <utils/KeyedVector.h>
36 android::KeyedVector<SplitDescription, android::sp<Rule> > getRules() const;
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DSoundTriggerSession.h21 #include <utils/KeyedVector.h>
/frameworks/av/services/mediaanalytics/
H A DMetricsSummarizerCodec.cpp23 #include <utils/KeyedVector.h>
H A DMetricsSummarizerCodec.h23 #include <utils/KeyedVector.h>
H A DMetricsSummarizerExtractor.cpp22 #include <utils/KeyedVector.h>
H A DMetricsSummarizerExtractor.h23 #include <utils/KeyedVector.h>
H A DMetricsSummarizerRecorder.h23 #include <utils/KeyedVector.h>

Completed in 332 milliseconds

1234567891011>>