Home
last modified time | relevance | path

Searched refs:mediaKeySystemImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_factory_impl.cpp206 …mFactoryImpl::CreateMediaKeySystem(std::string &name, sptr<MediaKeySystemImpl> *mediaKeySystemImpl) in CreateMediaKeySystem() argument
212 if (mediaKeySystemImpl == nullptr) { in CreateMediaKeySystem()
238 *mediaKeySystemImpl = localMediaKeySystemImpl; in CreateMediaKeySystem()
/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dmedia_key_system_factory_impl.h43 int32_t CreateMediaKeySystem(std::string &name, sptr<MediaKeySystemImpl> *mediaKeySystemImpl);