HomeSort by relevance Sort by last modified time
    Searched refs:DefaultKeyedVector (Results 1 - 25 of 50) 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 220 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& getFiles() const
234 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > mFiles;
252 const DefaultKeyedVector<String8, sp<AaptGroup> >& getFiles() const { return mFiles; }
253 const DefaultKeyedVector<String8, sp<AaptDir> >& getDirs() const { return mDirs; }
301 DefaultKeyedVector<String8, sp<AaptGroup> > mFiles;
302 DefaultKeyedVector<String8, sp<AaptDir> > mDirs;
453 const DefaultKeyedVector<String8, sp<AaptSymbols> >& getNestedSymbols() const
489 DefaultKeyedVector<String8, sp<AaptSymbols> > mNestedSymbols;
550 const DefaultKeyedVector<String8, sp<AaptSymbols> >& getSymbols() const { return mSymbols; }
602 DefaultKeyedVector<String8, sp<AaptSymbols> > mSymbols
    [all...]
ResourceTable.h 434 const DefaultKeyedVector<ConfigDescription, sp<Entry> >& getEntries() const { return mEntries; }
443 DefaultKeyedVector<ConfigDescription, sp<Entry> > mEntries;
508 const DefaultKeyedVector<String16, sp<ConfigList> >& getConfigs() const { return mConfigs; }
517 DefaultKeyedVector<String16, Public> mPublic;
518 DefaultKeyedVector<String16, sp<ConfigList> > mConfigs;
550 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; }
558 DefaultKeyedVector<String16, uint32_t>* mappings);
562 DefaultKeyedVector<String16, sp<Type> > mTypes;
568 DefaultKeyedVector<String16, uint32_t> mTypeStringsMapping;
569 DefaultKeyedVector<String16, uint32_t> mKeyStringsMapping
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
SoundTriggerSession.h 25 class SoundTriggerSessionCollection : public DefaultKeyedVector<audio_session_t, audio_io_handle_t>
AudioPatch.h 43 class AudioPatchCollection : public DefaultKeyedVector<audio_patch_handle_t, sp<AudioPatch> >
AudioSourceDescriptor.h 53 public DefaultKeyedVector< audio_io_handle_t, sp<AudioSourceDescriptor> >
AudioPolicyMix.h 52 class AudioPolicyMixCollection : public DefaultKeyedVector<String8, sp<AudioPolicyMix> >
AudioOutputDescriptor.h 160 public DefaultKeyedVector< audio_io_handle_t, sp<SwAudioOutputDescriptor> >
194 public DefaultKeyedVector< audio_io_handle_t, sp<HwAudioOutputDescriptor> >
AudioInputDescriptor.h 89 public DefaultKeyedVector< audio_io_handle_t, sp<AudioInputDescriptor> >
AudioSession.h 81 public DefaultKeyedVector<audio_session_t, sp<AudioSession> >,
StreamDescriptor.h 66 class StreamDescriptorCollection : public DefaultKeyedVector<audio_stream_type_t, StreamDescriptor>,
  /frameworks/av/drm/mediadrm/plugins/clearkey/
SessionLibrary.h 51 android::DefaultKeyedVector<android::Vector<uint8_t>, android::sp<Session> >
  /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 {
  /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;
  /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 74 DefaultKeyedVector< wp<IBinder>, wp<Layer> > mLayers;
  /frameworks/native/services/sensorservice/
SensorDevice.h 105 DefaultKeyedVector<int, Info> mActivationCount;
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.h 128 DefaultKeyedVector<Key, Program*> mCache;
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyManagerBase.h 31 using android::DefaultKeyedVector;
480 DefaultKeyedVector<audio_io_handle_t, AudioOutputDescriptor *> openOutputs);
533 DefaultKeyedVector<audio_io_handle_t, AudioOutputDescriptor *> mOutputs;
536 DefaultKeyedVector<audio_io_handle_t, AudioOutputDescriptor *> mPreviousOutputs;
539 DefaultKeyedVector<audio_io_handle_t, AudioInputDescriptor *> mInputs;
  /frameworks/av/services/audioflinger/
AudioFlinger.h 634 DefaultKeyedVector< pid_t, wp<Client> > mClients; // see ~Client()
642 DefaultKeyedVector<audio_module_handle_t, AudioHwDevice*> mAudioHwDevs;
672 DefaultKeyedVector< audio_io_handle_t, sp<PlaybackThread> > mPlaybackThreads;
680 DefaultKeyedVector< audio_io_handle_t, sp<RecordThread> > mRecordThreads;
683 DefaultKeyedVector< pid_t, sp<NotificationClient> > mNotificationClients;
702 DefaultKeyedVector< audio_session_t , sp<EffectChain> > mOrphanEffectChains;
705 DefaultKeyedVector< audio_session_t , audio_hw_sync_t >mHwAvSyncIds;
    [all...]
  /frameworks/base/libs/hwui/
RecordingCanvas.h 305 DefaultKeyedVector<uint32_t, const SkPaint*> mPaintMap;
306 DefaultKeyedVector<const SkPath*, const SkPath*> mPathMap;
307 DefaultKeyedVector<const SkRegion*, const SkRegion*> mRegionMap;
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 525 DefaultKeyedVector<String8, float*> mSupportedWhiteBalanceScale;
  /hardware/ti/omap4-aah/camera/inc/
CameraProperties.h 219 android::DefaultKeyedVector<android::String8, android::String8> mProperties[MODE_MAX];
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.h 152 DefaultKeyedVector< sound_model_handle_t, sp<Model> > mModels;
201 DefaultKeyedVector< sound_trigger_module_handle_t, sp<Module> > mModules;

Completed in 935 milliseconds

1 2