Searched refs:InitializedState (Results 1 – 10 of 10) sorted by relevance
204 void ImageCodec::InitializedState::OnStateEntered() in OnStateEntered()215 void ImageCodec::InitializedState::ProcessShutDownFromRunning() in ProcessShutDownFromRunning()233 void ImageCodec::InitializedState::OnMsgReceived(const MsgInfo &info) in OnMsgReceived()266 void ImageCodec::InitializedState::OnSetCallBack(const MsgInfo &info) in OnSetCallBack()281 void ImageCodec::InitializedState::OnConfigure(const MsgInfo &info) in OnConfigure()288 void ImageCodec::InitializedState::OnGetOutputBufferUsage(const MsgInfo &info) in OnGetOutputBufferUsage()296 void ImageCodec::InitializedState::OnSetOutputBuffer(const MsgInfo &info) in OnSetOutputBuffer()303 void ImageCodec::InitializedState::OnGetPackedInputFlag(const MsgInfo &info) in OnGetPackedInputFlag()311 void ImageCodec::InitializedState::OnStart(const MsgInfo &info) in OnStart()328 void ImageCodec::InitializedState::OnShutDown(const MsgInfo &info) in OnShutDown()
170 initializedState_ = make_shared<InitializedState>(this); in ImageCodec()
76 class PlayerServer::InitializedState : public PlayerServer::BaseState {78 explicit InitializedState(PlayerServer &server) : BaseState(server, "inited_state") {} in InitializedState() function79 ~InitializedState() = default;
148 class InitializedState; variable156 std::shared_ptr<InitializedState> initializedState_;
217 int32_t PlayerServer::InitializedState::Prepare() in Prepare()223 int32_t PlayerServer::InitializedState::SetPlayRangeWithMode(int64_t start, int64_t end, PlayerSeek… in SetPlayRangeWithMode()
125 initializedState_ = std::make_shared<InitializedState>(*this); in Init()
189 void HCodec::InitializedState::OnStateEntered() in OnStateEntered()202 void HCodec::InitializedState::ProcessShutDownFromRunning() in ProcessShutDownFromRunning()231 void HCodec::InitializedState::OnMsgReceived(const MsgInfo &info) in OnMsgReceived()278 void HCodec::InitializedState::OnSetCallBack(const MsgInfo &info) in OnSetCallBack()293 void HCodec::InitializedState::OnConfigure(const MsgInfo &info) in OnConfigure()300 void HCodec::InitializedState::OnStart(const MsgInfo &info) in OnStart()318 void HCodec::InitializedState::OnShutDown(const MsgInfo &info) in OnShutDown()
420 struct InitializedState : BaseState { struct421 explicit InitializedState(HCodec *codec) : BaseState(codec, "Initialized") {} in InitializedState() function
311 initializedState_ = make_shared<InitializedState>(this); in HCodec()
319 struct InitializedState : BaseState { struct320 explicit InitializedState(ImageCodec *codec) : BaseState(codec, "Initialized") {} in InitializedState() function416 std::shared_ptr<InitializedState> initializedState_;