Home
last modified time | relevance | path

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

/hardware/interfaces/drm/1.1/vts/functional/include/android/hardware/drm/1.1/vts/
Ddrm_hal_clearkey_test.h92 cryptoPlugin = createCryptoPlugin(cryptoFactory); in SetUp()
126 sp<ICryptoPlugin> createCryptoPlugin(sp<ICryptoFactory> cryptoFactory) { in createCryptoPlugin() function
/hardware/interfaces/drm/1.2/vts/functional/include/android/hardware/drm/1.2/vts/
Ddrm_hal_common.h132 sp<ICryptoPlugin> createCryptoPlugin();
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_common.cpp115 cryptoPlugin = createCryptoPlugin(); in SetUp()
159 sp<ICryptoPlugin> DrmHalTest::createCryptoPlugin() { in createCryptoPlugin() function in android::hardware::drm::V1_2::vts::DrmHalTest