Home | History | Annotate | Download | only in vts

Lines Matching refs:command

30         IComposerClient::Command command;
32 ASSERT_TRUE(beginCommand(&command, &length));
34 switch (command) {
35 case IComposerClient::Command::SET_ERROR: {
41 case IComposerClient::Command::SELECT_DISPLAY:
42 case IComposerClient::Command::SET_CHANGED_COMPOSITION_TYPES:
43 case IComposerClient::Command::SET_DISPLAY_REQUESTS:
44 case IComposerClient::Command::SET_PRESENT_FENCE:
45 case IComposerClient::Command::SET_RELEASE_FENCES:
48 GTEST_FAIL() << "unexpected return command " << std::hex
49 << static_cast<int>(command);