Home
last modified time | relevance | path

Searched refs:DrmFactory (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/drm/1.0/default/
DDrmFactory.h40 struct DrmFactory : public IDrmFactory { struct
41 DrmFactory();
42 virtual ~DrmFactory() {} in ~DrmFactory() argument
56 PluginLoader<android::DrmFactory> loader;
58 DrmFactory(const DrmFactory &) = delete;
59 void operator=(const DrmFactory &) = delete; argument
DDrmFactory.cpp30 DrmFactory::DrmFactory() : in DrmFactory() function in android::hardware::drm::V1_0::implementation::DrmFactory
35 Return<bool> DrmFactory::isCryptoSchemeSupported ( in isCryptoSchemeSupported()
45 Return<bool> DrmFactory::isContentTypeSupported ( in isContentTypeSupported()
55 Return<void> DrmFactory::createPlugin(const hidl_array<uint8_t, 16>& uuid, in createPlugin()
78 return new DrmFactory(); in HIDL_FETCH_IDrmFactory()
DAndroid.mk65 DrmFactory.cpp \
/hardware/interfaces/drm/1.0/
DIDrmFactory.hal21 * Ref: frameworks/native/include/media/drm/DrmAPI.h:DrmFactory