HomeSort by relevance Sort by last modified time
    Searched refs:DefaultKeyedVector (Results 1 - 25 of 38) 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 235 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<String8, sp<AaptSymbols> > mSymbols
    [all...]
ResourceTable.h 390 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<String16, uint32_t> mKeyStringsMapping
    [all...]
StringPool.h 169 DefaultKeyedVector<String16, ssize_t> mValues;
  /frameworks/native/services/sensorservice/
SensorService.h 110 DefaultKeyedVector<int, SensorInterface*> getActiveVirtualSensors() const;
129 DefaultKeyedVector<int, SensorInterface*> mSensorMap;
135 DefaultKeyedVector<int, SensorRecord*> mActiveSensors;
136 DefaultKeyedVector<int, SensorInterface*> mActiveVirtualSensors;
SensorDevice.h 49 DefaultKeyedVector<int, Info> mActivationCount;
  /frameworks/native/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 219 m_buffers(android::DefaultKeyedVector<GLuint, BufferData*>(NULL)),
220 m_programs(android::DefaultKeyedVector<GLuint, ProgramData*>(NULL)),
221 m_shaders(android::DefaultKeyedVector<GLuint, ShaderData*>(NULL))
  /sdk/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;
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.h 75 DefaultKeyedVector<EGLint, EGLint> m_attribs;
  /frameworks/native/services/surfaceflinger/
Client.h 70 DefaultKeyedVector< wp<IBinder>, wp<Layer> > mLayers;
SurfaceFlinger.h 162 DefaultKeyedVector< wp<IBinder>, DisplayDeviceState> displays;
440 DefaultKeyedVector< wp<IBinder>, sp<DisplayDevice> > mDisplays;
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 323 DefaultKeyedVector<SkPaint*, SkPaint*> mPaintMap;
326 DefaultKeyedVector<SkPath*, SkPath*> mPathMap;
331 DefaultKeyedVector<SkRegion*, SkRegion*> mRegionMap;
334 DefaultKeyedVector<SkiaShader*, SkiaShader*> mShaderMap;
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_context.h 63 DefaultKeyedVector<GLuint, ElementArrayBuffer*> mElementArrayBuffers;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 31 using android::DefaultKeyedVector;
470 DefaultKeyedVector<audio_io_handle_t, AudioOutputDescriptor *> openOutputs);
517 DefaultKeyedVector<audio_io_handle_t, AudioOutputDescriptor *> mOutputs;
520 DefaultKeyedVector<audio_io_handle_t, AudioOutputDescriptor *> mPreviousOutputs;
521 DefaultKeyedVector<audio_io_handle_t, AudioInputDescriptor *> mInputs; // list of input descriptors
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 523 DefaultKeyedVector<String8, float*> mSupportedWhiteBalanceScale;
  /frameworks/av/include/media/
AudioSystem.h 296 static DefaultKeyedVector<audio_stream_type_t, audio_io_handle_t> gStreamOutputMap;
299 static DefaultKeyedVector<audio_io_handle_t, OutputDescriptor *> gOutputs;
SoundPool.h 223 DefaultKeyedVector< int, sp<Sample> > mSamples;
  /frameworks/av/services/audioflinger/
AudioFlinger.h 521 DefaultKeyedVector< pid_t, wp<Client> > mClients; // see ~Client()
529 DefaultKeyedVector<audio_module_handle_t, AudioHwDevice*> mAudioHwDevs;
559 DefaultKeyedVector< audio_io_handle_t, sp<PlaybackThread> > mPlaybackThreads;
567 DefaultKeyedVector< audio_io_handle_t, sp<RecordThread> > mRecordThreads;
569 DefaultKeyedVector< pid_t, sp<NotificationClient> > mNotificationClients;
  /frameworks/av/include/camera/
CameraParameters.h     [all...]
  /frameworks/base/libs/hwui/font/
Font.h 143 DefaultKeyedVector<glyph_t, CachedGlyphInfo*> mCachedGlyphs;

Completed in 299 milliseconds

1 2