Searched refs:PRESENT_DISPLAY (Results 1 – 4 of 4) sorted by relevance
694 * Sets the present fence as a result of PRESENT_DISPLAY. For physical780 * into this buffer prior to the call to PRESENT_DISPLAY, and layers not798 * Will be called before PRESENT_DISPLAY if any of the layers are marked827 * Must be called at least once before PRESENT_DISPLAY, but does not have862 * PRESENT_DISPLAY has this pseudo prototype1119 PRESENT_DISPLAY = 0x205 << OPCODE_SHIFT,
108 case IComposerClient::Command::PRESENT_DISPLAY: in executeCommand()
284 beginCommand(IComposerClient::Command::PRESENT_DISPLAY, kPresentDisplayLength); in presentDisplay()
776 TEST_F(GraphicsComposerHidlCommandTest, PRESENT_DISPLAY) { in TEST_F() argument