HomeSort by relevance Sort by last modified time
    Searched refs:DefaultKeyedVector (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/tools/aapt/
CrunchCache.h 95 DefaultKeyedVector<String8,time_t> mSourceFiles;
96 DefaultKeyedVector<String8,time_t> mDestFiles;
StringPool.h 144 DefaultKeyedVector<String16, ssize_t> mValues;
147 DefaultKeyedVector<String16, ssize_t> mIdents;
ResourceTable.h 385 const DefaultKeyedVector<ConfigDescription, sp<Entry> >& getEntries() const { return mEntries; }
394 DefaultKeyedVector<ConfigDescription, sp<Entry> > mEntries;
453 const DefaultKeyedVector<String16, sp<ConfigList> >& getConfigs() const { return mConfigs; }
462 DefaultKeyedVector<String16, Public> mPublic;
464 DefaultKeyedVector<String16, sp<ConfigList> > mConfigs;
496 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; }
502 DefaultKeyedVector<String16, uint32_t>* mappings);
506 DefaultKeyedVector<String16, sp<Type> > mTypes;
512 DefaultKeyedVector<String16, uint32_t> mTypeStringsMapping;
513 DefaultKeyedVector<String16, uint32_t> mKeyStringsMapping
    [all...]
AaptAssets.h 239 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& getFiles() const
253 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > mFiles;
271 const DefaultKeyedVector<String8, sp<AaptGroup> >& getFiles() const { return mFiles; }
272 const DefaultKeyedVector<String8, sp<AaptDir> >& getDirs() const { return mDirs; }
318 DefaultKeyedVector<String8, sp<AaptGroup> > mFiles;
319 DefaultKeyedVector<String8, sp<AaptDir> > mDirs;
457 const DefaultKeyedVector<String8, sp<AaptSymbols> >& getNestedSymbols() const
493 DefaultKeyedVector<String8, sp<AaptSymbols> > mNestedSymbols;
546 const DefaultKeyedVector<String8, sp<AaptSymbols> >& getSymbols() const { return mSymbols; }
589 DefaultKeyedVector<String8, sp<AaptSymbols> > mSymbols
    [all...]
  /frameworks/base/services/sensorservice/
SensorService.h 106 DefaultKeyedVector<int, SensorInterface*> getActiveVirtualSensors() const;
117 DefaultKeyedVector<int, SensorInterface*> mSensorMap;
123 DefaultKeyedVector<int, SensorRecord*> mActiveSensors;
124 DefaultKeyedVector<int, SensorInterface*> mActiveVirtualSensors;
SensorDevice.h 49 DefaultKeyedVector<int, Info> mActivationCount;
SensorService.cpp 246 const DefaultKeyedVector<int, SensorInterface*> virtualSensors(
331 DefaultKeyedVector<int, SensorInterface*>
  /frameworks/base/include/utils/
KeyedVector.h 101 class DefaultKeyedVector : public KeyedVector<KEY, VALUE>
104 inline DefaultKeyedVector(const VALUE& defValue = VALUE());
186 DefaultKeyedVector<KEY,VALUE>::DefaultKeyedVector(const VALUE& defValue)
192 const VALUE& DefaultKeyedVector<KEY,VALUE>::valueFor(const KEY& key) const {
AssetManager.h 305 static DefaultKeyedVector<String8, wp<SharedZip> > gOpen;
  /system/core/libpixelflinger/tinyutils/
KeyedVector.h 93 class DefaultKeyedVector : public KeyedVector<KEY, VALUE>
96 inline DefaultKeyedVector(const VALUE& defValue = VALUE());
178 DefaultKeyedVector<KEY,VALUE>::DefaultKeyedVector(const VALUE& defValue)
184 const VALUE& DefaultKeyedVector<KEY,VALUE>::valueFor(const KEY& key) const {
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h 102 android::DefaultKeyedVector<GLuint, BufferData*> m_buffers;
103 android::DefaultKeyedVector<GLuint, ProgramData*> m_programs;
104 android::DefaultKeyedVector<GLuint, ShaderData*> m_shaders;
GLSharedGroup.cpp 219 m_buffers(android::DefaultKeyedVector<GLuint, BufferData*>(NULL)),
220 m_programs(android::DefaultKeyedVector<GLuint, ProgramData*>(NULL)),
221 m_shaders(android::DefaultKeyedVector<GLuint, ShaderData*>(NULL))
  /hardware/ti/omap4xxx/camera/inc/
CameraProperties.h 152 mProperties = new DefaultKeyedVector<String8, String8>(String8(DEFAULT_VALUE));
175 DefaultKeyedVector<String8, String8>* mProperties;
  /development/tools/emulator/opengl/system/egl/
eglDisplay.h 75 DefaultKeyedVector<EGLint, EGLint> m_attribs;
eglDisplay.cpp 62 m_attribs(DefaultKeyedVector<EGLint, EGLint>(ATTRIBUTE_NONE)),
  /frameworks/base/include/media/
AudioSystem.h 242 static DefaultKeyedVector<int, audio_io_handle_t> gStreamOutputMap;
245 static DefaultKeyedVector<audio_io_handle_t, OutputDescriptor *> gOutputs;
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 485 DefaultKeyedVector<SkPaint*, SkPaint*> mPaintMap;
488 DefaultKeyedVector<SkPath*, SkPath*> mPathMap;
491 DefaultKeyedVector<SkiaShader*, SkiaShader*> mShaderMap;
FontRenderer.h 135 DefaultKeyedVector<glyph_t, CachedGlyphInfo*> mCachedGlyphs;
  /frameworks/base/include/camera/
CameraParameters.h     [all...]
  /frameworks/base/include/surfaceflinger/
Surface.h 172 static DefaultKeyedVector<wp<IBinder>, wp<Surface> > sCachedSurfaces;
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.h 86 DefaultKeyedVector< size_t, wp<LayerBaseClient> > mLayers;
353 DefaultKeyedVector< wp<IBinder>, wp<Layer> > mLayerMap;
  /frameworks/base/libs/rs/
rsFont.h 129 DefaultKeyedVector<uint32_t, CachedGlyphInfo* > mCachedGlyphs;
  /frameworks/base/media/jni/soundpool/
SoundPool.h 221 DefaultKeyedVector< int, sp<Sample> > mSamples;
  /frameworks/base/services/audioflinger/
AudioFlinger.h     [all...]
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 190 DefaultKeyedVector<int32_t, int> mNotifyCount;
191 DefaultKeyedVector<int32_t, int> mDataCount;
192 DefaultKeyedVector<int32_t, int> mDataSize;

Completed in 673 milliseconds

1 2