/frameworks/base/tools/aapt/tests/ |
MockFileFinder.h | 9 #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;
|
CrunchCache_test.cpp | 33 KeyedVector<String8, time_t> sourceData; 41 KeyedVector<String8, time_t> destData; 48 KeyedVector<String8, KeyedVector<String8,time_t> > data;
|
/frameworks/base/tools/aapt/ |
FileFinder.h | 14 #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);
|
ResourceFilter.h | 29 KeyedVector<int,SortedVector<uint32_t> > mData;
|
/frameworks/base/media/jni/ |
android_media_Utils.h | 24 #include <utils/KeyedVector.h> 34 KeyedVector<String8, String8>* vector);
|
/system/core/include/utils/ |
KeyedVector.h | 35 class KeyedVector 41 inline KeyedVector(); 63 inline bool isIdenticalTo(const KeyedVector& rhs) const; 100 // KeyedVector<KEY, VALUE> can be trivially moved using memcpy() because its 102 template<typename KEY, typename VALUE> struct trait_trivial_move<KeyedVector<KEY, VALUE> > { 110 * Variation of KeyedVector that holds a default value to return when 114 class DefaultKeyedVector : public KeyedVector<KEY, VALUE> 127 KeyedVector<KEY,VALUE>::KeyedVector() 132 bool KeyedVector<KEY,VALUE>::isIdenticalTo(const KeyedVector<KEY,VALUE>& rhs) const [all...] |
ProcessCallStack.h | 22 #include <utils/KeyedVector.h> 72 KeyedVector<pid_t, ThreadInfo> mThreadMap;
|
PropertyMap.h | 20 #include <utils/KeyedVector.h> 78 inline const KeyedVector<String8, String8>& getProperties() const { return mProperties; } 101 KeyedVector<String8, String8> mProperties;
|
/frameworks/av/media/libstagefright/include/ |
StagefrightMetadataRetriever.h | 24 #include <utils/KeyedVector.h> 37 const KeyedVector<String8, String8> *headers); 51 KeyedVector<int, String8> mMetaData;
|
MPEG2PSExtractor.h | 24 #include <utils/KeyedVector.h> 57 KeyedVector<unsigned, sp<Track> > mTracks; 61 KeyedVector<unsigned, unsigned> mStreamTypeByESID;
|
/frameworks/av/media/libstagefright/omx/ |
OMXMaster.h | 24 #include <utils/KeyedVector.h> 55 KeyedVector<String8, OMXPluginBase *> mPluginByComponentName; 56 KeyedVector<OMX_COMPONENTTYPE *, OMXPluginBase *> mPluginByInstance;
|
/frameworks/av/media/libstagefright/wifi-display/ |
Parameters.h | 19 #include <utils/KeyedVector.h> 33 KeyedVector<AString, AString> mDict;
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
KeyedVector.h | 34 class KeyedVector 40 inline KeyedVector(); 98 * Variation of KeyedVector that holds a default value to return when 102 class DefaultKeyedVector : public KeyedVector<KEY, VALUE> 115 KeyedVector<KEY,VALUE>::KeyedVector() 120 ssize_t KeyedVector<KEY,VALUE>::indexOfKey(const KEY& key) const { 125 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const { 132 const VALUE& KeyedVector<KEY,VALUE>::valueAt(size_t index) const { 137 const KEY& KeyedVector<KEY,VALUE>::keyAt(size_t index) const [all...] |
/frameworks/native/include/input/ |
KeyLayoutMap.h | 22 #include <utils/KeyedVector.h> 82 KeyedVector<int32_t, Key> mKeysByScanCode; 83 KeyedVector<int32_t, Key> mKeysByUsageCode; 84 KeyedVector<int32_t, AxisInfo> mAxes;
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioPolicyManagerALSA.h | 23 #include <utils/KeyedVector.h>
|
/hardware/ti/omap4xxx/camera/inc/ |
BaseCameraAdapter.h | 167 KeyedVector<int, frame_callback> *subscribers, 209 KeyedVector<int, frame_callback> mFrameSubscribers; 210 KeyedVector<int, frame_callback> mFrameDataSubscribers; 211 KeyedVector<int, frame_callback> mVideoSubscribers; 212 KeyedVector<int, frame_callback> mImageSubscribers; 213 KeyedVector<int, frame_callback> mRawSubscribers; 214 KeyedVector<int, event_callback> mFocusSubscribers; 215 KeyedVector<int, event_callback> mZoomSubscribers; 216 KeyedVector<int, event_callback> mShutterSubscribers; 217 KeyedVector<int, event_callback> mFaceSubscribers [all...] |
/frameworks/av/include/media/ |
AudioParameter.h | 21 #include <utils/KeyedVector.h> 69 KeyedVector <String8, String8> mParameters;
|
IMediaMetadataRetriever.h | 24 #include <utils/KeyedVector.h> 37 const KeyedVector<String8, String8> *headers = NULL) = 0;
|
IAudioFlingerClient.h | 23 #include <utils/KeyedVector.h>
|
/frameworks/av/include/media/stagefright/foundation/ |
ParsedMessage.h | 19 #include <utils/KeyedVector.h> 50 KeyedVector<AString, AString> mDict;
|
ALooperRoster.h | 22 #include <utils/KeyedVector.h> 52 KeyedVector<ALooper::handler_id, HandlerInfo> mHandlers; 57 KeyedVector<uint32_t, sp<AMessage> > mReplies;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/ |
SoftAVC.h | 22 #include <utils/KeyedVector.h> 67 KeyedVector<int32_t, OMX_BUFFERHEADERTYPE *> mPicToHeaderMap;
|
/frameworks/base/libs/hwui/ |
ProgramCache.h | 20 #include <utils/KeyedVector.h> 59 KeyedVector<programid, Program*> mCache;
|
/frameworks/av/media/libmediaplayerservice/ |
Crypto.h | 23 #include <utils/KeyedVector.h> 66 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap; 67 static KeyedVector<String8, wp<SharedLibrary> > mLibraryPathToOpenLibraryMap;
|
/frameworks/av/include/media/stagefright/ |
MediaCodecList.h | 26 #include <utils/KeyedVector.h> 79 KeyedVector<AString, size_t> mCodecQuirks; 80 KeyedVector<AString, size_t> mTypes;
|