Searched refs:CommandQueueType (Results 1 – 3 of 3) sorted by relevance
51 using CommandQueueType = MessageQueue<uint32_t, kSynchronizedReadWrite>; variable105 CommandQueueType::MemTransaction tx; in writeQueue()120 auto newQueue = std::make_unique<CommandQueueType>(mDataMaxSize); in writeQueue()570 std::unique_ptr<CommandQueueType> mQueue;580 mQueue = std::make_unique<CommandQueueType>(descriptor, false); in setMQDescriptor()753 std::unique_ptr<CommandQueueType> mQueue;
59 using CommandQueueType = MessageQueue<uint32_t, kSynchronizedReadWrite>; variable
292 hidl_cb(Error::NO_RESOURCES, CommandQueueType::Descriptor()); in getOutputCommandQueue()