Home
last modified time | relevance | path

Searched refs:GetMediaKeySessionServiceProxy (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dkey_session_impl.h68 sptr<IMediaKeySessionService> GetMediaKeySessionServiceProxy();
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/
H A Dmediakeydecryptndk_fuzzer.cpp183 sessionObject->sessionImpl_->GetMediaKeySessionServiceProxy(); in FuzzTestMediaKeyDecryptNdk()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_codec.cpp487 …CHECK_AND_RETURN_RET_LOG(sessionObject->sessionImpl_ ->GetMediaKeySessionServiceProxy() != nullptr, in OH_AudioCodec_SetDecryptionConfig()
491 sessionObject->sessionImpl_->GetMediaKeySessionServiceProxy(), secureAudio); in OH_AudioCodec_SetDecryptionConfig()
H A Dnative_video_decoder.cpp792 sessionObject->sessionImpl_->GetMediaKeySessionServiceProxy(), secureVideoPath); in OH_VideoDecoder_SetDecryptionConfig()
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dkey_session_impl.cpp257 sptr<IMediaKeySessionService> MediaKeySessionImpl::GetMediaKeySessionServiceProxy() in GetMediaKeySessionServiceProxy() function in OHOS::DrmStandard::MediaKeySessionImpl
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp1294 …playerObj->player_->SetDecryptConfig(sessionObject->sessionImpl_->GetMediaKeySessionServiceProxy(), in OH_AVPlayer_SetDecryptionConfig()
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_unittest.cpp3042 sessionObject->sessionImpl_->GetMediaKeySessionServiceProxy();
3820 sessionObject->sessionImpl_->GetMediaKeySessionServiceProxy();
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp1266 keySessionImpl->GetMediaKeySessionServiceProxy(); in JsSetDecryptConfig()