Searched refs:parent_key_system (Results 1 – 6 of 6) sorted by relevance
123 const std::string& parent_key_system);267 key_system_info.parent_key_system); in AddConcreteSupportedKeySystems()278 const std::string& parent_key_system) { in AddConcreteSupportedKeySystem() argument297 if (!parent_key_system.empty()) { in AddConcreteSupportedKeySystem()298 DCHECK(!IsConcreteSupportedKeySystem(parent_key_system)) in AddConcreteSupportedKeySystem()299 << "Parent '" << parent_key_system << "' already registered concrete"; in AddConcreteSupportedKeySystem()300 DCHECK(parent_key_system_map_.find(parent_key_system) == in AddConcreteSupportedKeySystem()302 << "Parent '" << parent_key_system << "' already registered"; in AddConcreteSupportedKeySystem()303 parent_key_system_map_[parent_key_system] = concrete_key_system; in AddConcreteSupportedKeySystem()
109 ext.parent_key_system = kExternalParent; in AddKeySystems()
14 static bool IsParentKeySystemOf(const std::string& parent_key_system, in IsParentKeySystemOf() argument16 std::string prefix = parent_key_system + '.'; in IsParentKeySystemOf()
47 std::string parent_key_system; member
36 info.parent_key_system = GetDirectParentName(kWidevineKeySystem); in AddWidevineWithCodecs()
96 static bool IsParentKeySystemOf(const std::string& parent_key_system, in IsParentKeySystemOf() argument98 std::string prefix = parent_key_system + '.'; in IsParentKeySystemOf()