Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp219 virtual int32_t SetDrmSystemInfoCallback(Player_MediaKeySystemInfoCallback drmSystemInfoCallback) = 0;
267 int32_t SetDrmSystemInfoCallback(Player_MediaKeySystemInfoCallback drmSystemInfoCallback) override;
463 int32_t NativeAVPlayerCallback::SetDrmSystemInfoCallback(Player_MediaKeySystemInfoCallback drmSystemInfoCallback) in SetDrmSystemInfoCallback() function in NativeAVPlayerCallback::NativeAVPlayerCallback
1296 CHECK_AND_RETURN_RET_LOG(ret == MSERR_OK, AV_ERR_INVALID_VAL, "player SetDrmSystemInfoCallback failed"); in OH_AVPlayer_SetMediaKeySystemInfoCallback()
1297 ret = playerObj->callback_->SetDrmSystemInfoCallback(callback); in OH_AVPlayer_SetMediaKeySystemInfoCallback()
1298 CHECK_AND_RETURN_RET_LOG(ret == MSERR_OK, AV_ERR_INVALID_VAL, "player SetDrmSystemInfoCallback failed"); in OH_AVPlayer_SetMediaKeySystemInfoCallback()
1300 int32_t ret = playerObj->callback_->SetDrmSystemInfoCallback(callback); in OH_AVPlayer_SetMediaKeySystemInfoCallback()
1301 CHECK_AND_RETURN_RET_LOG(ret == MSERR_OK, AV_ERR_INVALID_VAL, "player SetDrmSystemInfoCallback failed"); in OH_AVPlayer_SetMediaKeySystemInfoCallback()

Completed in 4 milliseconds