Home
last modified time | relevance | path

Searched refs:curSecLen_ (Results 1 - 1 of 1) sorted by relevance

/drivers/interface/display/composer/command_pack/
H A Dcommand_data_unpacker.h28 CommandDataUnpacker() : packSize_(0), readPos_(0), curSecOffset_(0), curSecLen_(0), data_(nullptr) {} in CommandDataUnpacker()
82 curSecLen_ = sizeof(int32_t); in PackBegin()
101 DISPLAY_CHK_RETURN(ReadUint32(curSecLen_) == false, false, in BeginSection()
102 HDF_LOGE("%{public}s, read curSecLen_ error", __func__)); in BeginSection()
108 readPos_ = curSecOffset_ + curSecLen_; in NextSection()
132 HDF_LOGI("curSecLen_ =%{public}d\n", curSecLen_); in Dump()
176 uint32_t curSecLen_; member in OHOS::HDI::Display::CommandDataUnpacker

Completed in 1 milliseconds