Searched refs:key_system_name (Results 1 - 5 of 5) sorted by last modified time

/external/chromium_org/chromecast/media/base/
H A Dkey_systems_common.cc18 CastKeySystem GetKeySystemByName(const std::string& key_system_name) { argument
20 if (key_system_name.compare(kWidevineKeySystem) == 0) {
26 if (key_system_name.compare(kChromecastPlayreadyKeySystem) == 0) {
31 if (key_system_name.compare(::media::kClearKey) == 0) {
35 return GetPlatformKeySystemByName(key_system_name);
H A Dkey_systems_common.h24 CastKeySystem GetKeySystemByName(const std::string& key_system_name);
28 CastKeySystem GetPlatformKeySystemByName(const std::string& key_system_name);
H A Dkey_systems_common_simple.cc10 CastKeySystem GetPlatformKeySystemByName(const std::string& key_system_name) { argument
/external/chromium_org/chromecast/shell/renderer/
H A Dkey_systems_cast.cc21 const std::string& key_system_name,
23 content::KeySystemInfo info(key_system_name);
20 AddKeySystemWithCodecs( const std::string& key_system_name, std::vector<content::KeySystemInfo>* concrete_key_systems) argument
H A Dkey_systems_cast.h17 const std::string& key_system_name,

Completed in 1522 milliseconds