Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/include/mediadrm/
DCryptoHalAidl.h27 using ICryptoPluginAidl = ::aidl::android::hardware::drm::ICryptoPlugin; variable
66 std::shared_ptr<ICryptoPluginAidl> mPlugin;
79 std::shared_ptr<ICryptoPluginAidl> makeCryptoPlugin(
/frameworks/av/drm/libmediadrm/
DCryptoHalAidl.cpp200 std::shared_ptr<ICryptoPluginAidl> CryptoHalAidl::makeCryptoPlugin( in makeCryptoPlugin()
203 std::shared_ptr<ICryptoPluginAidl> pluginAidl; in makeCryptoPlugin()
423 return DrmUtils::GetLogMessagesAidl<ICryptoPluginAidl>(mPlugin, logs); in getLogMessages()