Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h85 bool writeQueue(bool* outQueueChanged, uint32_t* outCommandLength, in writeQueue() argument
89 *outCommandLength = 0; in writeQueue()
130 *outCommandLength = mDataWritten; in writeQueue()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h52 uint32_t* outCommandLength, hidl_vec<hidl_handle>* outCommandHandles) { in execute() argument
77 return mWriter.writeQueue(outQueueChanged, outCommandLength, outCommandHandles) in execute()