Home
last modified time | relevance | path

Searched refs:RequiresSecureDecoderModule (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/drm/
H A Dinterface_i_media_key_session.md28 | [RequiresSecureDecoderModule](#requiressecuredecodermodule) ([in] String mimeType, [out] boolean …
245 ### RequiresSecureDecoderModule()
248 IMediaKeySession::RequiresSecureDecoderModule ([in] String mimeType, [out] boolean required )
/ohos5.0/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/
H A Dmedia_key_session_service.h61 int32_t RequiresSecureDecoderModule(const std::string& mimeType, bool& required) override;
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dimedia_key_session.h99 virtual int32_t RequiresSecureDecoderModule(const std::string& mimeType, bool& required) = 0;
H A Dmedia_key_session_proxy.h58 int32_t RequiresSecureDecoderModule(const std::string& mimeType, bool& required) override;
/ohos5.0/drivers/interface/drm/v1_0/
H A DIMediaKeySession.idl51 RequiresSecureDecoderModule([in] String mimeType, [out] boolean required);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/foo/drm/v1_0/
H A DIMediaKeySession.idl51 RequiresSecureDecoderModule([in] String mimeType, [out] boolean required);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/cpp_target/drm/v1_0/
H A Dmedia_key_session_service.h.txt50 int32_t RequiresSecureDecoderModule(const std::string& mimeType, bool& required) override;
H A Dmedia_key_session_service.cpp.txt68 int32_t MediaKeySessionService::RequiresSecureDecoderModule(const std::string& mimeType, bool& requ…
H A Dimedia_key_session.h.txt99 virtual int32_t RequiresSecureDecoderModule(const std::string& mimeType, bool& required) = 0;
H A Dmedia_key_session_proxy.h.txt58 int32_t RequiresSecureDecoderModule(const std::string& mimeType, bool& required) override;
H A Dmedia_key_session_proxy.cpp.txt120 int32_t OHOS::HDI::Drm::V1_0::MediaKeySessionProxy::RequiresSecureDecoderModule(const std::string& …
H A Dmedia_key_session_stub.cpp.txt484 int32_t mediaKeySessionRet = impl->RequiresSecureDecoderModule(mimeType, required);
/ohos5.0/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/drmservice_fuzzer/
H A Ddrmservice_fuzzer.h159 int32_t RequiresSecureDecoderModule(const std::string &mimeType, bool &required) override in RequiresSecureDecoderModule() function
/ohos5.0/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dkey_session_service.cpp312 ret = hdiMediaKeySession_->RequiresSecureDecoderModule(mimeType, decoderModuleStatus); in RequireSecureDecoderModule()
/ohos5.0/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_key_session_service.cpp256 int32_t MediaKeySessionService::RequiresSecureDecoderModule(const std::string &mimeType, bool &requ… in RequiresSecureDecoderModule() function in OHOS::HDI::Drm::V1_0::MediaKeySessionService
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/drm_v1_0/dump_ast_target/
H A Ddump.txt36 [mini, lite, full] RequiresSecureDecoderModule(
/ohos5.0/drivers/peripheral/clearplay/
H A DREADME_zh.md79 …| 查询是否支持安全解码 | int32_t RequiresSecureDecoderModule(const std::string& mimeType, bo…