Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h84 const MQDescriptorSync<uint32_t>* getOutputMQDescriptor() { return mWriter->getMQDescriptor(); } in getOutputMQDescriptor() function
DComposerClient.h298 auto outDescriptor = mCommandEngine->getOutputMQDescriptor(); in getOutputCommandQueue()