Searched refs:MediaKeySystemFactoryImpl (Results 1 – 5 of 5) sorted by relevance
25 sptr<MediaKeySystemFactoryImpl> MediaKeySystemFactoryImpl::mediaKeySystemFactoryImpl_ = nullptr;29 MediaKeySystemFactoryImpl::MediaKeySystemFactoryImpl() in MediaKeySystemFactoryImpl() function in OHOS::DrmStandard::MediaKeySystemFactoryImpl37 MediaKeySystemFactoryImpl::~MediaKeySystemFactoryImpl() in ~MediaKeySystemFactoryImpl()86 sptr<MediaKeySystemFactoryImpl> &MediaKeySystemFactoryImpl::GetInstance() in GetInstance()89 if (MediaKeySystemFactoryImpl::mediaKeySystemFactoryImpl_ == nullptr) { in GetInstance()91 …MediaKeySystemFactoryImpl::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 …]
31 class MediaKeySystemFactoryImpl : public RefBase {33 MediaKeySystemFactoryImpl();34 ~MediaKeySystemFactoryImpl();36 static sptr<MediaKeySystemFactoryImpl> &GetInstance();51 static sptr<MediaKeySystemFactoryImpl> mediaKeySystemFactoryImpl_;
40 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()
153 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()244 …MediaKeySystemFactoryImpl::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()
3594 OHOS::sptr<MediaKeySystemFactoryImpl> fatory = MediaKeySystemFactoryImpl::GetInstance();