Home
last modified time | relevance | path

Searched refs:MediaKeySession (Results 1 - 23 of 23) sorted by relevance

/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/include/
H A Dnative_mediakeysession.h28 * @brief Defines the Drm MediaKeySession APIs. Provide following function:
92 * @param mediaKeySessoin MediaKeySession instance.
101 typedef Drm_ErrCode (*OH_MediaKeySession_EventCallback)(MediaKeySession *mediaKeySessoin, DRM_EventType eventType,
106 * @param mediaKeySessoin MediaKeySession instance.
113 typedef Drm_ErrCode (*OH_MediaKeySession_KeyChangeCallback)(MediaKeySession *mediaKeySessoin, DRM_KeysInfo *keysInfo,
144 Drm_ErrCode OH_MediaKeySession_GenerateMediaKeyRequest(MediaKeySession *mediaKeySession,
161 Drm_ErrCode OH_MediaKeySession_ProcessMediaKeyResponse(MediaKeySession *mediaKeySession,
175 Drm_ErrCode OH_MediaKeySession_CheckMediaKeyStatus(MediaKeySession *mediaKeySessoin,
187 Drm_ErrCode OH_MediaKeySession_ClearMediaKeys(MediaKeySession *mediaKeySessoin);
203 Drm_ErrCode OH_MediaKeySession_GenerateOfflineReleaseRequest(MediaKeySession *mediaKeySessoi
[all...]
H A Dnative_mediakeysystem.h260 DRM_ContentProtectionLevel *level, MediaKeySession **mediaKeySession);
/foundation/multimedia/av_codec/test/unittest/common/common_mock/drm_mock/capi/
H A Dmedia_key_system_mock.h22 typedef struct MediaKeySession MediaKeySession; typedef
33 MediaKeySession *GetMediaKeySession();
37 MediaKeySession *mediaKeySession_ = nullptr;
H A Dmedia_key_system_mock.cpp66 MediaKeySession *MediaKeySystemCapiMock::GetMediaKeySession() in GetMediaKeySession()
/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/common/
H A Dnative_drm_base.h27 * @brief Defines the Drm MediaKeySystem and MediaKeySession struct.
56 * @brief MediaKeySession struct.
61 struct MediaKeySession : public OHOS::RefBase { struct
62 MediaKeySession() = default;
63 virtual ~MediaKeySession() = default;
H A Dnative_drm_common.h508 typedef struct MediaKeySession MediaKeySession; typedef
H A Dnative_drm_object.h43 struct MediaKeySessionObject : public MediaKeySession {
175 void SetCallbackReference(MediaKeySession *session, OH_MediaKeySession_Callback sessionCallback) in SetCallbackReference()
281 struct MediaKeySession *session_ = nullptr;
/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_audiocodec.h28 * @brief MediaKeySession field.
32 typedef struct MediaKeySession MediaKeySession; typedef
276 OH_AVErrCode OH_AudioCodec_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySession,
H A Dnative_avcodec_videodecoder.h27 typedef struct MediaKeySession MediaKeySession; typedef
457 OH_AVErrCode OH_VideoDecoder_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySession,
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysession.cpp61 Drm_ErrCode OH_MediaKeySession_GenerateMediaKeyRequest(MediaKeySession *mediaKeySession, DRM_MediaKeyRequestInfo *info, in OH_MediaKeySession_GenerateMediaKeyRequest()
92 Drm_ErrCode OH_MediaKeySession_ProcessMediaKeyResponse(MediaKeySession *mediaKeySession, uint8_t *response, in OH_MediaKeySession_ProcessMediaKeyResponse()
155 Drm_ErrCode OH_MediaKeySession_CheckMediaKeyStatus(MediaKeySession *mediaKeySessoin, DRM_MediaKeyStatus *mediaKeyStatus) in OH_MediaKeySession_CheckMediaKeyStatus()
175 Drm_ErrCode OH_MediaKeySession_ClearMediaKeys(MediaKeySession *mediaKeySessoin) in OH_MediaKeySession_ClearMediaKeys()
192 Drm_ErrCode OH_MediaKeySession_GenerateOfflineReleaseRequest(MediaKeySession *mediaKeySessoin, in OH_MediaKeySession_GenerateOfflineReleaseRequest()
223 Drm_ErrCode OH_MediaKeySession_ProcessOfflineReleaseResponse(MediaKeySession *mediaKeySessoin, in OH_MediaKeySession_ProcessOfflineReleaseResponse()
242 Drm_ErrCode OH_MediaKeySession_RestoreOfflineMediaKeys(MediaKeySession *mediaKeySessoin, in OH_MediaKeySession_RestoreOfflineMediaKeys()
263 Drm_ErrCode OH_MediaKeySession_GetContentProtectionLevel(MediaKeySession *mediaKeySessoin, in OH_MediaKeySession_GetContentProtectionLevel()
287 Drm_ErrCode OH_MediaKeySession_RequireSecureDecoderModule(MediaKeySession *mediaKeySessoin, const char *mimeType, in OH_MediaKeySession_RequireSecureDecoderModule()
310 Drm_ErrCode OH_MediaKeySession_SetMediaKeySessionCallback(MediaKeySession *mediaKeySessoi
[all...]
H A Dnative_mediakeysystem.cpp456 MediaKeySession **mediaKeySession) in OH_MediaKeySystem_CreateMediaKeySession()
500 *mediaKeySession = static_cast<MediaKeySession *>(sessionObject); in OH_MediaKeySystem_CreateMediaKeySession()
/foundation/multimedia/player_framework/interfaces/kits/c/
H A Davplayer.h53 typedef struct MediaKeySession MediaKeySession; typedef
513 OH_AVErrCode OH_AVPlayer_SetDecryptionConfig(OH_AVPlayer *player, MediaKeySession *mediaKeySession,
/foundation/multimedia/drm_framework/frameworks/native/test/unittest/src/
H A Ddrm_framework_unittest.cpp235 Drm_ErrCode TestSessoinEventCallBackWithObj(MediaKeySession *mediaKeySessoin, DRM_EventType eventType, in TestSessoinEventCallBackWithObj()
255 Drm_ErrCode TestSessoinKeyChangeCallBackWithObj(MediaKeySession *mediaKeySessoin, DRM_KeysInfo *keysInfo, in TestSessoinKeyChangeCallBackWithObj()
496 MediaKeySession *mediaKeySession = nullptr; in HWTEST_F()
522 MediaKeySession *mediaKeySession = nullptr; in HWTEST_F()
552 MediaKeySession *mediaKeySession = nullptr; in HWTEST_F()
583 MediaKeySession *mediaKeySession = nullptr; in HWTEST_F()
614 MediaKeySession *mediaKeySession = nullptr; in HWTEST_F()
645 MediaKeySession *mediaKeySession = nullptr; in HWTEST_F()
675 MediaKeySession *mediaKeySession = nullptr; in HWTEST_F()
761 MediaKeySession *mediaKeySessio in HWTEST_F()
[all...]
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysessionndk_fuzzer/
H A Dmediakeysessionndk_fuzzer.h46 MediaKeySession *mediaKeySession = nullptr;
H A Dmediakeysessionndk_fuzzer.cpp77 Drm_ErrCode TestSessoinEventCallBackWithObj(MediaKeySession *mediaKeySessoin, DRM_EventType eventType, in TestSessoinEventCallBackWithObj()
95 Drm_ErrCode TestSessoinKeyChangeCallBackWithObj(MediaKeySession *mediaKeySessoin, DRM_KeysInfo *keysInfo, in TestSessoinKeyChangeCallBackWithObj()
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeydecryptndk_fuzzer/
H A Dmediakeydecryptndk_fuzzer.h43 MediaKeySession *mediaKeySession = nullptr;
/foundation/multimedia/drm_framework/frameworks/native/test/fuzztest/mediakeysystemndk_fuzzer/
H A Dmediakeysystemndk_fuzzer.h47 MediaKeySession *mediaKeySession = nullptr;
H A Dmediakeysystemndk_fuzzer.cpp281 MediaKeySession *session = nullptr; in FuzzTestMediaKeySystemCertificateOperationNdk()
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_audio_codec.cpp467 OH_AVErrCode OH_AudioCodec_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySession, in OH_AudioCodec_SetDecryptionConfig()
498 OH_AVErrCode OH_AudioCodec_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySession, in OH_AudioCodec_SetDecryptionConfig()
H A Dnative_video_decoder.cpp771 OH_AVErrCode OH_VideoDecoder_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySession, in OH_VideoDecoder_SetDecryptionConfig()
799 OH_AVErrCode OH_VideoDecoder_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySession, in OH_VideoDecoder_SetDecryptionConfig()
/foundation/multimedia/av_codec/test/nativedemo/video_demo/
H A Davcodec_video_decoder_demo.cpp150 MediaKeySession *session = NULL; in RunDrmCase()
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_avbuffer_decoder_demo.cpp203 MediaKeySession *session = NULL; in RunDrmCase()
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp1336 OH_AVErrCode OH_AVPlayer_SetDecryptionConfig(OH_AVPlayer *player, MediaKeySession *mediaKeySession, in OH_AVPlayer_SetDecryptionConfig()

Completed in 20 milliseconds