Searched refs:mediaKeySystemFactoryImpl_ (Results 1 – 2 of 2) sorted by relevance
25 sptr<MediaKeySystemFactoryImpl> MediaKeySystemFactoryImpl::mediaKeySystemFactoryImpl_ = nullptr; member in OHOS::DrmStandard::MediaKeySystemFactoryImpl89 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()
51 static sptr<MediaKeySystemFactoryImpl> mediaKeySystemFactoryImpl_; variable