Searched refs:DefaultKeyedVector (Results 1 - 25 of 30) sorted by last modified time

12

/frameworks/rs/
H A DrsFont.h128 DefaultKeyedVector<uint32_t, CachedGlyphInfo* > mCachedGlyphs;
/frameworks/native/include/gui/
H A DSurface.h169 static DefaultKeyedVector<wp<IBinder>, wp<Surface> > sCachedSurfaces;
/frameworks/native/include/utils/
H A DKeyedVector.h114 class DefaultKeyedVector : public KeyedVector<KEY, VALUE> class in namespace:android
117 inline DefaultKeyedVector(const VALUE& defValue = VALUE());
209 DefaultKeyedVector<KEY,VALUE>::DefaultKeyedVector(const VALUE& defValue)
215 const VALUE& DefaultKeyedVector<KEY,VALUE>::valueFor(const KEY& key) const {
/frameworks/native/libs/gui/
H A DSurface.cpp266 DefaultKeyedVector<wp<IBinder>, wp<Surface> > Surface::sCachedSurfaces;
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp80 static DefaultKeyedVector<String8, __eglMustCastToProperFunctionPointerType> sGLExtentionMap;
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.cpp138 mElementArrayBuffers(DefaultKeyedVector<GLuint, ElementArrayBuffer*>(NULL))
H A Dgltrace_context.h63 DefaultKeyedVector<GLuint, ElementArrayBuffer*> mElementArrayBuffers;
/frameworks/native/services/sensorservice/
H A DSensorDevice.h49 DefaultKeyedVector<int, Info> mActivationCount;
H A DSensorService.cpp264 const DefaultKeyedVector<int, SensorInterface*> virtualSensors(
356 DefaultKeyedVector<int, SensorInterface*>
H A DSensorService.h109 DefaultKeyedVector<int, SensorInterface*> getActiveVirtualSensors() const;
121 DefaultKeyedVector<int, SensorInterface*> mSensorMap;
127 DefaultKeyedVector<int, SensorRecord*> mActiveSensors;
128 DefaultKeyedVector<int, SensorInterface*> mActiveVirtualSensors;
/frameworks/native/services/surfaceflinger/
H A DClient.h69 DefaultKeyedVector< size_t, wp<LayerBaseClient> > mLayers;
H A DSurfaceFlinger.h177 DefaultKeyedVector< wp<IBinder>, DisplayDeviceState> displays;
435 DefaultKeyedVector< wp<IBinder>, sp<DisplayDevice> > mDisplays;
/frameworks/base/tools/aapt/
H A DAaptAssets.h235 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& getFiles() const
249 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > mFiles;
267 const DefaultKeyedVector<String8, sp<AaptGroup> >& getFiles() const { return mFiles; }
268 const DefaultKeyedVector<String8, sp<AaptDir> >& getDirs() const { return mDirs; }
314 DefaultKeyedVector<String8, sp<AaptGroup> > mFiles;
315 DefaultKeyedVector<String8, sp<AaptDir> > mDirs;
466 const DefaultKeyedVector<String8, sp<AaptSymbols> >& getNestedSymbols() const
502 DefaultKeyedVector<String8, sp<AaptSymbols> > mNestedSymbols;
563 const DefaultKeyedVector<String8, sp<AaptSymbols> >& getSymbols() const { return mSymbols; }
613 DefaultKeyedVector<String
[all...]
H A DCrunchCache.h95 DefaultKeyedVector<String8,time_t> mSourceFiles;
96 DefaultKeyedVector<String8,time_t> mDestFiles;
H A DResource.cpp380 const DefaultKeyedVector<String8, sp<AaptGroup> >& groups = dir->getFiles();
386 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& files
607 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > overlayFiles =
610 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > baseFiles =
658 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > overlayFiles =
2545 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& files = group->getFiles();
H A DResourceTable.cpp797 DefaultKeyedVector<String16, uint32_t> nextPublicId(0);
3671 DefaultKeyedVector<String16, uint32_t>* mappings)
H A DResourceTable.h390 const DefaultKeyedVector<ConfigDescription, sp<Entry> >& getEntries() const { return mEntries; }
399 DefaultKeyedVector<ConfigDescription, sp<Entry> > mEntries;
458 const DefaultKeyedVector<String16, sp<ConfigList> >& getConfigs() const { return mConfigs; }
467 DefaultKeyedVector<String16, Public> mPublic;
469 DefaultKeyedVector<String16, sp<ConfigList> > mConfigs;
501 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; }
507 DefaultKeyedVector<String16, uint32_t>* mappings);
511 DefaultKeyedVector<String16, sp<Type> > mTypes;
517 DefaultKeyedVector<String16, uint32_t> mTypeStringsMapping;
518 DefaultKeyedVector<String1
[all...]
H A DStringPool.cpp276 DefaultKeyedVector<size_t, size_t> origOffsetToNewOffset;
H A DStringPool.h169 DefaultKeyedVector<String16, ssize_t> mValues;
/frameworks/base/include/androidfw/
H A DAssetManager.h306 static DefaultKeyedVector<String8, wp<SharedZip> > gOpen;
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1795 DefaultKeyedVector<String8, wp<AssetManager::SharedZip> > AssetManager::SharedZip::gOpen;
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h870 DefaultKeyedVector<SkPaint*, SkPaint*> mPaintMap;
873 DefaultKeyedVector<SkPath*, SkPath*> mPathMap;
878 DefaultKeyedVector<SkiaShader*, SkiaShader*> mShaderMap;
/frameworks/base/libs/hwui/font/
H A DFont.h95 DefaultKeyedVector<glyph_t, CachedGlyphInfo*> mCachedGlyphs;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h1998 DefaultKeyedVector< pid_t, wp<Client> > mClients; // see ~Client()
2006 DefaultKeyedVector<audio_module_handle_t, AudioHwDevice*> mAudioHwDevs;
2036 DefaultKeyedVector< audio_io_handle_t, sp<PlaybackThread> > mPlaybackThreads;
2044 DefaultKeyedVector< audio_io_handle_t, sp<RecordThread> > mRecordThreads;
2046 DefaultKeyedVector< pid_t, sp<NotificationClient> > mNotificationClients;
/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.h186 DefaultKeyedVector<uint8_t, OverrideModes> sceneModeOverrides;

Completed in 250 milliseconds

12