Home
last modified time | relevance | path

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

/drivers/interface/display/composer/command_pack/
H A Dcommand_data_unpacker.h139 } else if (i % SECTION_LEN_ALIGN == 0) { in Dump()
168 static constexpr int32_t SECTION_LEN_ALIGN = 4; member in OHOS::HDI::Display::CommandDataUnpacker
H A Dcommand_data_packer.h126 DISPLAY_CHK_RETURN((len & SECTION_LEN_ALIGN - 1) != 0, false, in BeginSection()
235 static constexpr uint32_t SECTION_LEN_ALIGN = 4;

Completed in 2 milliseconds