Searched refs:DrmFactory (Results 1 – 4 of 4) sorted by relevance
40 struct DrmFactory : public IDrmFactory { struct41 DrmFactory();42 virtual ~DrmFactory() {} in ~DrmFactory() argument56 PluginLoader<android::DrmFactory> loader;58 DrmFactory(const DrmFactory &) = delete;59 void operator=(const DrmFactory &) = delete; argument
30 DrmFactory::DrmFactory() : in DrmFactory() function in android::hardware::drm::V1_0::implementation::DrmFactory35 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()
65 DrmFactory.cpp \
21 * Ref: frameworks/native/include/media/drm/DrmAPI.h:DrmFactory