Searched refs:PausedState (Results 1 - 12 of 12) sorted by relevance
/foundation/multimedia/player_framework/services/services/player/server/ |
H A D | player_server_state.cpp | 421 int32_t PlayerServer::PausedState::Play() in Play() 426 int32_t PlayerServer::PausedState::Pause(bool isSystemOperation) in Pause() 432 int32_t PlayerServer::PausedState::Seek(int32_t mSeconds, PlayerSeekMode mode) in Seek() 437 int32_t PlayerServer::PausedState::Stop() in Stop() 442 int32_t PlayerServer::PausedState::SetPlaybackSpeed(PlaybackRateMode mode) in SetPlaybackSpeed() 447 int32_t PlayerServer::PausedState::SeekContinous(int32_t mSeconds, int64_t batchNo) in SeekContinous() 452 int32_t PlayerServer::PausedState::SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeekMode mode) in SetPlayRangeWithMode() 457 void PlayerServer::PausedState::HandleStateChange(int32_t newState) in HandleStateChange() 470 void PlayerServer::PausedState::HandleEos() in HandleEos()
|
H A D | player_server_state.h | 139 class PlayerServer::PausedState : public PlayerServer::BaseState { class in OHOS::Media::PlayerServer 141 explicit PausedState(PlayerServer &server) : BaseState(server, "paused_state") {} in PausedState() function in OHOS::Media::PlayerServer::PausedState 142 ~PausedState() = default;
|
H A D | player_server.h | 158 class PausedState; 166 std::shared_ptr<PausedState> pausedState_;
|
H A D | player_server.cpp | 90 pausedState_ = std::make_shared<PausedState>(*this); in Init()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/ |
H A D | cast_session_impl.h | 182 class CastSessionImpl::PausedState : public BaseState { class in OHOS::CastEngine::CastEngineService::CastSessionImpl 184 explicit PausedState(SessionState stateId, sptr<CastSessionImpl> session, in PausedState() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::PausedState 192 DISALLOW_EVIL_CONSTRUCTORS(PausedState);
|
H A D | cast_session_impl_class.h | 122 class PausedState; 215 std::shared_ptr<PausedState> pausedState_;
|
/foundation/CastEngine/castengine_cast_plus_stream/include/ |
H A D | cast_session_impl.h | 182 class CastSessionImpl::PausedState : public BaseState { class in OHOS::CastEngine::CastEngineService::CastSessionImpl 184 explicit PausedState(SessionState stateId, sptr<CastSessionImpl> session, in PausedState() function in OHOS::CastEngine::CastEngineService::CastSessionImpl::PausedState 192 DISALLOW_EVIL_CONSTRUCTORS(PausedState);
|
H A D | cast_session_impl_class.h | 122 class PausedState; 215 std::shared_ptr<PausedState> pausedState_;
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/ |
H A D | cast_session_state.cpp | 470 void CastSessionImpl::PausedState::Enter() in Enter() 475 void CastSessionImpl::PausedState::Exit() in Exit() 480 bool CastSessionImpl::PausedState::HandleMessage(const Message &msg) in HandleMessage()
|
H A D | cast_session_impl.cpp | 568 pausedState_ = std::make_shared<PausedState>(SessionState::PAUSED, this, connectedState_); in Init()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/ |
H A D | cast_session_state.cpp | 470 void CastSessionImpl::PausedState::Enter() in Enter() 475 void CastSessionImpl::PausedState::Exit() in Exit() 480 bool CastSessionImpl::PausedState::HandleMessage(const Message &msg) in HandleMessage()
|
H A D | cast_session_impl.cpp | 568 pausedState_ = std::make_shared<PausedState>(SessionState::PAUSED, this, connectedState_); in Init()
|
Completed in 13 milliseconds