Home
last modified time | relevance | path

Searched refs:DvrMQ (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/tv/tuner/1.1/default/
DDvr.h43 using DvrMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
122 unique_ptr<DvrMQ> mDvrMQ;
DDvr.cpp180 unique_ptr<DvrMQ> tmpDvrMQ = unique_ptr<DvrMQ>(new (nothrow) DvrMQ(mBufferSize, true)); in createDvrMQ()
/hardware/interfaces/tv/tuner/1.0/default/
DDvr.h47 using DvrMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
126 unique_ptr<DvrMQ> mDvrMQ;
DDvr.cpp161 unique_ptr<DvrMQ> tmpDvrMQ = unique_ptr<DvrMQ>(new (nothrow) DvrMQ(mBufferSize, true)); in createDvrMQ()
/hardware/interfaces/tv/tuner/aidl/default/
DDvr.h44 using DvrMQ = AidlMessageQueue<int8_t, SynchronizedReadWrite>; variable
132 unique_ptr<DvrMQ> mDvrMQ;
DDvr.cpp169 unique_ptr<DvrMQ> tmpDvrMQ = unique_ptr<DvrMQ>(new (nothrow) DvrMQ(mBufferSize, true)); in createDvrMQ()