Searched refs:commandHandles (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
D | ComposerVts.cpp | 138 hidl_vec<hidl_handle> commandHandles; in execute() local 139 ASSERT_TRUE(writer->writeQueue(&queueChanged, &commandLength, &commandHandles)); in execute() 147 commandLength, commandHandles, in execute()
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ComposerVts.cpp | 64 hidl_vec<hidl_handle> commandHandles; in execute() local 65 ASSERT_TRUE(writer->writeQueue(&queueChanged, &commandLength, &commandHandles)); in execute() 72 mClient->executeCommands(commandLength, commandHandles, in execute()
|
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerCommandBuffer.h | 90 hidl_vec<hidl_handle>& commandHandles) { in writeQueue() argument 94 commandHandles.setToExternal(nullptr, 0); in writeQueue() 134 commandHandles.setToExternal(const_cast<hidl_handle*>(mDataHandles.data()), in writeQueue() 682 bool readQueue(uint32_t commandLength, const hidl_vec<hidl_handle>& commandHandles) { in readQueue() argument 702 mDataHandles.setToExternal(const_cast<hidl_handle*>(commandHandles.data()), in readQueue() 703 commandHandles.size()); in readQueue()
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | ComposerVts.cpp | 283 hidl_vec<hidl_handle> commandHandles; in execute() local 284 ASSERT_TRUE(writer->writeQueue(&queueChanged, &commandLength, &commandHandles)); in execute() 291 mClient->executeCommands(commandLength, commandHandles, in execute()
|
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
D | ComposerCommandBuffer.h | 594 bool readQueue(uint32_t commandLength, const hidl_vec<hidl_handle>& commandHandles) { in readQueue() argument 614 mDataHandles.setToExternal(const_cast<hidl_handle*>(commandHandles.data()), in readQueue() 615 commandHandles.size()); in readQueue()
|