Home
last modified time | relevance | path

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

/frameworks/av/drm/libmediadrm/include/mediadrm/
DCryptoHalAidl.h26 using IDrmFactoryAidl = ::aidl::android::hardware::drm::IDrmFactory; variable
65 const std::vector<std::shared_ptr<IDrmFactoryAidl>> mFactories;
80 const std::shared_ptr<IDrmFactoryAidl>& factory, const Uuid& uuidAidl,
DDrmHalAidl.h32 using IDrmFactoryAidl = ::aidl::android::hardware::drm::IDrmFactory; variable
128 const std::vector<std::shared_ptr<IDrmFactoryAidl>> mFactories;
/frameworks/av/drm/libmediadrm/
DDrmUtils.cpp174 std::vector<std::shared_ptr<IDrmFactoryAidl>> makeDrmFactoriesAidl() { in makeDrmFactoriesAidl()
175 std::vector<std::shared_ptr<IDrmFactoryAidl>> factories; in makeDrmFactoriesAidl()
177 IDrmFactoryAidl::descriptor, static_cast<void*>(&factories), in makeDrmFactoriesAidl()
179 auto fullName = std::string(IDrmFactoryAidl::descriptor) + "/" + std::string(instance); in makeDrmFactoriesAidl()
180 auto factory = IDrmFactoryAidl::fromBinder( in makeDrmFactoriesAidl()
188 static_cast<std::vector<std::shared_ptr<IDrmFactoryAidl>>*>(context)->emplace_back( in makeDrmFactoriesAidl()
DCryptoHalAidl.cpp201 const std::shared_ptr<IDrmFactoryAidl>& factory, const Uuid& uuidAidl, in makeCryptoPlugin()
/frameworks/av/drm/libmediadrm/interface/mediadrm/
DDrmUtils.h57 using IDrmFactoryAidl = ::aidl::android::hardware::drm::IDrmFactory; variable
177 std::vector<std::shared_ptr<IDrmFactoryAidl>> makeDrmFactoriesAidl();