Searched refs:currentPositon (Results 1 – 4 of 4) sorted by relevance
63 void OnSeekDoneCb(int32_t currentPositon) const;
128 void PlayerCallbackNapi::OnSeekDoneCb(int32_t currentPositon) const in OnSeekDoneCb()130 MEDIA_LOGD("OnSeekDone is called, currentPositon: %{public}d", currentPositon); in OnSeekDoneCb()
505 int32_t currentPositon = extra; in OnSeekDoneCb() local506 MEDIA_LOGI("0x%{public}06" PRIXPTR " seekDone %{public}d", FAKE_POINTER(this), currentPositon); in OnSeekDoneCb()510 avFormat->format_.PutIntValue(OH_PLAYER_SEEK_POSITION, currentPositon); in OnSeekDoneCb()
860 int32_t currentPositon = extra; in OnSeekDoneCb() local862 FAKE_POINTER(this), currentPositon); in OnSeekDoneCb()872 cb->value = currentPositon; in OnSeekDoneCb()