/frameworks/base/media/jni/ |
android_media_Utils.h | 24 #include <utils/KeyedVector.h> 34 KeyedVector<String8, String8>* vector);
|
/frameworks/base/tools/aapt/tests/ |
MockFileFinder.h | 9 #include <utils/KeyedVector.h> 18 MockFileFinder (KeyedVector<String8, KeyedVector<String8,time_t> >& files) 36 KeyedVector<String8,time_t>& fileStore, 39 const KeyedVector<String8,time_t>* payload(&mFiles.valueFor(basePath)); 40 // Since KeyedVector doesn't implement swap 51 KeyedVector<String8, KeyedVector<String8,time_t> > mFiles;
|
CrunchCache_test.cpp | 33 KeyedVector<String8, time_t> sourceData; 41 KeyedVector<String8, time_t> destData; 48 KeyedVector<String8, KeyedVector<String8,time_t> > data;
|
/frameworks/base/include/private/utils/ |
Static.h | 21 #include <utils/KeyedVector.h>
|
/frameworks/base/tools/aapt/ |
FileFinder.h | 14 #include <utils/KeyedVector.h> 26 KeyedVector<String8,time_t>& fileStore, 35 /* findFiles takes a path, a Vector of extensions, and a destination KeyedVector 37 * all files with matching extensions found into the KeyedVector 50 * as keys in the KeyedVector. Each key has the modification time 57 KeyedVector<String8,time_t>& fileStore, 71 * is added to the KeyedVector with the path as the key and the modification 77 KeyedVector<String8,time_t>& fileStore);
|
ResourceFilter.h | 29 KeyedVector<int,SortedVector<uint32_t> > mData;
|
/hardware/ti/omap4xxx/camera/inc/ |
BaseCameraAdapter.h | 164 KeyedVector<int, frame_callback> *subscribers, 205 KeyedVector<int, frame_callback> mFrameSubscribers; 206 KeyedVector<int, frame_callback> mFrameDataSubscribers; 207 KeyedVector<int, frame_callback> mVideoSubscribers; 208 KeyedVector<int, frame_callback> mImageSubscribers; 209 KeyedVector<int, frame_callback> mRawSubscribers; 210 KeyedVector<int, event_callback> mFocusSubscribers; 211 KeyedVector<int, event_callback> mZoomSubscribers; 212 KeyedVector<int, event_callback> mShutterSubscribers; 213 KeyedVector<int, event_callback> mFaceSubscribers [all...] |
/frameworks/base/libs/hwui/ |
Program.h | 23 #include <utils/KeyedVector.h> 132 KeyedVector<const char*, int> attributes; 133 KeyedVector<const char*, int> uniforms;
|
/frameworks/base/media/libstagefright/include/ |
StagefrightMetadataRetriever.h | 24 #include <utils/KeyedVector.h> 37 const KeyedVector<String8, String8> *headers); 51 KeyedVector<int, String8> mMetaData;
|
ChromiumHTTPDataSource.h | 35 const KeyedVector<String8, String8> *headers = NULL, 80 KeyedVector<String8, String8> mHeaders; 99 const KeyedVector<String8, String8> *headers,
|
/frameworks/base/media/libstagefright/omx/ |
OMXMaster.h | 24 #include <utils/KeyedVector.h> 55 KeyedVector<String8, OMXPluginBase *> mPluginByComponentName; 56 KeyedVector<OMX_COMPONENTTYPE *, OMXPluginBase *> mPluginByInstance;
|
/frameworks/base/include/utils/ |
KeyedVector.h | 33 class KeyedVector 39 inline KeyedVector(); 97 * Variation of KeyedVector that holds a default value to return when 101 class DefaultKeyedVector : public KeyedVector<KEY, VALUE> 114 KeyedVector<KEY,VALUE>::KeyedVector() 119 ssize_t KeyedVector<KEY,VALUE>::indexOfKey(const KEY& key) const { 124 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const { 131 const VALUE& KeyedVector<KEY,VALUE>::valueAt(size_t index) const { 136 const KEY& KeyedVector<KEY,VALUE>::keyAt(size_t index) const [all...] |
PropertyMap.h | 20 #include <utils/KeyedVector.h> 78 inline const KeyedVector<String8, String8>& getProperties() const { return mProperties; } 101 KeyedVector<String8, String8> mProperties;
|
/system/core/libpixelflinger/tinyutils/ |
KeyedVector.h | 25 class KeyedVector 31 inline KeyedVector(); 89 * Variation of KeyedVector that holds a default value to return when 93 class DefaultKeyedVector : public KeyedVector<KEY, VALUE> 106 KeyedVector<KEY,VALUE>::KeyedVector() 111 ssize_t KeyedVector<KEY,VALUE>::indexOfKey(const KEY& key) const { 116 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const { 123 const VALUE& KeyedVector<KEY,VALUE>::valueAt(size_t index) const { 128 const KEY& KeyedVector<KEY,VALUE>::keyAt(size_t index) const [all...] |
/hardware/msm7k/libaudio/ |
AudioPolicyManager.h | 22 #include <utils/KeyedVector.h>
|
/frameworks/base/include/media/ |
AudioParameter.h | 21 #include <utils/KeyedVector.h> 67 KeyedVector <String8, String8> mParameters;
|
IMediaMetadataRetriever.h | 24 #include <utils/KeyedVector.h> 37 const KeyedVector<String8, String8> *headers = NULL) = 0;
|
IAudioFlingerClient.h | 23 #include <utils/KeyedVector.h>
|
/frameworks/base/media/libmediaplayerservice/nuplayer/ |
HTTPLiveSource.h | 32 const KeyedVector<String8, String8> *headers, 57 KeyedVector<String8, String8> mExtraHeaders;
|
/frameworks/base/services/sensorservice/ |
SensorDevice.h | 23 #include <utils/KeyedVector.h> 44 KeyedVector<void*, nsecs_t> rates;
|
/hardware/msm7k/libaudio-qdsp5v2/ |
AudioPolicyManager.h | 22 #include <utils/KeyedVector.h>
|
/hardware/msm7k/libaudio-qsd8k/ |
AudioPolicyManager.h | 22 #include <utils/KeyedVector.h>
|
/frameworks/base/include/media/stagefright/foundation/ |
ALooperRoster.h | 22 #include <utils/KeyedVector.h> 51 KeyedVector<ALooper::handler_id, HandlerInfo> mHandlers; 56 KeyedVector<uint32_t, sp<AMessage> > mReplies;
|
/frameworks/base/include/ui/ |
KeyLayoutMap.h | 22 #include <utils/KeyedVector.h> 77 KeyedVector<int32_t, Key> mKeys; 78 KeyedVector<int32_t, AxisInfo> mAxes;
|
/frameworks/base/include/drm/ |
drm_framework_common.h | 21 #include <utils/KeyedVector.h> 302 KeyedVector<DrmCopyControl, int> copyControlVector; 308 KeyedVector<String8, String8> extendedData;
|