Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_factory_impl.cpp25 sptr<MediaKeySystemFactoryImpl> MediaKeySystemFactoryImpl::mediaKeySystemFactoryImpl_ = nullptr;
29 MediaKeySystemFactoryImpl::MediaKeySystemFactoryImpl() in MediaKeySystemFactoryImpl() function in OHOS::DrmStandard::MediaKeySystemFactoryImpl
37 MediaKeySystemFactoryImpl::~MediaKeySystemFactoryImpl() in ~MediaKeySystemFactoryImpl()
86 sptr<MediaKeySystemFactoryImpl> &MediaKeySystemFactoryImpl::GetInstance() in GetInstance()
89 if (MediaKeySystemFactoryImpl::mediaKeySystemFactoryImpl_ == nullptr) { in GetInstance()
91MediaKeySystemFactoryImpl::mediaKeySystemFactoryImpl_ = new (std::nothrow) MediaKeySystemFactoryIm… in GetInstance()
92 if (MediaKeySystemFactoryImpl::mediaKeySystemFactoryImpl_ == nullptr) { in GetInstance()
96 return MediaKeySystemFactoryImpl::mediaKeySystemFactoryImpl_; in GetInstance()
99 void MediaKeySystemFactoryImpl::Init() in Init()
105 void MediaKeySystemFactoryImpl::MediaKeySystemFactoryServerDied(pid_t pid) in MediaKeySystemFactoryServerDied()
[all …]
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dmedia_key_system_factory_impl.h31 class MediaKeySystemFactoryImpl : public RefBase {
33 MediaKeySystemFactoryImpl();
34 ~MediaKeySystemFactoryImpl();
36 static sptr<MediaKeySystemFactoryImpl> &GetInstance();
51 static sptr<MediaKeySystemFactoryImpl> mediaKeySystemFactoryImpl_;
/ohos5.0/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp40 OHOS::sptr<MediaKeySystemFactoryImpl> fatory = MediaKeySystemFactoryImpl::GetInstance(); in OH_MediaKeySystem_IsSupported()
56 OHOS::sptr<MediaKeySystemFactoryImpl> fatory = MediaKeySystemFactoryImpl::GetInstance(); in OH_MediaKeySystem_IsSupported2()
73 OHOS::sptr<MediaKeySystemFactoryImpl> fatory = MediaKeySystemFactoryImpl::GetInstance(); in OH_MediaKeySystem_IsSupported3()
92 OHOS::sptr<MediaKeySystemFactoryImpl> fatory = MediaKeySystemFactoryImpl::GetInstance(); in OH_MediaKeySystem_GetMediaKeySystems()
142 OHOS::sptr<MediaKeySystemFactoryImpl> factory = MediaKeySystemFactoryImpl::GetInstance(); in OH_MediaKeySystem_Create()
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dmedia_key_system_napi.cpp153 int32_t ret = MediaKeySystemFactoryImpl::GetInstance()->CreateMediaKeySystem(drmSchemaName, in CreateMediaKeySystemInstance()
203 if (MediaKeySystemFactoryImpl::GetInstance() == nullptr) { in IsMediaKeySystemSupported()
209 …bool isSurpportted = MediaKeySystemFactoryImpl::GetInstance()->IsMediaKeySystemSupported(pluginNam… in IsMediaKeySystemSupported()
221 …bool isSurpportted = MediaKeySystemFactoryImpl::GetInstance()->IsMediaKeySystemSupported(pluginNam… in IsMediaKeySystemSupported()
244MediaKeySystemFactoryImpl::GetInstance()->IsMediaKeySystemSupported(pluginName, mimeType, security… in IsMediaKeySystemSupported()
284 int32_t ret = MediaKeySystemFactoryImpl::GetInstance()->GetMediaKeySystems(keySystemNames); in GetMediaKeySystems()
317 int32_t ret = MediaKeySystemFactoryImpl::GetInstance()->GetMediaKeySystemUuid(name, uuid); in GetMediaKeySystemUuid()
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_unittest.cpp3594 OHOS::sptr<MediaKeySystemFactoryImpl> fatory = MediaKeySystemFactoryImpl::GetInstance();