Home
last modified time | relevance | path

Searched refs:commandLength (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/graphics/composer/2.3/utils/command-buffer/include/composer-command-buffer/2.3/
DComposerCommandBuffer.h83 size_t commandLength = 0; in setLayerPerFrameMetadataBlobs() local
91 commandLength += 1; in setLayerPerFrameMetadataBlobs()
94 commandLength += 1; // key of metadata blob in setLayerPerFrameMetadataBlobs()
95 commandLength += 1; // size information of metadata blob in setLayerPerFrameMetadataBlobs()
99 commandLength += metadataSize; in setLayerPerFrameMetadataBlobs()
100 commandLength += in setLayerPerFrameMetadataBlobs()
104 if (commandLength > std::numeric_limits<uint16_t>::max()) { in setLayerPerFrameMetadataBlobs()
111 uint16_t length = static_cast<uint16_t>(commandLength); in setLayerPerFrameMetadataBlobs()
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp64 uint32_t commandLength = 0; in execute() local
66 ASSERT_TRUE(writer->writeQueue(&queueChanged, &commandLength, &commandHandles)); in execute()
73 mClient->executeCommands(commandLength, commandHandles, in execute()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp289 uint32_t commandLength = 0; in execute() local
291 ASSERT_TRUE(writer->writeQueue(&queueChanged, &commandLength, &commandHandles)); in execute()
298 mClient->executeCommands(commandLength, commandHandles, in execute()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h589 bool readQueue(uint32_t commandLength, const hidl_vec<hidl_handle>& commandHandles) { in readQueue() argument
600 if (commandLength > mDataMaxSize || !mQueue->read(mData.get(), commandLength)) { in readQueue()
605 mDataSize = commandLength; in readQueue()