/frameworks/base/tools/aapt/tests/ |
D | MockFileFinder.h | 18 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;
|
D | CrunchCache_test.cpp | 33 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/ |
D | MediaCodecListOverrides.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);
|
D | MediaCodecListOverrides.cpp | 210 KeyedVector<AString, CodecSettings> encoder_results; in profileCodecs() 211 KeyedVector<AString, CodecSettings> decoder_results; in profileCodecs() 219 KeyedVector<AString, CodecSettings> *encoder_results, in profileCodecs() 220 KeyedVector<AString, CodecSettings> *decoder_results, in profileCodecs() 222 KeyedVector<AString, sp<MediaCodecInfo::Capabilities>> codecsNeedMeasure; in profileCodecs() 284 static AString codecResultsToXml(const KeyedVector<AString, CodecSettings> &results) { in codecResultsToXml() 315 const KeyedVector<AString, CodecSettings> &encoder_results, in exportResultsToXML() 316 const KeyedVector<AString, CodecSettings> &decoder_results) { in exportResultsToXML()
|
/frameworks/native/include/input/ |
D | KeyLayoutMap.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/services/camera/libcameraservice/device3/ |
D | Camera3BufferManager.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/av/media/libstagefright/tests/ |
D | MediaCodecListOverrides_test.cpp | 68 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/ |
D | AaptUtil.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, in appendValue() 53 void appendValue(android::KeyedVector<KEY, android::SortedVector<VALUE> >& keyedVector, in appendValue()
|
D | FileFinder.h | 26 KeyedVector<String8,time_t>& fileStore, 57 KeyedVector<String8,time_t>& fileStore, 77 KeyedVector<String8,time_t>& fileStore);
|
/frameworks/av/camera/include/camera/ |
D | VendorTagDescriptor.h | 109 KeyedVector<String8, KeyedVector<String8, uint32_t>*> mReverseMapping; 110 KeyedVector<uint32_t, String8> mTagToNameMap; 111 KeyedVector<uint32_t, uint32_t> mTagToSectionMap; // Value is offset in mSections 112 KeyedVector<uint32_t, int32_t> mTagToTypeMap;
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.h | 87 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;
|
D | HTTPDownloader.h | 37 const KeyedVector<String8, String8> &headers); 76 KeyedVector<String8, String8> mExtraHeaders;
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | VolumeCurve.h | 71 class VolumeCurvesForStream : public KeyedVector<device_category, sp<VolumeCurve> > 131 return KeyedVector::add(deviceCategory, volumeCurve); in add() 144 KeyedVector<device_category, sp<VolumeCurve> > mOriginVolumeCurves; 145 KeyedVector<audio_devices_t, int> mIndexCur; /**< current volume index per device. */ 152 class VolumeCurvesCollection : public KeyedVector<audio_stream_type_t, VolumeCurvesForStream>, 161 KeyedVector::add(stream, VolumeCurvesForStream()); in VolumeCurvesCollection()
|
/frameworks/av/media/img_utils/include/img_utils/ |
D | TiffWriter.h | 77 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/ |
D | MockDrmCryptoPlugin.h | 65 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/services/audiopolicy/service/ |
D | AudioPolicyEffects.h | 184 KeyedVector< audio_source_t, EffectDescVector* > mInputSources; 186 KeyedVector< audio_session_t, EffectVector* > mInputSessions; 189 KeyedVector< audio_stream_type_t, EffectDescVector* > mOutputStreams; 191 KeyedVector< audio_session_t, EffectVector* > mOutputSessions;
|
/frameworks/av/drm/libdrmframework/include/ |
D | DrmManager.h | 159 KeyedVector< DrmSupportInfo, String8 > mSupportInfoToPlugInIdMap; 160 KeyedVector< int, IDrmEngine*> mConvertSessionMap; 161 KeyedVector< int, sp<IDrmServiceListener> > mServiceListeners; 162 KeyedVector< int, IDrmEngine*> mDecryptSessionMap;
|
/frameworks/native/libs/ui/ |
D | GraphicBufferAllocator.cpp | 41 KeyedVector<buffer_handle_t, 56 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in dump() 121 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in allocate() 153 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in free()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | SDPLoader.cpp | 51 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/ |
D | OMXMaster.h | 56 KeyedVector<String8, OMXPluginBase *> mPluginByComponentName; 57 KeyedVector<OMX_COMPONENTTYPE *, OMXPluginBase *> mPluginByInstance;
|
/frameworks/av/media/libstagefright/include/ |
D | StagefrightMetadataRetriever.h | 38 const KeyedVector<String8, String8> *headers); 52 KeyedVector<int, String8> mMetaData;
|
D | MediaHTTP.h | 34 const KeyedVector<String8, String8> *headers, 61 KeyedVector<String8, String8> mLastHeaders;
|
D | MPEG2PSExtractor.h | 58 KeyedVector<unsigned, sp<Track> > mTracks; 62 KeyedVector<unsigned, unsigned> mStreamTypeByESID;
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | CasManager.h | 52 typedef KeyedVector<unsigned, std::vector<uint8_t> > PidToSessionMap; 59 KeyedVector<unsigned, sp<ProgramCasManager> > mProgramCasMap;
|
/frameworks/base/tools/split-select/ |
D | Grouper.cpp | 35 KeyedVector<SplitDescription, SortedVector<SplitDescription> > densityGroups; in groupByMutualExclusivity() 36 KeyedVector<SplitDescription, SortedVector<SplitDescription> > abiGroups; in groupByMutualExclusivity()
|