Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.4/utils/vts/
DComposerVts.cpp138 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/
DComposerVts.cpp64 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/
DQtiComposerCommandBuffer.h90 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/
DComposerVts.cpp283 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/
DComposerCommandBuffer.h594 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()