Home
last modified time | relevance | path

Searched refs:outCommandHandles (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h86 hidl_vec<hidl_handle>* outCommandHandles) { in writeQueue() argument
90 outCommandHandles->setToExternal(nullptr, 0); in writeQueue()
131 outCommandHandles->setToExternal(const_cast<hidl_handle*>(mDataHandles.data()), in writeQueue()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h54 uint32_t* outCommandLength, hidl_vec<hidl_handle>* outCommandHandles) { in execute() argument
79 return mWriter->writeQueue(outQueueChanged, outCommandLength, outCommandHandles) in execute()