Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h51 using CommandQueueType = MessageQueue<uint32_t, kSynchronizedReadWrite>; variable
105 CommandQueueType::MemTransaction tx; in writeQueue()
120 auto newQueue = std::make_unique<CommandQueueType>(mDataMaxSize); in writeQueue()
575 std::unique_ptr<CommandQueueType> mQueue;
585 mQueue = std::make_unique<CommandQueueType>(descriptor, false); in setMQDescriptor()
764 std::unique_ptr<CommandQueueType> mQueue;
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h52 using CommandQueueType = MessageQueue<uint32_t, ::android::hardware::kSynchronizedReadWrite>; variable
109 CommandQueueType::MemTransaction tx; in writeQueue()
123 auto newQueue = std::make_unique<CommandQueueType>(mDataMaxSize); in writeQueue()
664 std::unique_ptr<CommandQueueType> mQueue;
673 mQueue = std::make_unique<CommandQueueType>(descriptor, false); in setMQDescriptor()
849 std::unique_ptr<CommandQueueType> mQueue;
/hardware/interfaces/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer/2.2/
DComposerCommandBuffer.h59 using CommandQueueType = MessageQueue<uint32_t, kSynchronizedReadWrite>; variable
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerClient.h302 hidl_cb(Error::NO_RESOURCES, CommandQueueType::Descriptor()); in getOutputCommandQueue()