Searched refs:MsgHandleLoop (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | msg_handle_loop.cpp | 26 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 D | msg_handle_loop.h | 37 class MsgHandleLoop { 39 MsgHandleLoop(); 40 ~MsgHandleLoop();
|
H A D | state_machine.h | 41 class StateMachine : public MsgHandleLoop {
|
H A D | hcodec.cpp | 323 MsgHandleLoop::Stop(); in ~HCodec() 1220 bool ret = MsgHandleLoop::SendSyncMsg(msgType, msg, reply, FIVE_SECONDS_IN_MS); in DoSyncCallAndGetReply()
|
H A D | hdecoder.cpp | 37 MsgHandleLoop::Stop(); in ~HDecoder()
|
H A D | hencoder.cpp | 33 MsgHandleLoop::Stop(); in ~HEncoder()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | msg_handle_loop.cpp | 25 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 D | image_codec.cpp | 181 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 D | msg_handle_loop.h | 36 class MsgHandleLoop { 38 MsgHandleLoop(); 39 ~MsgHandleLoop();
|
H A D | state_machine.h | 41 class StateMachine : public MsgHandleLoop {
|