Home
last modified time | relevance | path

Searched refs:SetDecryptConfig (Results 1 - 25 of 39) sorted by relevance

12

/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_service_stub.h59 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
88 int32_t SetDecryptConfig(MessageParcel &data, MessageParcel &reply);
H A Di_standard_codec_service.h57 virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig() function in OHOS::MediaAVCodec::IStandardCodecService
H A Dcodec_service_stub.cpp67 "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 Dcodec_service_proxy.h55 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_video_decoder_impl.cpp234 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 Davcodec_video_decoder_impl.h46 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dsurface_decoder_unit_test.h120 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 Davcodec_video_decoder.h232 virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig() function in OHOS::MediaAVCodec::AVCodecVideoDecoder
H A Dvideo_decoder_adapter.h62 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession,
H A Ddecoder_surface_filter.h83 Status SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
/foundation/multimedia/av_codec/services/include/
H A Di_codec_service.h64 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 Dplayer_service_stub.h87 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
155 int32_t SetDecryptConfig(MessageParcel &data, MessageParcel &reply);
H A Di_standard_player_service.h104 virtual int32_t SetDecryptConfig(const sptr<OHOS::DrmStandard::IMediaKeySessionService> &keySessionProxy, in SetDecryptConfig() function in OHOS::Media::IStandardPlayerService
H A Dplayer_service_proxy.h74 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
H A Dplayer_service_stub.cpp166 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 Dvideo_decoder_adapter_unit_test.h179 virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, in SetDecryptConfig() function in OHOS::Media::TestAVCodecVideoDecoder
/foundation/multimedia/player_framework/services/include/
H A Di_player_service.h391 virtual int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
/foundation/multimedia/player_framework/services/services/player/client/
H A Dplayer_client.h64 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
H A Dplayer_client.cpp407 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 Dvideo_decoder_adapter.cpp412 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 Dcodec_client.h65 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySession, const bool svpFlag) override;
H A Dcodec_client.cpp348 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 Di_player_engine.h106 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 Dplayer_impl.h74 int32_t SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy,
H A Dplayer_impl.cpp462 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()

Completed in 15 milliseconds

12