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

  /frameworks/av/drm/mediadrm/plugins/clearkey/default/
CreatePluginFactories.cpp 20 #include "DrmFactory.h"
24 android::DrmFactory* createDrmFactory() {
25 return new clearkeydrm::DrmFactory();
DrmFactory.cpp 23 #include "DrmFactory.h"
32 bool DrmFactory::isCryptoSchemeSupported(const uint8_t uuid[16]) {
36 bool DrmFactory::isContentTypeSupported(const android::String8 &type) {
46 android::status_t DrmFactory::createDrmPlugin(
  /frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DrmFactory.h 28 class DrmFactory : public android::DrmFactory {
30 DrmFactory() {}
31 virtual ~DrmFactory() {}
42 DISALLOW_EVIL_CONSTRUCTORS(DrmFactory);
CreatePluginFactories.h 24 android::DrmFactory* createDrmFactory();
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
CreatePluginFactories.cpp 20 #include "DrmFactory.h"
31 return new DrmFactory();
DrmFactory.cpp 23 #include "DrmFactory.h"
39 Return<bool> DrmFactory::isCryptoSchemeSupported(
44 Return<bool> DrmFactory::isContentTypeSupported(const hidl_string &mimeType) {
54 Return<void> DrmFactory::createPlugin(
service.cpp 19 #include <DrmFactory.h>
32 using android::hardware::drm::V1_1::clearkey::DrmFactory;
42 sp<IDrmFactory> drmFactory = new DrmFactory;
48 CHECK_EQ(drmFactory->registerAsService("clearkey"), android::NO_ERROR)
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DrmFactory.h 35 struct DrmFactory : public IDrmFactory {
36 DrmFactory() {}
37 virtual ~DrmFactory() {}
51 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(DrmFactory);
  /hardware/interfaces/drm/1.0/default/
DrmFactory.h 40 struct DrmFactory : public IDrmFactory {
41 DrmFactory();
42 virtual ~DrmFactory() {}
56 PluginLoader<android::DrmFactory> loader;
58 DrmFactory(const DrmFactory &) = delete;
59 void operator=(const DrmFactory &) = delete;
DrmFactory.cpp 18 #include "DrmFactory.h"
30 DrmFactory::DrmFactory() :
35 Return<bool> DrmFactory::isCryptoSchemeSupported (
45 Return<bool> DrmFactory::isContentTypeSupported (
55 Return<void> DrmFactory::createPlugin(const hidl_array<uint8_t, 16>& uuid,
78 return new DrmFactory();
service.cpp 19 #include <1.0/default/DrmFactory.h>
Android.mk 65 DrmFactory.cpp \
  /frameworks/native/headers/media_plugin/media/drm/
DrmAPI.h 32 // extern android::DrmFactory *createDrmFactory();
44 // constructs and returns an instance of a DrmFactory object. Similarly,
53 class DrmFactory {
55 DrmFactory() {}
56 virtual ~DrmFactory() {}
58 // DrmFactory::isCryptoSchemeSupported can be called to determine
63 // DrmFactory::isContentTypeSupported can be called to determine
73 DrmFactory(const DrmFactory &);
74 DrmFactory &operator=(const DrmFactory &)
    [all...]
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 23 android::DrmFactory *createDrmFactory();
29 class MockDrmFactory : public DrmFactory {
MockDrmCryptoPlugin.cpp 29 DrmFactory *createDrmFactory()
  /frameworks/av/media/libmedia/include/media/
Drm.h 29 class DrmFactory;
155 DrmFactory *mFactory;
  /test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk 60 android.hardware.drm@1.0-vts.func_fuzzer.DrmFactory \

Completed in 124 milliseconds