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

  /frameworks/base/drm/drmserver/
DrmManager.cpp 118 if (mSupportInfoToPlugInIdMap.indexOfKey(*info) < 0) {
119 mSupportInfoToPlugInIdMap.add(*info, plugInPath);
132 mSupportInfoToPlugInIdMap.clear();
149 if (!mSupportInfoToPlugInIdMap.isEmpty()) {
197 mSupportInfoToPlugInIdMap.add(*info, absolutePath);
560 for (unsigned int index = 0; index < mSupportInfoToPlugInIdMap.size(); index++) {
561 const DrmSupportInfo& drmSupportInfo = mSupportInfoToPlugInIdMap.keyAt(index);
564 plugInId = mSupportInfoToPlugInIdMap.valueFor(drmSupportInfo);
576 for (unsigned int index = 0; index < mSupportInfoToPlugInIdMap.size(); index++) {
577 const DrmSupportInfo& drmSupportInfo = mSupportInfoToPlugInIdMap.keyAt(index)
    [all...]
  /frameworks/base/drm/libdrmframework/include/
DrmManager.h 153 KeyedVector< DrmSupportInfo, String8 > mSupportInfoToPlugInIdMap;

Completed in 15 milliseconds