/foundation/multimedia/av_codec/services/services/codec/ipc/ |
H A D | codec_service_stub.h | 59 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, 88 int32_t SetDecryptConfig(MessageParcel &data, MessageParcel &reply);
|
H A D | i_standard_codec_service.h | 57 virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig() function in OHOS::MediaAVCodec::IStandardCodecService
|
H A D | codec_service_stub.cpp | 67 "CodecServiceStub SetDecryptConfig"}, 194 ret = SetDecryptConfig(data, reply); in OnRemoteRequest() 389 int32_t CodecServiceStub::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig() function in OHOS::MediaAVCodec::CodecServiceStub 394 return codecServer_->SetDecryptConfig(keySession, svpFlag); in SetDecryptConfig() 629 int32_t CodecServiceStub::SetDecryptConfig(MessageParcel &data, MessageParcel &reply) in SetDecryptConfig() function in OHOS::MediaAVCodec::CodecServiceStub 634 "SetDecryptConfig read object is null"); in SetDecryptConfig() 640 "SetDecryptConfig cast object to proxy failed"); in SetDecryptConfig() 641 bool ret = reply.WriteInt32(SetDecryptConfig(keySessionServiceProxy, svpFlag)); in SetDecryptConfig()
|
H A D | codec_service_proxy.h | 55 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
|
/foundation/multimedia/av_codec/frameworks/native/avcodec/ |
H A D | avcodec_video_decoder_impl.cpp | 234 int32_t AVCodecVideoDecoderImpl::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy, in SetDecryptConfig() function in OHOS::MediaAVCodec::AVCodecVideoDecoderImpl 237 AVCODEC_LOGI("AVCodecVideoDecoderImpl SetDecryptConfig proxy"); in SetDecryptConfig() 244 return codecClient_->SetDecryptConfig(keySessionProxy, svpFlag); in SetDecryptConfig()
|
H A D | avcodec_video_decoder_impl.h | 46 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
|
/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() function in OHOS::Media::Pipeline::MyAVCodecVideoDecoder
|
/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() function in OHOS::MediaAVCodec::AVCodecVideoDecoder
|
H A D | video_decoder_adapter.h | 62 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
|
H A D | decoder_surface_filter.h | 83 Status SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
|
/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() function in OHOS::MediaAVCodec::ICodecService
|
/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | player_service_stub.h | 87 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy, 155 int32_t SetDecryptConfig(MessageParcel &data, MessageParcel &reply);
|
H A D | i_standard_player_service.h | 104 virtual int32_t SetDecryptConfig(const sptr<OHOS::DrmStandard::IMediaKeySessionService> &keySessionProxy, in SetDecryptConfig() function in OHOS::Media::IStandardPlayerService
|
H A D | player_service_proxy.h | 74 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
|
H A D | player_service_stub.cpp | 166 playerFuncs_[SET_DECRYPT_CONFIG] = { "SetDecryptConfig", in FillPlayerFuncPart2() 167 [this](MessageParcel &data, MessageParcel &reply) { return SetDecryptConfig(data, reply); } }; in FillPlayerFuncPart2() 498 int32_t PlayerServiceStub::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy, in SetDecryptConfig() function in OHOS::Media::PlayerServiceStub 502 MediaTrace trace("PlayerServiceStub::SetDecryptConfig"); in SetDecryptConfig() 503 MEDIA_LOGI("PlayerServiceStub SetDecryptConfig"); in SetDecryptConfig() 505 return playerServer_->SetDecryptConfig(keySessionProxy, svp); in SetDecryptConfig() 949 int32_t PlayerServiceStub::SetDecryptConfig(MessageParcel &data, MessageParcel &reply) in SetDecryptConfig() function in OHOS::Media::PlayerServiceStub 951 MEDIA_LOGI("PlayerServiceStub SetDecryptConfig"); in SetDecryptConfig() 961 reply.WriteInt32(SetDecryptConfig(keySessionServiceProxy, svp)); in SetDecryptConfig()
|
/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() function in OHOS::Media::TestAVCodecVideoDecoder
|
/foundation/multimedia/player_framework/services/include/ |
H A D | i_player_service.h | 391 virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
|
/foundation/multimedia/player_framework/services/services/player/client/ |
H A D | player_client.h | 64 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
|
H A D | player_client.cpp | 407 int32_t PlayerClient::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy, bool svp) in SetDecryptConfig() function in OHOS::Media::PlayerClient 409 MEDIA_LOGI("PlayerClient SetDecryptConfig"); in SetDecryptConfig() 414 return playerProxy_->SetDecryptConfig(keySessionProxy, svp); in SetDecryptConfig()
|
/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() function in OHOS::Media::VideoDecoderAdapter 424 return mediaCodec_->SetDecryptConfig(keySession, svpFlag); in SetDecryptConfig()
|
/foundation/multimedia/av_codec/services/services/codec/client/ |
H A D | codec_client.h | 65 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, const bool svpFlag) override;
|
H A D | codec_client.cpp | 348 int32_t CodecClient::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, const bool svpFlag) in SetDecryptConfig() function in OHOS::MediaAVCodec::CodecClient 354 int32_t ret = codecProxy_->SetDecryptConfig(keySession, svpFlag); in SetDecryptConfig()
|
/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | i_player_engine.h | 106 virtual int32_t SetDecryptConfig(const sptr<OHOS::DrmStandard::IMediaKeySessionService> &keySessionProxy, in SetDecryptConfig() function in OHOS::Media::IPlayerEngine
|
/foundation/multimedia/player_framework/frameworks/native/player/ |
H A D | player_impl.h | 74 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
|
H A D | player_impl.cpp | 462 int32_t PlayerImpl::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy, bool svp) in SetDecryptConfig() function in OHOS::Media::PlayerImpl 464 MEDIA_LOGI("PlayerImpl DRM SetDecryptConfig"); in SetDecryptConfig() 469 return playerService_->SetDecryptConfig(keySessionProxy, svp); in SetDecryptConfig()
|