Searched refs:CommandQueueType (Results 1 – 4 of 4) 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()575 std::unique_ptr<CommandQueueType> mQueue;585 mQueue = std::make_unique<CommandQueueType>(descriptor, false); in setMQDescriptor()764 std::unique_ptr<CommandQueueType> mQueue;
52 using CommandQueueType = MessageQueue<uint32_t, ::android::hardware::kSynchronizedReadWrite>; variable109 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;
59 using CommandQueueType = MessageQueue<uint32_t, kSynchronizedReadWrite>; variable
302 hidl_cb(Error::NO_RESOURCES, CommandQueueType::Descriptor()); in getOutputCommandQueue()