Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/tv/tuner/1.1/default/
H A DDvr.h41 using DvrMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
123 unique_ptr<DvrMQ> mDvrMQ;
H A DDvr.cpp181 unique_ptr<DvrMQ> tmpDvrMQ = unique_ptr<DvrMQ>(new (nothrow) DvrMQ(mBufferSize, true)); in createDvrMQ()
/aosp12/hardware/interfaces/tv/tuner/1.0/default/
H A DDvr.h45 using DvrMQ = MessageQueue<uint8_t, kSynchronizedReadWrite>; variable
127 unique_ptr<DvrMQ> mDvrMQ;
H A DDvr.cpp158 unique_ptr<DvrMQ> tmpDvrMQ = unique_ptr<DvrMQ>(new (nothrow) DvrMQ(mBufferSize, true)); in createDvrMQ()