Home
last modified time | relevance | path

Searched refs:MsgHandleLoop (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dmsg_handle_loop.cpp26 MsgHandleLoop::MsgHandleLoop() in MsgHandleLoop() function in MsgHandleLoop
28 m_thread = thread(&MsgHandleLoop::MainLoop, this); in MsgHandleLoop()
31 MsgHandleLoop::~MsgHandleLoop() in ~MsgHandleLoop()
36 void MsgHandleLoop::Stop() in Stop()
49 void MsgHandleLoop::SendAsyncMsg(MsgType type, const ParamSP &msg, uint32_t delayUs) in SendAsyncMsg()
62 bool MsgHandleLoop::SendSyncMsg(MsgType type, const ParamSP &msg, ParamSP &reply, uint32_t waitMs) in SendSyncMsg()
93 void MsgHandleLoop::PostReply(MsgId id, const ParamSP &reply) in PostReply()
103 MsgId MsgHandleLoop::GenerateMsgId() in GenerateMsgId()
113 void MsgHandleLoop::MainLoop() in MainLoop()
141 MsgHandleLoop::TimeUs MsgHandleLoop::GetNowUs() in GetNowUs()
H A Dmsg_handle_loop.h37 class MsgHandleLoop {
39 MsgHandleLoop();
40 ~MsgHandleLoop();
H A Dstate_machine.h41 class StateMachine : public MsgHandleLoop {
H A Dhcodec.cpp323 MsgHandleLoop::Stop(); in ~HCodec()
1220 bool ret = MsgHandleLoop::SendSyncMsg(msgType, msg, reply, FIVE_SECONDS_IN_MS); in DoSyncCallAndGetReply()
H A Dhdecoder.cpp37 MsgHandleLoop::Stop(); in ~HDecoder()
H A Dhencoder.cpp33 MsgHandleLoop::Stop(); in ~HEncoder()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dmsg_handle_loop.cpp25 MsgHandleLoop::MsgHandleLoop() in MsgHandleLoop() function in OHOS::ImagePlugin::MsgHandleLoop
32 MsgHandleLoop::~MsgHandleLoop() in ~MsgHandleLoop()
37 void MsgHandleLoop::Stop() in Stop()
50 void MsgHandleLoop::SendAsyncMsg(MsgType type, const ParamSP &msg, uint32_t delayUs) in SendAsyncMsg()
63 bool MsgHandleLoop::SendSyncMsg(MsgType type, const ParamSP &msg, ParamSP &reply, uint32_t waitMs) in SendSyncMsg()
94 void MsgHandleLoop::PostReply(MsgId id, const ParamSP &reply) in PostReply()
104 MsgId MsgHandleLoop::GenerateMsgId() in GenerateMsgId()
114 void MsgHandleLoop::MainLoop() in MainLoop()
143 MsgHandleLoop::TimeUs MsgHandleLoop::GetNowUs() in GetNowUs()
H A Dimage_codec.cpp181 MsgHandleLoop::Stop(); in ~ImageCodec()
810 bool ret = MsgHandleLoop::SendSyncMsg(msgType, msg, reply); in DoSyncCallAndGetReply()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dmsg_handle_loop.h36 class MsgHandleLoop {
38 MsgHandleLoop();
39 ~MsgHandleLoop();
H A Dstate_machine.h41 class StateMachine : public MsgHandleLoop {