Searched refs:mSupportInfoToPlugInIdMap (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/drmserver/
H A DDrmManager.cpp118 if (mSupportInfoToPlugInIdMap.indexOfKey(*info) < 0) {
119 mSupportInfoToPlugInIdMap.add(*info, plugInPath);
132 mSupportInfoToPlugInIdMap.clear();
149 if (!mSupportInfoToPlugInIdMap.isEmpty()) {
197 mSupportInfoToPlugInIdMap.add(*info, absolutePath);
593 for (unsigned int index = 0; index < mSupportInfoToPlugInIdMap.size(); index++) {
594 const DrmSupportInfo& drmSupportInfo = mSupportInfoToPlugInIdMap.keyAt(index);
597 plugInId = mSupportInfoToPlugInIdMap.valueFor(drmSupportInfo);
609 for (unsigned int index = 0; index < mSupportInfoToPlugInIdMap.size(); index++) {
610 const DrmSupportInfo& drmSupportInfo = mSupportInfoToPlugInIdMap
[all...]
/frameworks/av/drm/libdrmframework/include/
H A DDrmManager.h157 KeyedVector< DrmSupportInfo, String8 > mSupportInfoToPlugInIdMap; member in class:android::DrmManager

Completed in 1134 milliseconds