Searched refs:OnMessageCb (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/player/ |
H A D | player_callback_napi.h | 66 void OnMessageCb(int32_t type) const;
|
H A D | player_callback_napi.cpp | 111 OnMessageCb(extra); in OnInfo() 233 void PlayerCallbackNapi::OnMessageCb(int32_t type) const in OnMessageCb() function in OHOS::Media::PlayerCallbackNapi
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avplayer/ |
H A D | avplayer_callback.h | 69 void OnMessageCb(const int32_t extra, const Format &infoBody);
|
H A D | avplayer_callback.cpp | 642 [this](const int32_t extra, const Format &infoBody) { OnMessageCb(extra, infoBody);} }, in AVPlayerCallback() 1021 void AVPlayerCallback::OnMessageCb(const int32_t extra, const Format &infoBody) in OnMessageCb() function in OHOS::Media::AVPlayerCallback
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/capi/player/ |
H A D | native_avplayer.cpp | 243 void OnMessageCb(const int32_t extra, const Format &infoBody); 300 [this](const int32_t extra, const Format &infoBody) { OnMessageCb(extra, infoBody);} }, in NativeAVPlayerCallback() 610 void NativeAVPlayerCallback::OnMessageCb(const int32_t extra, const Format &infoBody) in OnMessageCb() function in NativeAVPlayerCallback
|