Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.4/utils/vts/
DTestCommandReader.cpp23 void TestCommandReader::parseSingleCommand(int32_t commandRaw, uint16_t length) { in parseSingleCommand() function in android::hardware::graphics::composer::V2_4::vts::TestCommandReader
34 parseSingleCommand(commandRaw, length); in parseSingleCommand()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DTestCommandReader.cpp36 parseSingleCommand(command, length); in parse()
42 void TestCommandReader::parseSingleCommand(int32_t commandRaw, uint16_t length) { in parseSingleCommand() function in android::hardware::graphics::composer::V2_1::vts::TestCommandReader
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/
DTestCommandReader.h29 void parseSingleCommand(int32_t commandRaw, uint16_t length) override;
/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DTestCommandReader.h41 virtual void parseSingleCommand(int32_t commandRaw, uint16_t length);