Home
last modified time | relevance | path

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

/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DIDrmFactory.aidl38 …@nullable android.hardware.drm.ICryptoPlugin createCryptoPlugin(in android.hardware.drm.Uuid uuid,… in createCryptoPlugin() method
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DIDrmFactory.aidl38 …@nullable android.hardware.drm.ICryptoPlugin createCryptoPlugin(in android.hardware.drm.Uuid uuid,… in createCryptoPlugin() method
/hardware/interfaces/drm/aidl/android/hardware/drm/
DIDrmFactory.aidl58 @nullable android.hardware.drm.ICryptoPlugin createCryptoPlugin( in createCryptoPlugin() method
/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/aidl/vts/
Ddrm_hal_common.cpp201 cryptoPlugin = createCryptoPlugin(); in SetUp()
234 std::shared_ptr<::aidl::android::hardware::drm::ICryptoPlugin> DrmHalTest::createCryptoPlugin() { in createCryptoPlugin() function in aidl::android::hardware::drm::vts::DrmHalTest
240 auto ret = drmFactory->createCryptoPlugin(getAidlUUID(), initVec, &result); in createCryptoPlugin()
/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
/hardware/interfaces/drm/aidl/vts/include/
Ddrm_hal_common.h141 std::shared_ptr<::aidl::android::hardware::drm::ICryptoPlugin> createCryptoPlugin();