Home
last modified time | relevance | path

Searched refs:commandHandles (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp65 hidl_vec<hidl_handle> commandHandles; in execute() local
66 ASSERT_TRUE(writer->writeQueue(&queueChanged, &commandLength, &commandHandles)); in execute()
73 mClient->executeCommands(commandLength, commandHandles, in execute()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp290 hidl_vec<hidl_handle> commandHandles; in execute() local
291 ASSERT_TRUE(writer->writeQueue(&queueChanged, &commandLength, &commandHandles)); in execute()
298 mClient->executeCommands(commandLength, commandHandles, 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() argument
609 mDataHandles.setToExternal(const_cast<hidl_handle*>(commandHandles.data()), in readQueue()
610 commandHandles.size()); in readQueue()