Home
last modified time | relevance | path

Searched refs:svp (Results 1 - 22 of 22) sorted by relevance

/foundation/multimedia/player_framework/services/services/player/ipc/
H A Di_standard_player_service.h105 bool svp) in SetDecryptConfig()
108 (void)svp; in SetDecryptConfig()
104 SetDecryptConfig(const sptr<OHOS::DrmStandard::IMediaKeySessionService> &keySessionProxy, bool svp) SetDecryptConfig() argument
H A Dplayer_service_proxy.h75 bool svp) override;
H A Dplayer_service_stub.cpp499 bool svp) in SetDecryptConfig()
505 return playerServer_->SetDecryptConfig(keySessionProxy, svp); in SetDecryptConfig()
508 (void)svp; in SetDecryptConfig()
955 bool svp = data.ReadBool(); in SetDecryptConfig() local
961 reply.WriteInt32(SetDecryptConfig(keySessionServiceProxy, svp)); in SetDecryptConfig()
498 SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy, bool svp) SetDecryptConfig() argument
H A Dplayer_service_stub.h88 bool svp) override;
H A Dplayer_service_proxy.cpp736 bool svp) in SetDecryptConfig()
758 data.WriteBool(svp); in SetDecryptConfig()
765 (void)svp; in SetDecryptConfig()
735 SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy, bool svp) SetDecryptConfig() argument
/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_player_engine.h107 bool svp) in SetDecryptConfig()
110 (void)svp; in SetDecryptConfig()
106 SetDecryptConfig(const sptr<OHOS::DrmStandard::IMediaKeySessionService> &keySessionProxy, bool svp) SetDecryptConfig() argument
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Daudio_decoder_filter.h77 bool svp);
H A Ddecoder_surface_filter.h84 bool svp);
/foundation/multimedia/player_framework/services/include/
H A Di_player_service.h385 * @param svp bool.
392 bool svp) = 0;
/foundation/multimedia/player_framework/services/services/player/client/
H A Dplayer_client.h65 bool svp) override;
H A Dplayer_client.cpp407 int32_t PlayerClient::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy, bool svp) in SetDecryptConfig() argument
414 return playerProxy_->SetDecryptConfig(keySessionProxy, svp); in SetDecryptConfig()
417 (void)svp; in SetDecryptConfig()
/foundation/multimedia/player_framework/frameworks/native/player/
H A Dplayer_impl.cpp462 int32_t PlayerImpl::SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy, bool svp) in SetDecryptConfig() argument
469 return playerService_->SetDecryptConfig(keySessionProxy, svp); in SetDecryptConfig()
472 (void)svp; in SetDecryptConfig()
H A Dplayer_impl.h75 bool svp) override;
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_decoder_filter.cpp358 bool svp) in SetDecryptionConfig()
366 (void)svp; in SetDecryptionConfig()
367 // audio svp: false in SetDecryptionConfig()
357 SetDecryptionConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy, bool svp) SetDecryptionConfig() argument
H A Ddecoder_surface_filter.cpp815 bool svp) in SetDecryptConfig()
823 svpFlag_ = svp; in SetDecryptConfig()
814 SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy, bool svp) SetDecryptConfig() argument
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dplayer.h769 bool svp) in SetDecryptConfig()
772 (void)svp; in SetDecryptConfig()
768 SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy, bool svp) SetDecryptConfig() argument
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/
H A Dplayer_service_proxy_fuzzer.h191 bool svp) override
/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.h114 bool svp) override;
H A Dplayer_server.cpp1257 bool svp) in SetDecryptConfig()
1265 int32_t res = playerEngine_->SetDecryptConfig(keySessionProxy, svp); in SetDecryptConfig()
1272 (void)svp; in SetDecryptConfig()
1256 SetDecryptConfig(const sptr<DrmStandard::IMediaKeySessionService> &keySessionProxy, bool svp) SetDecryptConfig() argument
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.h116 bool svp) override;
H A Dhiplayer_impl.cpp1284 bool svp) in SetDecryptConfig()
1291 if (svp) { in SetDecryptConfig()
1283 SetDecryptConfig(const sptr<OHOS::DrmStandard::IMediaKeySessionService> &keySessionProxy, bool svp) SetDecryptConfig() argument
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_napi.cpp1230 napi_value args[ARRAY_ARG_COUNTS_TWO] = { nullptr }; // args[0]:MediaKeySession, args[1]:svp in JsSetDecryptConfig()
1234 bool svp = 0; in JsSetDecryptConfig() local
1235 napi_status status = napi_get_value_bool(env, args[1], &svp); in JsSetDecryptConfig()
1268 (void)jsPlayer->player_->SetDecryptConfig(keySessionServiceProxy, svp); in JsSetDecryptConfig()

Completed in 27 milliseconds