Searched refs:DvrMQ (Results 1 – 6 of 6) sorted by relevance
43 using DvrMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable122 unique_ptr<DvrMQ> mDvrMQ;
180 unique_ptr<DvrMQ> tmpDvrMQ = unique_ptr<DvrMQ>(new (nothrow) DvrMQ(mBufferSize, true)); in createDvrMQ()
47 using DvrMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable126 unique_ptr<DvrMQ> mDvrMQ;
161 unique_ptr<DvrMQ> tmpDvrMQ = unique_ptr<DvrMQ>(new (nothrow) DvrMQ(mBufferSize, true)); in createDvrMQ()
44 using DvrMQ = AidlMessageQueue<int8_t, SynchronizedReadWrite>; variable132 unique_ptr<DvrMQ> mDvrMQ;
169 unique_ptr<DvrMQ> tmpDvrMQ = unique_ptr<DvrMQ>(new (nothrow) DvrMQ(mBufferSize, true)); in createDvrMQ()