Searched refs:PostReply (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | msg_handle_loop.h | 44 void PostReply(MsgId id, const ParamSP &reply);
|
H A D | hcodec_state.cpp | 35 codec_->PostReply(info.id, reply); in OnMsgReceived() 84 codec_->PostReply(id, reply); in ReplyErrorCode() 122 codec_->PostReply(info.id, reply); in OnGetFormat() 253 codec_->PostReply(info.id, reply); in OnMsgReceived()
|
H A D | msg_handle_loop.cpp | 93 void MsgHandleLoop::PostReply(MsgId id, const ParamSP &reply) in PostReply() function in MsgHandleLoop
|
H A D | hcodec.cpp | 1267 PostReply(id, reply); in ReplyErrorCode()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | msg_handle_loop.h | 43 void PostReply(MsgId id, const ParamSP &reply);
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | codec_state.cpp | 83 codec_->PostReply(id, reply); in ReplyErrorCode() 124 codec_->PostReply(info.id, reply); in OnGetFormat() 293 codec_->PostReply(info.id, reply); in OnGetOutputBufferUsage() 308 codec_->PostReply(info.id, reply); in OnGetPackedInputFlag()
|
H A D | msg_handle_loop.cpp | 94 void MsgHandleLoop::PostReply(MsgId id, const ParamSP &reply) in PostReply() function in OHOS::ImagePlugin::MsgHandleLoop
|
H A D | image_codec.cpp | 242 PostReply(id, reply); in ReplyErrorCode()
|