Searched refs:hdiMediaKeySystemFactoryAndPluginNameMap (Results 1 – 2 of 2) sorted by relevance
84 for (auto it = hdiMediaKeySystemFactoryAndPluginNameMap.begin(); in ClearDeathService()85 it != hdiMediaKeySystemFactoryAndPluginNameMap.end();) { in ClearDeathService()87 it = hdiMediaKeySystemFactoryAndPluginNameMap.erase(it); in ClearDeathService()466 std::string name = hdiMediaKeySystemFactoryAndPluginNameMap[drmHostServieProxy]; in ReleaseSevices()484 hdiMediaKeySystemFactoryAndPluginNameMap.erase(drmHostServieProxy); in ReleaseSevices()556 hdiMediaKeySystemFactoryAndPluginNameMap[drmHostServieProxy] = name; in ProcessLazyLoadInfomation()
148 std::map<sptr<IMediaKeySystemFactory>, std::string> hdiMediaKeySystemFactoryAndPluginNameMap; variable