Searched refs:IsKeySystemSupportedWithType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/media/base/android/
H A Dmedia_drm_bridge_unittest.cc41 static bool IsKeySystemSupportedWithType( function in namespace:media
44 return MediaDrmBridge::IsKeySystemSupportedWithType(key_system,
74 // IsKeySystemSupportedWithType(kWidevineKeySystem, kAudioMp4));
76 IsKeySystemSupportedWithType(kWidevineKeySystem, kVideoMp4));
79 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, kAudioWebM));
80 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, kVideoWebM));
82 EXPECT_TRUE(IsKeySystemSupportedWithType(kWidevineKeySystem, kAudioWebM));
83 EXPECT_TRUE(IsKeySystemSupportedWithType(kWidevineKeySystem, kVideoWebM));
86 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySystem, "unknown"));
87 EXPECT_FALSE(IsKeySystemSupportedWithType(kWidevineKeySyste
[all...]
H A Dmedia_drm_bridge.h57 static bool IsKeySystemSupportedWithType(
H A Dmedia_drm_bridge.cc301 bool MediaDrmBridge::IsKeySystemSupportedWithType( function in class:media::MediaDrmBridge
/external/chromium_org/components/cdm/browser/
H A Dcdm_message_filter_android.cc59 MediaDrmBridge::IsKeySystemSupportedWithType(

Completed in 135 milliseconds