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

1 2

  /frameworks/base/tools/aapt/
CrunchCache.h 95 DefaultKeyedVector<String8,time_t> mSourceFiles;
96 DefaultKeyedVector<String8,time_t> mDestFiles;
AaptAssets.h 222 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& getFiles() const
236 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > mFiles;
254 const DefaultKeyedVector<String8, sp<AaptGroup> >& getFiles() const { return mFiles; }
255 const DefaultKeyedVector<String8, sp<AaptDir> >& getDirs() const { return mDirs; }
303 DefaultKeyedVector<String8, sp<AaptGroup> > mFiles;
304 DefaultKeyedVector<String8, sp<AaptDir> > mDirs;
455 const DefaultKeyedVector<String8, sp<AaptSymbols> >& getNestedSymbols() const
491 DefaultKeyedVector<String8, sp<AaptSymbols> > mNestedSymbols;
552 const DefaultKeyedVector<String8, sp<AaptSymbols> >& getSymbols() const { return mSymbols; }
603 DefaultKeyedVector<String8, sp<AaptSymbols> > mSymbols
    [all...]
ResourceTable.h 415 const DefaultKeyedVector<ConfigDescription, sp<Entry> >& getEntries() const { return mEntries; }
424 DefaultKeyedVector<ConfigDescription, sp<Entry> > mEntries;
483 const DefaultKeyedVector<String16, sp<ConfigList> >& getConfigs() const { return mConfigs; }
492 DefaultKeyedVector<String16, Public> mPublic;
494 DefaultKeyedVector<String16, sp<ConfigList> > mConfigs;
526 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; }
532 DefaultKeyedVector<String16, uint32_t>* mappings);
536 DefaultKeyedVector<String16, sp<Type> > mTypes;
542 DefaultKeyedVector<String16, uint32_t> mTypeStringsMapping;
543 DefaultKeyedVector<String16, uint32_t> mKeyStringsMapping
    [all...]
StringPool.h 168 DefaultKeyedVector<String16, ssize_t> mValues;
  /system/core/include/utils/
KeyedVector.h 114 class DefaultKeyedVector : public KeyedVector<KEY, VALUE>
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 {
  /system/core/libpixelflinger/codeflinger/tinyutils/
KeyedVector.h 102 class DefaultKeyedVector : public KeyedVector<KEY, VALUE>
105 inline DefaultKeyedVector(const VALUE& defValue = VALUE());
187 DefaultKeyedVector<KEY,VALUE>::DefaultKeyedVector(const VALUE& defValue)
193 const VALUE& DefaultKeyedVector<KEY,VALUE>::valueFor(const KEY& key) const {
  /device/generic/goldfish/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 22 static void clearObjectMap(android::DefaultKeyedVector<GLuint, T>& v) {
228 m_buffers(android::DefaultKeyedVector<GLuint, BufferData*>(NULL)),
229 m_programs(android::DefaultKeyedVector<GLuint, ProgramData*>(NULL)),
230 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;
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.h 75 DefaultKeyedVector<EGLint, EGLint> m_attribs;
  /frameworks/native/services/sensorservice/
SensorDevice.h 79 DefaultKeyedVector<int, Info> mActivationCount;
SensorService.h 243 DefaultKeyedVector<int, SensorInterface*> mSensorMap;
253 DefaultKeyedVector<int, SensorRecord*> mActiveSensors;
254 DefaultKeyedVector<int, SensorInterface*> mActiveVirtualSensors;
  /frameworks/native/services/surfaceflinger/
Client.h 74 DefaultKeyedVector< wp<IBinder>, wp<Layer> > mLayers;
SurfaceFlinger.h 180 DefaultKeyedVector< wp<IBinder>, DisplayDeviceState> displays;
455 DefaultKeyedVector< wp<IBinder>, sp<DisplayDevice> > mDisplays;
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.h 149 DefaultKeyedVector< sound_model_handle_t, sp<Model> > mModels;
198 DefaultKeyedVector< sound_trigger_module_handle_t, sp<Module> > mModules;
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.h 66 DefaultKeyedVector<GLuint, ElementArrayBuffer*> mElementArrayBuffers;
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.h 128 DefaultKeyedVector<Key, Program*> mCache;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 31 using android::DefaultKeyedVector;
479 DefaultKeyedVector<audio_io_handle_t, AudioOutputDescriptor *> openOutputs);
532 DefaultKeyedVector<audio_io_handle_t, AudioOutputDescriptor *> mOutputs;
535 DefaultKeyedVector<audio_io_handle_t, AudioOutputDescriptor *> mPreviousOutputs;
538 DefaultKeyedVector<audio_io_handle_t, AudioInputDescriptor *> mInputs;
  /frameworks/av/services/audioflinger/
AudioFlinger.h 665 DefaultKeyedVector< pid_t, wp<Client> > mClients; // see ~Client()
673 DefaultKeyedVector<audio_module_handle_t, AudioHwDevice*> mAudioHwDevs;
703 DefaultKeyedVector< audio_io_handle_t, sp<PlaybackThread> > mPlaybackThreads;
711 DefaultKeyedVector< audio_io_handle_t, sp<RecordThread> > mRecordThreads;
714 DefaultKeyedVector< pid_t, sp<NotificationClient> > mNotificationClients;
734 DefaultKeyedVector< audio_session_t , sp<EffectChain> > mOrphanEffectChains;
    [all...]
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 298 DefaultKeyedVector<const SkPaint*, const SkPaint*> mPaintMap;
299 DefaultKeyedVector<const SkPath*, const SkPath*> mPathMap;
300 DefaultKeyedVector<const SkRegion*, const SkRegion*> mRegionMap;
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 523 DefaultKeyedVector<String8, float*> mSupportedWhiteBalanceScale;
  /hardware/ti/omap4-aah/camera/inc/
CameraProperties.h 219 android::DefaultKeyedVector<android::String8, android::String8> mProperties[MODE_MAX];
  /frameworks/av/include/camera/
CameraParameters.h     [all...]
  /frameworks/base/libs/hwui/font/
Font.h 150 DefaultKeyedVector<glyph_t, CachedGlyphInfo*> mCachedGlyphs;
  /frameworks/av/services/audiopolicy/
AudioPolicyManager.h     [all...]

Completed in 591 milliseconds

1 2