/frameworks/base/tools/aapt/tests/ |
D | MockFileFinder.h | 18 MockFileFinder (KeyedVector<String8, KeyedVector<String8,time_t> >& files) in MockFileFinder() 36 KeyedVector<String8,time_t>& fileStore, in findFiles() 39 const KeyedVector<String8,time_t>* payload(&mFiles.valueFor(basePath)); in findFiles() 51 KeyedVector<String8, KeyedVector<String8,time_t> > mFiles;
|
D | CrunchCache_test.cpp | 33 KeyedVector<String8, time_t> sourceData; in main() 41 KeyedVector<String8, time_t> destData; in main() 48 KeyedVector<String8, KeyedVector<String8,time_t> > data; in main()
|
/frameworks/base/tools/aapt/ |
D | FileFinder.h | 26 KeyedVector<String8,time_t>& fileStore, 57 KeyedVector<String8,time_t>& fileStore, 77 KeyedVector<String8,time_t>& fileStore);
|
D | FileFinder.cpp | 42 KeyedVector<String8,time_t>& fileStore, in findFiles() 82 KeyedVector<String8,time_t>& fileStore) in checkAndAddFile()
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.h | 63 const KeyedVector<String8, String8> *headers = NULL); 143 KeyedVector<String8, String8> mExtraHeaders; 152 KeyedVector<AString, FetcherInfo> mFetcherInfos; 164 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources; 166 KeyedVector<StreamType, sp<AnotherPacketSource> > mPacketSources2;
|
/frameworks/native/include/input/ |
D | KeyLayoutMap.h | 82 KeyedVector<int32_t, Key> mKeysByScanCode; 83 KeyedVector<int32_t, Key> mKeysByUsageCode; 84 KeyedVector<int32_t, AxisInfo> mAxes;
|
D | KeyCharacterMap.h | 216 KeyedVector<int32_t, Key*> mKeys; 219 KeyedVector<int32_t, int32_t> mKeysByScanCode; 220 KeyedVector<int32_t, int32_t> mKeysByUsageCode;
|
/frameworks/av/drm/mediadrm/plugins/mock/ |
D | MockDrmCryptoPlugin.h | 64 KeyedVector<String8, String8> const &optionalParameters, 77 KeyedVector<String8, String8> &infoMap) const; 128 String8 stringMapToString(KeyedVector<String8, String8> map) const; 138 KeyedVector<String8, String8> mStringProperties; 139 KeyedVector<String8, Vector<uint8_t> > mByteArrayProperties;
|
/frameworks/av/media/libstagefright/include/ |
D | ChromiumHTTPDataSource.h | 35 const KeyedVector<String8, String8> *headers = NULL, 83 KeyedVector<String8, String8> mHeaders; 102 const KeyedVector<String8, String8> *headers,
|
D | StagefrightMetadataRetriever.h | 37 const KeyedVector<String8, String8> *headers); 51 KeyedVector<int, String8> mMetaData;
|
D | MPEG2PSExtractor.h | 57 KeyedVector<unsigned, sp<Track> > mTracks; 61 KeyedVector<unsigned, unsigned> mStreamTypeByESID;
|
D | OMX.h | 155 KeyedVector<wp<IBinder>, OMXNodeInstance *> mLiveNodes; 156 KeyedVector<node_id, OMXNodeInstance *> mNodeIDToInstance; 157 KeyedVector<node_id, sp<CallbackDispatcher> > mDispatchers;
|
/frameworks/native/libs/ui/ |
D | GraphicBufferAllocator.cpp | 35 KeyedVector<buffer_handle_t, 57 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in dump() 112 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in alloc() 142 KeyedVector<buffer_handle_t, alloc_rec_t>& list(sAllocList); in free()
|
/frameworks/av/drm/libdrmframework/include/ |
D | DrmManager.h | 159 KeyedVector< DrmSupportInfo, String8 > mSupportInfoToPlugInIdMap; 160 KeyedVector< int, IDrmEngine*> mConvertSessionMap; 161 KeyedVector< int, sp<IDrmServiceListener> > mServiceListeners; 162 KeyedVector< int, IDrmEngine*> mDecryptSessionMap;
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXMaster.h | 55 KeyedVector<String8, OMXPluginBase *> mPluginByComponentName; 56 KeyedVector<OMX_COMPONENTTYPE *, OMXPluginBase *> mPluginByInstance;
|
/frameworks/av/media/libmediaplayerservice/ |
D | Drm.h | 54 KeyedVector<String8, String8> const &optionalParameters, 67 KeyedVector<String8, String8> &infoMap) const; 135 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap; 136 static KeyedVector<String8, wp<SharedLibrary> > mLibraryPathToOpenLibraryMap;
|
D | Crypto.h | 66 static KeyedVector<Vector<uint8_t>, String8> mUUIDToLibraryPathMap; 67 static KeyedVector<String8, wp<SharedLibrary> > mLibraryPathToOpenLibraryMap;
|
/frameworks/av/media/libstagefright/rtsp/ |
D | SDPLoader.cpp | 55 void SDPLoader::load(const char *url, const KeyedVector<String8, String8> *headers) { in load() 64 new KeyedVector<String8, String8>(*headers)); in load() 94 KeyedVector<String8, String8> *headers = NULL; in onLoad()
|
D | ARTSPConnection.h | 31 KeyedVector<AString,AString> mHeaders; 90 KeyedVector<int32_t, sp<AMessage> > mPendingRequests;
|
/frameworks/av/include/media/stagefright/foundation/ |
D | ALooperRoster.h | 52 KeyedVector<ALooper::handler_id, HandlerInfo> mHandlers; 57 KeyedVector<uint32_t, sp<AMessage> > mReplies;
|
/frameworks/av/media/libstagefright/chromium_http/ |
D | support.h | 97 const KeyedVector<String8, String8> *headers, 157 const KeyedVector<String8, String8> *headers, 167 const KeyedVector<String8, String8> *headers,
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | HTTPLiveSource.h | 32 const KeyedVector<String8, String8> *headers, 65 KeyedVector<String8, String8> mExtraHeaders;
|
D | RTSPSource.h | 38 const KeyedVector<String8, String8> *headers, 92 KeyedVector<String8, String8> mExtraHeaders;
|
/frameworks/av/include/media/stagefright/ |
D | MediaCodecList.h | 79 KeyedVector<AString, size_t> mCodecQuirks; 80 KeyedVector<AString, size_t> mTypes;
|
/frameworks/av/include/drm/ |
D | drm_framework_common.h | 303 KeyedVector<DrmCopyControl, int> copyControlVector; 309 KeyedVector<String8, String8> extendedData;
|