/ohos5.0/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 | codec_service_stub.cpp | 194 ret = SetDecryptConfig(data, reply); in OnRemoteRequest() 389 int32_t CodecServiceStub::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySes… 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 641 bool ret = reply.WriteInt32(SetDecryptConfig(keySessionServiceProxy, svpFlag)); in SetDecryptConfig()
|
H A D | i_standard_codec_service.h | 56 virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig() function
|
H A D | codec_service_proxy.h | 55 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodec/ |
H A D | avcodec_video_decoder_impl.cpp | 234 int32_t AVCodecVideoDecoderImpl::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> … in SetDecryptConfig() function in OHOS::MediaAVCodec::AVCodecVideoDecoderImpl 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,
|
/ohos5.0/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
|
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | player_service_stub.h | 86 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy, 148 int32_t SetDecryptConfig(MessageParcel &data, MessageParcel &reply);
|
H A D | player_service_stub.cpp | 168 … [this](MessageParcel &data, MessageParcel &reply) { return SetDecryptConfig(data, reply); } }; in FillPlayerFuncPart2() 496 int32_t PlayerServiceStub::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySe… in SetDecryptConfig() function in OHOS::Media::PlayerServiceStub 503 return playerServer_->SetDecryptConfig(keySessionProxy, svp); in SetDecryptConfig() 955 int32_t PlayerServiceStub::SetDecryptConfig(MessageParcel &data, MessageParcel &reply) in SetDecryptConfig() function in OHOS::Media::PlayerServiceStub 967 reply.WriteInt32(SetDecryptConfig(keySessionServiceProxy, svp)); in SetDecryptConfig()
|
H A D | player_service_proxy.h | 73 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
|
H A D | i_standard_player_service.h | 103 …virtual int32_t SetDecryptConfig(const sptr<OHOS::DrmStandard::IMediaKeySessionService> &keySessio… in SetDecryptConfig() function
|
/ohos5.0/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
|
H A D | video_decoder_adapter.h | 62 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
|
H A D | decoder_surface_filter.h | 80 Status SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
|
/ohos5.0/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
|
/ohos5.0/foundation/multimedia/player_framework/services/include/ |
H A D | i_player_service.h | 375 …virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | video_decoder_adapter.cpp | 375 int32_t VideoDecoderAdapter::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &key… in SetDecryptConfig() function in OHOS::Media::VideoDecoderAdapter 381 return mediaCodec_->SetDecryptConfig(keySession, svpFlag); in SetDecryptConfig()
|
H A D | decoder_surface_filter.cpp | 236 videoDecoder_->SetDecryptConfig(keySessionServiceProxy_, svpFlag_); in DoInitAfterLink() 491 videoDecoder_->SetDecryptConfig(keySessionServiceProxy_, svpFlag_); in SetParameter() 840 Status DecoderSurfaceFilter::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &key… in SetDecryptConfig() function in OHOS::Media::Pipeline::DecoderSurfaceFilter
|
/ohos5.0/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> &keySession… in SetDecryptConfig() function in OHOS::Media::PlayerClient 414 return playerProxy_->SetDecryptConfig(keySessionProxy, svp); in SetDecryptConfig()
|
/ohos5.0/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 …
|
H A D | codec_client.cpp | 348 int32_t CodecClient::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,… in SetDecryptConfig() function in OHOS::MediaAVCodec::CodecClient 354 int32_t ret = codecProxy_->SetDecryptConfig(keySession, svpFlag); in SetDecryptConfig()
|
/ohos5.0/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 | 469 int32_t PlayerImpl::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionPr… in SetDecryptConfig() function in OHOS::Media::PlayerImpl 476 return playerService_->SetDecryptConfig(keySessionProxy, svp); in SetDecryptConfig()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/ |
H A D | i_player_engine.h | 105 …virtual int32_t SetDecryptConfig(const sptr<OHOS::DrmStandard::IMediaKeySessionService> &keySessio… in SetDecryptConfig() function
|