HomeSort by relevance Sort by last modified time
    Searched defs:createDrmFactory (Results 1 - 3 of 3) sorted by null

  /frameworks/av/drm/mediadrm/plugins/clearkey/
CreatePluginFactories.cpp 24 android::DrmFactory* createDrmFactory() {
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.cpp 29 DrmFactory *createDrmFactory()
  /frameworks/av/media/libmediaplayerservice/
Drm.cpp 214 CreateDrmFactoryFunc createDrmFactory =
215 (CreateDrmFactoryFunc)mLibrary->lookup("createDrmFactory");
217 if (createDrmFactory == NULL ||
218 (mFactory = createDrmFactory()) == NULL ||

Completed in 203 milliseconds