Searched refs:StartingState (Results 1 – 6 of 6) sorted by relevance
338 void ImageCodec::StartingState::OnStateEntered() in OnStateEntered()355 int32_t ImageCodec::StartingState::AllocateBuffers() in AllocateBuffers()368 void ImageCodec::StartingState::OnMsgReceived(const MsgInfo &info) in OnMsgReceived()397 void ImageCodec::StartingState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2) in OnCodecEvent()423 void ImageCodec::StartingState::OnShutDown(const MsgInfo &info) in OnShutDown()428 void ImageCodec::StartingState::ReplyStartMsg(int32_t errCode) in ReplyStartMsg()439 void ImageCodec::StartingState::OnStateExited() in OnStateExited()
171 startingState_ = make_shared<StartingState>(this); in ImageCodec()
333 void HCodec::StartingState::OnStateEntered() in OnStateEntered()350 int32_t HCodec::StartingState::AllocateBuffers() in AllocateBuffers()364 void HCodec::StartingState::OnMsgReceived(const MsgInfo &info) in OnMsgReceived()396 void HCodec::StartingState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2) in OnCodecEvent()422 void HCodec::StartingState::OnShutDown(const MsgInfo &info) in OnShutDown()427 void HCodec::StartingState::ReplyStartMsg(int32_t errCode) in ReplyStartMsg()438 void HCodec::StartingState::OnStateExited() in OnStateExited()
432 struct StartingState : BaseState { struct433 explicit StartingState(HCodec *codec) : BaseState(codec, "Starting") {} in StartingState() function
312 startingState_ = make_shared<StartingState>(this); in HCodec()
334 struct StartingState : BaseState { struct335 explicit StartingState(ImageCodec *codec) : BaseState(codec, "Starting") {} in StartingState() function417 std::shared_ptr<StartingState> startingState_;