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

12

/frameworks/base/include/private/utils/
H A DStatic.h21 #include <utils/KeyedVector.h>
/frameworks/base/libs/ui/
H A DKeyLayoutMap.h4 #include <utils/KeyedVector.h>
26 KeyedVector<int32_t,Key> m_keys;
H A DGraphicBufferAllocator.cpp33 KeyedVector<buffer_handle_t,
55 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList);
101 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList);
133 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList);
/frameworks/base/include/utils/
H A DKeyedVector.h33 class KeyedVector class in namespace:android
39 inline KeyedVector();
97 * Variation of KeyedVector that holds a default value to return when
101 class DefaultKeyedVector : public KeyedVector<KEY, VALUE>
114 KeyedVector<KEY,VALUE>::KeyedVector() function in class:android::KeyedVector
119 ssize_t KeyedVector<KEY,VALUE>::indexOfKey(const KEY& key) const {
124 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const {
131 const VALUE& KeyedVector<KEY,VALUE>::valueAt(size_t index) const {
136 const KEY& KeyedVector<KE
[all...]
H A DBackupHelpers.h22 #include <utils/KeyedVector.h>
141 KeyedVector<String8,FileRec> m_files;
/frameworks/base/cmds/runtime/
H A DServiceManager.h8 #include <utils/KeyedVector.h>
31 KeyedVector<String16, sp<IBinder> > mServices;
H A DSignalHandler.h7 #include <utils/KeyedVector.h>
81 KeyedVector<pid_t, ChildHandler> mChildHandlers;
/frameworks/base/include/media/stagefright/
H A DHTTPStream.h25 #include <utils/KeyedVector.h>
62 KeyedVector<string, string> mHeaders;
H A DMetaData.h26 #include <utils/KeyedVector.h>
127 KeyedVector<uint32_t, typed_data> mItems;
/frameworks/base/libs/rs/
H A DrsScriptC.h24 #include <utils/KeyedVector.h>
89 KeyedVector<String8,int> mInt32Defines;
90 KeyedVector<String8,float> mFloatDefines;
H A DrsContext.h237 KeyedVector<String8,int> mInt32Defines;
238 KeyedVector<String8,float> mFloatDefines;
/frameworks/base/include/media/
H A DIAudioFlingerClient.h23 #include <utils/KeyedVector.h>
H A DToneGenerator.h21 #include <utils/KeyedVector.h>
307 KeyedVector<unsigned short, WaveGenerator *> mWaveGens; // list of active wave generators.
/frameworks/base/include/ui/
H A DGraphicBufferAllocator.h26 #include <utils/KeyedVector.h>
83 static KeyedVector<buffer_handle_t, alloc_rec_t> sAllocList;
H A DCameraParameters.h20 #include <utils/KeyedVector.h>
/frameworks/base/opengl/libagl/
H A DBufferObjectManager.h27 #include <utils/KeyedVector.h>
69 KeyedVector<GLuint, gl::buffer_t*> mBuffers;
H A DTextureObjectManager.h27 #include <utils/KeyedVector.h>
107 KeyedVector< GLuint, sp<EGLTextureObject> > mTextures;
H A DBufferObjectManager.cpp23 #include <utils/KeyedVector.h>
/frameworks/base/include/binder/
H A DProcessState.h21 #include <utils/KeyedVector.h>
104 KeyedVector<String16, sp<IBinder> >
H A DBpBinder.h21 #include <utils/KeyedVector.h>
90 KeyedVector<const void*, entry_t> mObjects;
/frameworks/base/libs/audioflinger/
H A DAudioPolicyManagerGeneric.h22 #include <utils/KeyedVector.h>
169 KeyedVector<audio_io_handle_t, AudioOutputDescriptor *> mOutputs; // list ot output descritors
170 KeyedVector<audio_io_handle_t, AudioInputDescriptor *> mInputs; // list of input descriptors
/frameworks/base/media/libstagefright/include/
H A DOMX.h22 #include <utils/KeyedVector.h>
119 KeyedVector<wp<IBinder>, OMXNodeInstance *> mLiveNodes;
120 KeyedVector<node_id, OMXNodeInstance *> mNodeIDToInstance;
/frameworks/base/media/libmediaplayerservice/
H A DMetadataRetrieverClient.h25 #include <utils/KeyedVector.h>
/frameworks/base/libs/utils/
H A DRefBase.cpp23 #include <utils/KeyedVector.h>
239 void addRef(KeyedVector<const void*, int32_t>* refs, const void* id)
250 void removeRef(KeyedVector<const void*, int32_t>* refs, const void* id)
263 void printRefs(const KeyedVector<const void*, int32_t>& refs)
272 KeyedVector<const void*, int32_t> mStrongRefs;
273 KeyedVector<const void*, int32_t> mWeakRefs;
/frameworks/base/tools/aapt/
H A DAaptAssets.h11 #include <utils/KeyedVector.h>
413 const KeyedVector<String8, AaptSymbolEntry>& getSymbols() const
450 KeyedVector<String8, AaptSymbolEntry> mSymbols;
456 public KeyedVector<String8,sp<AaptGroup> >
519 inline KeyedVector<String8, sp<ResourceTypeSet> >* getResources() { return mRes; }
521 setResources(KeyedVector<String8, sp<ResourceTypeSet> >* res) { delete mRes; mRes = res; }
535 KeyedVector<String8, sp<ResourceTypeSet> >* mRes;

Completed in 188 milliseconds

12