Searched refs:stopMsg (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_state.cpp | 638 ParamSP stopMsg = make_shared<ParamBundle>(); in OnShutDown() local 639 stopMsg->SetValue("generation", codec_->stateGeneration_); in OnShutDown() 640 stopMsg->SetValue("isNeedNotifyCaller", true); in OnShutDown() 641 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnShutDown() 733 ParamSP stopMsg = make_shared<ParamBundle>(); in OnFlush() local 734 stopMsg->SetValue("generation", codec_->stateGeneration_); in OnFlush() 735 stopMsg->SetValue("isNeedNotifyCaller", false); in OnFlush() 736 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnFlush() 856 ParamSP stopMsg = make_shared<ParamBundle>(); in OnShutDown() local 857 stopMsg in OnShutDown() [all...] |
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/ |
H A D | file_server_demo.cpp | 74 std::string stopMsg = "Stop Server"; in StopServer() local 75 std::cout << stopMsg << std::endl; in StopServer()
|
/foundation/multimedia/av_codec/test/unittest/common/ |
H A D | http_server_demo.cpp | 81 std::string stopMsg = "Stop Server"; in StopServer() local 82 std::cout << stopMsg << std::endl; in StopServer()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | codec_state.cpp | 562 ParamSP stopMsg = make_shared<ParamBundle>(); in OnShutDown() local 563 stopMsg->SetValue("generation", codec_->stateGeneration_); in OnShutDown() 564 codec_->SendAsyncMsg(MsgWhat::FORCE_SHUTDOWN, stopMsg, THREE_SECONDS_IN_US); in OnShutDown()
|
Completed in 4 milliseconds