Searched refs:readPos_ (Results 1 – 1 of 1) sorted by relevance
28 …CommandDataUnpacker() : packSize_(0), readPos_(0), curSecOffset_(0), curSecLen_(0), data_(nullptr)… in CommandDataUnpacker()81 readPos_ = 0; in PackBegin()83 curSecOffset_ = readPos_; in PackBegin()93 curSecOffset_ = readPos_; in BeginSection()108 readPos_ = curSecOffset_ + curSecLen_; in NextSection()109 if (readPos_ >= (packSize_ - COMMAND_ID_SIZE)) { in NextSection()119 DISPLAY_CHK_RETURN(readPos_ != packSize_, false, in PackEnd()130 HDF_LOGI("readPos_ =%{public}zu\n", readPos_); in Dump()153 if (readPos_ + dataSize > packSize_) { in Read()155 readPos_, dataSize, packSize_); in Read()[all …]