/foundation/multimedia/av_codec/services/include/ |
H A D | i_codec_service.h | 64 virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig() argument 67 (void)keySession; in SetDecryptConfig() 118 virtual int32_t SetAudioDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetAudioDecryptionConfig() argument 121 (void)keySession; in SetAudioDecryptionConfig()
|
/foundation/multimedia/av_codec/test/unittest/video_test/drm_decryptor_test/ |
H A D | codec_drm_decrypt_mock.cpp | 48 void CodecDrmDecryptorMock::SetDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptionConfig() argument 52 return decryptor_->SetDecryptionConfig(keySession, svpFlag); in SetDecryptionConfig()
|
H A D | codec_drm_decrypt_mock.h | 39 void SetDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
|
/foundation/multimedia/av_codec/services/services/codec/ipc/ |
H A D | i_standard_codec_service.h | 57 virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig() argument 60 (void)keySession; in SetDecryptConfig()
|
H A D | codec_service_proxy.h | 55 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
|
H A D | codec_service_stub.h | 59 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
|
H A D | codec_service_proxy.cpp | 468 int32_t CodecServiceProxy::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig() argument 478 CHECK_AND_RETURN_RET_LOG(keySession != nullptr, AVCS_ERR_INVALID_VAL, "keySession nullptr failed!"); in SetDecryptConfig() 479 sptr<IRemoteObject> object = keySession->AsObject(); in SetDecryptConfig()
|
/foundation/multimedia/av_codec/test/unittest/filter_test/ |
H A D | surface_decoder_unit_test.h | 120 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
in SetDecryptConfig() argument 123 (void)keySession;
in SetDecryptConfig()
|
/foundation/multimedia/av_codec/services/engine/base/include/ |
H A D | codecbase.h | 115 virtual int32_t SetAudioDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetAudioDecryptionConfig() argument 118 (void)keySession; in SetAudioDecryptionConfig()
|
/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_video_decoder.h | 232 virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig() argument 235 (void)keySession; in SetDecryptConfig()
|
H A D | video_decoder_adapter.h | 62 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
|
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/ |
H A D | native_mediakeysession.cpp | 336 Drm_ErrCode OH_MediaKeySession_Destroy(MediaKeySession *keySession) in OH_MediaKeySession_Destroy() argument 339 DRM_CHECK_AND_RETURN_RET_LOG(keySession != nullptr, DRM_ERR_INVALID_VAL, in OH_MediaKeySession_Destroy() 340 "OH_MediaKeySession_Destroy keySession is nullptr!"); in OH_MediaKeySession_Destroy() 342 MediaKeySessionObject *sessionObject = reinterpret_cast<MediaKeySessionObject *>(keySession); in OH_MediaKeySession_Destroy() 350 delete keySession; in OH_MediaKeySession_Destroy() 351 keySession = nullptr; in OH_MediaKeySession_Destroy()
|
/foundation/multimedia/av_codec/test/unittest/decoder_filter_test/ |
H A D | video_decoder_adapter_unit_test.h | 179 virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
in SetDecryptConfig() argument 182 (void)keySession;
in SetDecryptConfig()
|
/foundation/multimedia/av_codec/services/services/codec/server/ |
H A D | codec_server.h | 81 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, 113 int32_t SetAudioDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, 128 int32_t CheckDrmSvpConsistency(const sptr<DrmStandard::IMediaKeySessionService> &keySession, bool svpFlag);
|
/foundation/multimedia/av_codec/frameworks/native/avcodec/ |
H A D | avcodec_audio_codec_impl.cpp | 219 int32_t AVCodecAudioCodecImpl::SetAudioDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetAudioDecryptionConfig() argument 224 return codecService_->SetAudioDecryptionConfig(keySession, svpFlag); in SetAudioDecryptionConfig() 227 int32_t AVCodecAudioCodecImpl::SetAudioDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetAudioDecryptionConfig() argument 230 (void)keySession; in SetAudioDecryptionConfig()
|
H A D | avcodec_audio_codec_impl.h | 45 int32_t SetAudioDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
|
/foundation/multimedia/av_codec/services/engine/codec/include/audio/ |
H A D | audio_codec.h | 175 int32_t SetAudioDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, 179 static_cast<Media::Status>(mediaCodec_->SetAudioDecryptionConfig(keySession, svpFlag)));
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/ |
H A D | codec_drm_decrypt_mock.cpp | 213 void CodecDrmDecrypt::SetDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptionConfig() argument 216 (void)keySession; in SetDecryptionConfig()
|
H A D | codecbase_mock.cpp | 403 int32_t CodecBase::SetAudioDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetAudioDecryptionConfig() argument 410 return mock->SetAudioDecryptionConfig(keySession, svpFlag); in SetAudioDecryptionConfig()
|
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | video_decoder_adapter.cpp | 412 int32_t VideoDecoderAdapter::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig() argument 420 if (keySession == nullptr) { in SetDecryptConfig() 421 MEDIA_LOG_E_SHORT("keySession is nullptr"); in SetDecryptConfig() 424 return mediaCodec_->SetDecryptConfig(keySession, svpFlag); in SetDecryptConfig()
|
/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/ |
H A D | key_session_impl.h | 51 explicit MediaKeySessionImpl(sptr<IMediaKeySessionService> &keySession);
|
/foundation/multimedia/av_codec/services/drm_decryptor/ |
H A D | codec_drm_decrypt.h | 53 void SetDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
|
/foundation/multimedia/av_codec/services/media_engine/modules/media_codec/ |
H A D | media_codec.h | 125 int32_t SetAudioDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
|
/foundation/multimedia/av_codec/services/services/codec/client/ |
H A D | codec_client.cpp | 348 int32_t CodecClient::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, const bool svpFlag) in SetDecryptConfig() argument 352 CHECK_AND_RETURN_RET_LOG(keySession != nullptr, AVCS_ERR_INVALID_OPERATION, "Server not exist"); in SetDecryptConfig() 354 int32_t ret = codecProxy_->SetDecryptConfig(keySession, svpFlag); in SetDecryptConfig()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/include/ |
H A D | codecbase.h | 215 (const sptr<DrmStandard::IMediaKeySessionService> &keySession, const bool svpFlag)); 264 virtual int32_t SetAudioDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
|