Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp86 ASSERT_TRUE(reader->readQueue(tmpOutLength, tmpOutHandles)); in execute()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp311 ASSERT_TRUE(reader->readQueue(tmpOutLength, tmpOutHandles)); in execute()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h53 if (!readQueue(inLength, inHandles)) { in execute()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h589 bool readQueue(uint32_t commandLength, const hidl_vec<hidl_handle>& commandHandles) { in readQueue() function