Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dkey_session_service.cpp34 hdiMediaKeySession_ = hdiMediaKeySession; in MediaKeySessionService()
42 hdiMediaKeySession_ = hdiMediaKeySession; in MediaKeySessionService()
68 if (hdiMediaKeySession_ != nullptr) { in CloseMediaKeySessionServiceByCallback()
70 hdiMediaKeySession_->Destroy(); in CloseMediaKeySessionServiceByCallback()
71 hdiMediaKeySession_ = nullptr; in CloseMediaKeySessionServiceByCallback()
205 ret = hdiMediaKeySession_->CheckMediaKeyStatus(mp); in CheckMediaKeyStatus()
244 ret = hdiMediaKeySession_->ClearMediaKeys(); in ClearMediaKeys()
261 ret = hdiMediaKeySession_->GetContentProtectionLevel(level); in GetContentProtectionLevel()
281 if (hdiMediaKeySession_ == nullptr) { in GetMediaDecryptModule()
330 if (hdiMediaKeySession_ != nullptr) { in SetCallback()
[all …]
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dkey_session_service.h74 sptr<OHOS::HDI::Drm::V1_0::IMediaKeySession> hdiMediaKeySession_; variable