Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/js/player/
H A Dplayer_callback_napi.h45 struct PlayerJsCallback { struct in OHOS::Media::PlayerCallbackNapi
54 void OnJsCallBack(PlayerJsCallback *jsCb) const;
55 void OnJsCallBackError(PlayerJsCallback *jsCb) const;
56 void OnJsCallBackInt(PlayerJsCallback *jsCb) const;
57 void OnJsCallBackIntVec(PlayerJsCallback *jsCb) const;
58 void OnJsCallBackIntArray(PlayerJsCallback *jsCb) const;
59 void OnJsCallBackInterrupt(PlayerJsCallback *jsCb) const;
H A Dplayer_callback_napi.cpp71 PlayerJsCallback *cb = new(std::nothrow) PlayerJsCallback(); in SendErrorCallback()
140 PlayerJsCallback *cb = new(std::nothrow) PlayerJsCallback(); in OnBufferingUpdateCb()
210 PlayerJsCallback *cb = new(std::nothrow) PlayerJsCallback(); in OnStateChangeCb()
225 PlayerJsCallback *cb = new(std::nothrow) PlayerJsCallback(); in OnPositionUpdateCb()
245 PlayerJsCallback *cb = new(std::nothrow) PlayerJsCallback(); in OnVolumeChangeCb()
[all...]
H A Dvideo_callback_napi.cpp207 PlayerJsCallback *cb = new(std::nothrow) PlayerJsCallback(); in OnStartRenderFrameCb()
223 PlayerJsCallback *cb = new(std::nothrow) PlayerJsCallback(); in OnVideoSizeChangedCb()
240 PlayerJsCallback *cb = new(std::nothrow) PlayerJsCallback(); in OnPlaybackCompleteCb()
314 PlayerJsCallback *cb = new(std::nothrow) PlayerJsCallback(); in OnBitRateCollectedCb()

Completed in 2 milliseconds