Home
last modified time | relevance | path

Searched refs:mediaKeySystemFactoryImpl_ (Results 1 – 2 of 2) 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; member in OHOS::DrmStandard::MediaKeySystemFactoryImpl
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()
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dmedia_key_system_factory_impl.h51 static sptr<MediaKeySystemFactoryImpl> mediaKeySystemFactoryImpl_; variable