Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp66 ASSERT_TRUE(writer->writeQueue(&queueChanged, &commandLength, &commandHandles)); in execute()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp291 ASSERT_TRUE(writer->writeQueue(&queueChanged, &commandLength, &commandHandles)); in execute()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h77 return mWriter.writeQueue(outQueueChanged, outCommandLength, outCommandHandles) in execute()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h85 bool writeQueue(bool* outQueueChanged, uint32_t* outCommandLength, in writeQueue() function