Home
last modified time | relevance | path

Searched refs:m_replies (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dmsg_handle_loop.cpp78 return m_replies.find(id) != m_replies.end(); in SendSyncMsg()
88 reply = m_replies[id]; in SendSyncMsg()
89 m_replies.erase(id); in SendSyncMsg()
99 m_replies[id] = reply; in PostReply()
H A Dmsg_handle_loop.h63 std::map<MsgId, ParamSP> m_replies; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dmsg_handle_loop.cpp79 return m_replies.find(id) != m_replies.end(); in SendSyncMsg()
89 reply = m_replies[id]; in SendSyncMsg()
90 m_replies.erase(id); in SendSyncMsg()
100 m_replies[id] = reply; in PostReply()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dmsg_handle_loop.h62 std::map<MsgId, ParamSP> m_replies; variable