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

  /frameworks/base/services/sensorservice/
SensorService.h 105 DefaultKeyedVector<int, SensorInterface*> getActiveVirtualSensors() const;
115 DefaultKeyedVector<int, SensorInterface*> mSensorMap;
122 DefaultKeyedVector<int, SensorRecord*> mActiveSensors;
123 DefaultKeyedVector<int, SensorInterface*> mActiveVirtualSensors;
SensorDevice.h 46 DefaultKeyedVector<int, Info> mActivationCount;
SensorService.cpp 187 const DefaultKeyedVector<int, SensorInterface*> virtualSensors(
266 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 294 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 {
  /frameworks/base/tools/aapt/
StringPool.h 144 DefaultKeyedVector<String16, ssize_t> mValues;
147 DefaultKeyedVector<String16, ssize_t> mIdents;
ResourceTable.h 380 const DefaultKeyedVector<ConfigDescription, sp<Entry> >& getEntries() const { return mEntries; }
389 DefaultKeyedVector<ConfigDescription, sp<Entry> > mEntries;
448 const DefaultKeyedVector<String16, sp<ConfigList> >& getConfigs() const { return mConfigs; }
457 DefaultKeyedVector<String16, Public> mPublic;
459 DefaultKeyedVector<String16, sp<ConfigList> > mConfigs;
491 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; }
497 DefaultKeyedVector<String16, uint32_t>* mappings);
501 DefaultKeyedVector<String16, sp<Type> > mTypes;
507 DefaultKeyedVector<String16, uint32_t> mTypeStringsMapping;
508 DefaultKeyedVector<String16, uint32_t> mKeyStringsMapping
    [all...]
AaptAssets.h 211 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& getFiles() const
225 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > mFiles;
243 const DefaultKeyedVector<String8, sp<AaptGroup> >& getFiles() const { return mFiles; }
244 const DefaultKeyedVector<String8, sp<AaptDir> >& getDirs() const { return mDirs; }
291 DefaultKeyedVector<String8, sp<AaptGroup> > mFiles;
292 DefaultKeyedVector<String8, sp<AaptDir> > mDirs;
430 const DefaultKeyedVector<String8, sp<AaptSymbols> >& getNestedSymbols() const
466 DefaultKeyedVector<String8, sp<AaptSymbols> > mNestedSymbols;
517 const DefaultKeyedVector<String8, sp<AaptSymbols> >& getSymbols() const { return mSymbols; }
541 DefaultKeyedVector<String8, sp<AaptSymbols> > mSymbols
    [all...]
Resource.cpp 324 const DefaultKeyedVector<String8, sp<AaptGroup> >& groups = dir->getFiles();
330 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& files
539 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > overlayFiles =
542 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > baseFiles =
585 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > overlayFiles =
    [all...]
ResourceTable.cpp 795 DefaultKeyedVector<String16, uint32_t> nextPublicId(0);
    [all...]
  /frameworks/base/include/camera/
CameraParameters.h 400 DefaultKeyedVector<String8,String8> mMap;
  /frameworks/base/include/media/
AudioSystem.h 458 static DefaultKeyedVector<int, audio_io_handle_t> gStreamOutputMap;
460 static DefaultKeyedVector<audio_io_handle_t, OutputDescriptor *> gOutputs;
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.h 89 DefaultKeyedVector< size_t, wp<LayerBaseClient> > mLayers;
385 DefaultKeyedVector< wp<IBinder>, wp<Layer> > mLayerMap;
  /frameworks/base/include/surfaceflinger/
Surface.h 311 static DefaultKeyedVector<wp<IBinder>, wp<Surface> > sCachedSurfaces;
  /frameworks/base/media/jni/soundpool/
SoundPool.h 219 DefaultKeyedVector< int, sp<Sample> > mSamples;
  /frameworks/base/services/audioflinger/
AudioFlinger.h     [all...]
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 175 DefaultKeyedVector<int32_t, int> mNotifyCount;
176 DefaultKeyedVector<int32_t, int> mDataCount;
177 DefaultKeyedVector<int32_t, int> mDataSize;
  /frameworks/base/media/libmedia/
AudioSystem.cpp 43 DefaultKeyedVector<int, audio_io_handle_t> AudioSystem::gStreamOutputMap(0);
44 DefaultKeyedVector<audio_io_handle_t, AudioSystem::OutputDescriptor *> AudioSystem::gOutputs(0);
  /frameworks/base/libs/surfaceflinger_client/
Surface.cpp 380 DefaultKeyedVector<wp<IBinder>, wp<Surface> > Surface::sCachedSurfaces;
    [all...]
  /frameworks/base/libs/utils/
AssetManager.cpp     [all...]
  /frameworks/base/opengl/libs/EGL/
egl.cpp 422 static DefaultKeyedVector<String8, __eglMustCastToProperFunctionPointerType> gGLExtentionMap;
    [all...]

Completed in 412 milliseconds