HomeSort by relevance Sort by last modified time
    Searched refs:cryptoPlugin (Results 1 - 5 of 5) sorted by null

  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
CryptoFactory.cpp 24 #include "CryptoPlugin.h"
51 CryptoPlugin *cryptoPlugin = new CryptoPlugin(initData);
52 Status status = cryptoPlugin->getInitStatus();
54 _hidl_cb(Status::OK, cryptoPlugin);
56 delete cryptoPlugin;
  /hardware/interfaces/drm/1.0/
ICryptoFactory.hal 46 * @return cryptoPlugin the created ICryptoPlugin
49 generates (Status status, ICryptoPlugin cryptoPlugin);
  /hardware/interfaces/drm/1.0/vts/functional/
drm_hal_clearkey_test.cpp 275 cryptoPlugin = plugin;
289 sp<ICryptoPlugin> cryptoPlugin;
863 * CryptoPlugin tests
871 EXPECT_FALSE(cryptoPlugin->requiresSecureDecoderComponent("cenc"));
878 EXPECT_FALSE(cryptoPlugin->requiresSecureDecoderComponent(""));
886 cryptoPlugin->notifyResolution(1920, 1080);
907 EXPECT_OK(cryptoPlugin->setSharedBufferBase(memory, index));
914 EXPECT_OK(cryptoPlugin->setSharedBufferBase(hidlMemory, index));
924 EXPECT_TRUE(cryptoPlugin->setMediaDrmSession(sessionId).isOk());
    [all...]
drm_hal_vendor_test.cpp 337 cryptoPlugin = plugin;
354 sp<ICryptoPlugin> cryptoPlugin;
    [all...]
  /hardware/interfaces/drm/1.1/vts/functional/
drm_hal_clearkey_test.cpp 152 cryptoPlugin = createCryptoPlugin(cryptoFactory);
153 if (cryptoPlugin != nullptr) {
161 ASSERT_NE(nullptr, cryptoPlugin.get()) << "Can't find clearkey crypto@1.1 plugin";
265 sp<ICryptoPlugin> cryptoPlugin;

Completed in 73 milliseconds