Home
last modified time | relevance | path

Searched refs:StoppingState (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Drpt_manager_state_machine.h95 class StoppingState : public State { class in OHOS::Wifi::RptManagerMachine
97 explicit StoppingState(RptManagerMachine *rptManagerMachine);
98 ~StoppingState() override;
158 StoppingState *pStoppingState;
H A Drpt_manager_state_machine.cpp90 pStoppingState = new (std::nothrow) StoppingState(this); in InitRptManagerStates()
388 /* ---------------- StoppingState ---------------- */
389 RptManagerMachine::StoppingState::StoppingState(RptManagerMachine *rptManagerMachine) in StoppingState() function in OHOS::Wifi::RptManagerMachine::StoppingState
390 : State("StoppingState"), pRptManagerMachine(rptManagerMachine) in StoppingState()
393 RptManagerMachine::StoppingState::~StoppingState() in ~StoppingState()
396 void RptManagerMachine::StoppingState::GoInState() in GoInState()
398 WIFI_LOGE("StoppingState GoInState function.\n"); in GoInState()
402 void RptManagerMachine::StoppingState
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp632 /**************************** StoppingState Start ********************************/
633 void ImageCodec::StoppingState::OnStateEntered() in OnStateEntered()
646 void ImageCodec::StoppingState::OnMsgReceived(const MsgInfo &info) in OnMsgReceived()
668 void ImageCodec::StoppingState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2) in OnCodecEvent()
692 void ImageCodec::StoppingState::ChangeStateIfWeOwnAllBuffers() in ChangeStateIfWeOwnAllBuffers()
701 void ImageCodec::StoppingState::ChangeOmxNodeToLoadedState(bool forceToFreeBuffer) in ChangeOmxNodeToLoadedState()
720 void ImageCodec::StoppingState::OnShutDown(const MsgInfo &info) in OnShutDown()
724 /**************************** StoppingState End ********************************/
H A Dimage_codec.cpp174 stoppingState_ = make_shared<StoppingState>(this); in ImageCodec()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp865 /**************************** StoppingState Start ********************************/
866 void HCodec::StoppingState::OnStateEntered() in OnStateEntered()
879 void HCodec::StoppingState::OnMsgReceived(const MsgInfo &info) in OnMsgReceived()
901 void HCodec::StoppingState::OnCodecEvent(CodecEventType event, uint32_t data1, uint32_t data2) in OnCodecEvent()
925 void HCodec::StoppingState::ChangeStateIfWeOwnAllBuffers() in ChangeStateIfWeOwnAllBuffers()
934 void HCodec::StoppingState::ChangeOmxNodeToLoadedState(bool forceToFreeBuffer) in ChangeOmxNodeToLoadedState()
953 void HCodec::StoppingState::OnShutDown(const MsgInfo &info) in OnShutDown()
958 /**************************** StoppingState End ********************************/
H A Dhcodec.h482 struct StoppingState : BaseState { struct in OHOS::MediaAVCodec::HCodec
483 explicit StoppingState(HCodec *codec) : BaseState(codec, "Stopping"), in StoppingState() function
539 std::shared_ptr<StoppingState> stoppingState_;
H A Dhcodec.cpp315 stoppingState_ = make_shared<StoppingState>(this); in HCodec()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h368 struct StoppingState : BaseState { struct in OHOS::ImagePlugin::ImageCodec
369 explicit StoppingState(ImageCodec *codec) : BaseState(codec, "Stopping"), in StoppingState() function
420 std::shared_ptr<StoppingState> stoppingState_;

Completed in 10 milliseconds