Home
last modified time | relevance | path

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

/drivers/interface/display/composer/v1_0/display_command/
Ddisplay_cmd_requester.h551 … std::shared_ptr<CommandDataUnpacker> replyUnpacker, std::unordered_map<int32_t, int32_t> &errMaps) in OnReplySetError() argument
554 bool retBool = replyUnpacker->ReadUint32(errCnt); in OnReplySetError()
561 retBool = replyUnpacker->ReadInt32(errCmd); in OnReplySetError()
564 retBool = replyUnpacker->ReadInt32(errCode); in OnReplySetError()
573 …int32_t OnReplyPrepareDisplayLayers(std::shared_ptr<CommandDataUnpacker> replyUnpacker, bool &need… in OnReplyPrepareDisplayLayers() argument
576 int32_t retBool = replyUnpacker->ReadUint32(devId); in OnReplyPrepareDisplayLayers()
579 retBool = replyUnpacker->ReadBool(needFlushFb); in OnReplyPrepareDisplayLayers()
583 retBool = replyUnpacker->ReadUint32(vectSize); in OnReplyPrepareDisplayLayers()
588 … DISPLAY_CHK_RETURN(replyUnpacker->ReadUint32(compChangeLayers_[devId][i]) == false, HDF_FAILURE, in OnReplyPrepareDisplayLayers()
593 retBool = replyUnpacker->ReadUint32(vectSize); in OnReplyPrepareDisplayLayers()
[all …]