Searched refs:infoMap (Results 1 - 18 of 18) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h123 DiagnosticInfos& infoMap() { function in class:mcld::DiagnosticEngine
128 const DiagnosticInfos& infoMap() const { function in class:mcld::DiagnosticEngine
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3BufferManager.cpp133 InfoMap& infoMap = currentSet.streamInfoMap; local
138 infoMap.removeItem(streamId);
140 for (size_t i = 0; i < infoMap.size(); i++) {
141 if (infoMap[i].totalBufferCount > currentSet.maxAllowedBufferCount) {
142 currentSet.maxAllowedBufferCount = infoMap[i].totalBufferCount;
152 if (handOutBufferCounts.size() == 0 && infoMap.size() == 0) {
/frameworks/av/drm/libmediadrm/
H A DIDrm.cpp223 KeyedVector<String8, String8> &infoMap) const {
233 infoMap.clear();
238 infoMap.add(key, value);
699 KeyedVector<String8, String8> infoMap; local
700 status_t result = queryKeyStatus(sessionId, infoMap);
701 size_t count = infoMap.size();
704 reply->writeString8(infoMap.keyAt(i));
705 reply->writeString8(infoMap.valueAt(i));
H A DDrm.cpp478 KeyedVector<String8, String8> &infoMap) const {
491 return mPlugin->queryKeyStatus(sessionId, infoMap);
H A DDrmHal.cpp590 KeyedVector<String8, String8> &infoMap) const {
606 infoMap = toKeyedVector(map);
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.h84 KeyedVector<String8, String8>& infoMap) const {
88 UNUSED(infoMap);
/frameworks/compile/mclinker/lib/LD/
H A DDiagnostic.cpp33 llvm::StringRef desc = m_Engine.infoMap().getDescription(getID(), false);
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h79 KeyedVector<String8, String8> &infoMap) const;
H A DMockDrmCryptoPlugin.cpp255 KeyedVector<String8, String8> &infoMap) const
266 infoMap.add(String8("purchaseDuration"), String8("1000"));
267 infoMap.add(String8("licenseDuration"), String8("100"));
/frameworks/av/include/media/
H A DDrm.h69 KeyedVector<String8, String8> &infoMap) const;
H A DDrmHal.h79 KeyedVector<String8, String8> &infoMap) const;
H A DIDrm.h64 KeyedVector<String8, String8> &infoMap) const = 0;
/frameworks/av/media/libmedia/include/media/
H A DDrm.h69 KeyedVector<String8, String8> &infoMap) const;
H A DDrmHal.h79 KeyedVector<String8, String8> &infoMap) const;
H A DIDrm.h64 KeyedVector<String8, String8> &infoMap) const = 0;
/frameworks/native/include/media/drm/
H A DDrmAPI.h204 KeyedVector<String8, String8> &infoMap) const = 0;
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp959 KeyedVector<String8, String8> infoMap; local
961 status_t err = drm->queryKeyStatus(sessionId, infoMap);
967 return KeyedVectorToHashMap(env, infoMap);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java17539 final SparseArray<ProcessMemInfo> infoMap = new SparseArray<>(memInfos.size());
17542 infoMap.put(mi.pid, mi);
17558 if (infoMap.indexOfKey(st.pid) < 0) {
[all...]

Completed in 5868 milliseconds