Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/composer/2.4/utils/vts/
H A 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()
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/
H A 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()
/aosp12/hardware/qcom/sm7250/display/composer/
H A 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()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/
H A 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()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A 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()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp763 hidl_vec<hidl_handle> commandHandles; in execute() local
764 if (!mWriter.writeQueue(&queueChanged, &commandLength, &commandHandles)) { in execute()
819 ret = mClient_2_2->executeCommands_2_2(commandLength, commandHandles, hidl_callback); in execute()
821 ret = mClient->executeCommands(commandLength, commandHandles, hidl_callback); in execute()