Home
last modified time | relevance | path

Searched refs:PlayerControlError (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/include/
H A Dhi_liteplayer.h32 enum PlayerControlError { enum
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer_state_machine.h67 virtual void NotifyError(PlayerControlError playerError) = 0;
H A Dliteplayer.h119 void NotifyError(PlayerControlError playerError) override;
H A Dliteplayer.cpp464 PlayerControlError playerError; in EventProcess()
1632 void PlayerControl::NotifyError(PlayerControlError playerError) in NotifyError()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/
H A Dplayer_impl.cpp198 PlayerControlError subErr = PLAYERCONTROL_ERROR_BUTT; in PlayerControlEventCb()
223 subErr = *reinterpret_cast<const PlayerControlError *>(pData); in PlayerControlEventCb()