Searched refs:commandHandles (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ComposerVts.cpp | 65 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/ |
D | ComposerVts.cpp | 290 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/ |
D | ComposerCommandBuffer.h | 589 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()
|