Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp69 auto ret = mClient->setInputCommandQueue(*writer->getMQDescriptor()); in execute()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp294 auto ret = mClient->setInputCommandQueue(*writer->getMQDescriptor()); in execute()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h82 const MQDescriptorSync<uint32_t>* getOutputMQDescriptor() { return mWriter.getMQDescriptor(); } in getOutputMQDescriptor()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h137 const MQDescriptorSync<uint32_t>* getMQDescriptor() const { in getMQDescriptor() function