Searched refs:CommandQueueType (Results 1 – 4 of 4) sorted by relevance
52 using CommandQueueType = MessageQueue<uint32_t, kSynchronizedReadWrite>; variable106 CommandQueueType::MemTransaction tx; in writeQueue()121 auto newQueue = std::make_unique<CommandQueueType>(mDataMaxSize); in writeQueue()576 std::unique_ptr<CommandQueueType> mQueue;586 mQueue = std::make_unique<CommandQueueType>(descriptor, false); in setMQDescriptor()770 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()675 std::unique_ptr<CommandQueueType> mQueue;684 mQueue = std::make_unique<CommandQueueType>(descriptor, false); in setMQDescriptor()860 std::unique_ptr<CommandQueueType> mQueue;
59 using CommandQueueType = MessageQueue<uint32_t, kSynchronizedReadWrite>; variable
302 hidl_cb(Error::NO_RESOURCES, CommandQueueType::Descriptor()); in getOutputCommandQueue()