Home
last modified time | relevance | path

Searched refs:cryptoClearKey (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/
Ddrm_hal_clearkey_test.h75 const bool cryptoClearKey = cryptoFactory->isCryptoSchemeSupported(kClearKeyUUID); in SetUp() local
76 EXPECT_EQ(drmClearKey, cryptoClearKey); in SetUp()
77 const bool supportsClearKey = drmClearKey && cryptoClearKey; in SetUp()