Searched refs:curSecOffset_ (Results 1 - 2 of 2) sorted by relevance
/drivers/interface/display/composer/command_pack/ |
H A D | command_data_packer.h | 32 curSecOffset_(0), in CommandDataPacker() 50 curSecOffset_ = 0; in Init() 117 curSecOffset_ = writePos_; in PackBegin() 129 curSecOffset_ = writePos_; in BeginSection() 145 DISPLAY_CHK_RETURN(writePos_ < curSecOffset_, false, in EndSection() 146 HDF_LOGE("%{public}s, error: writePos_ after curSecOffset_", __func__)); in EndSection() 148 uint32_t actualLen = writePos_ - curSecOffset_; in EndSection() 157 writePos_ = curSecOffset_ + updatedLen; in EndSection() 181 HDF_LOGI("curSecOffset_ =%{public}zu\n", curSecOffset_); [all...] |
H A D | command_data_unpacker.h | 28 CommandDataUnpacker() : packSize_(0), readPos_(0), curSecOffset_(0), curSecLen_(0), data_(nullptr) {} in CommandDataUnpacker() 83 curSecOffset_ = readPos_; in PackBegin() 93 curSecOffset_ = readPos_; in BeginSection() 108 readPos_ = curSecOffset_ + curSecLen_; in NextSection() 131 HDF_LOGI("curSecOffset_ =%{public}zu\n", curSecOffset_); in Dump() 175 size_t curSecOffset_; member in OHOS::HDI::Display::CommandDataUnpacker
|
Completed in 2 milliseconds