Home
last modified time | relevance | path

Searched refs:tmpDvrMQ (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/tv/tuner/1.0/default/
DDvr.cpp161 unique_ptr<DvrMQ> tmpDvrMQ = unique_ptr<DvrMQ>(new (nothrow) DvrMQ(mBufferSize, true)); in createDvrMQ() local
162 if (!tmpDvrMQ->isValid()) { in createDvrMQ()
167 mDvrMQ = std::move(tmpDvrMQ); in createDvrMQ()
/hardware/interfaces/tv/tuner/1.1/default/
DDvr.cpp180 unique_ptr<DvrMQ> tmpDvrMQ = unique_ptr<DvrMQ>(new (nothrow) DvrMQ(mBufferSize, true)); in createDvrMQ() local
181 if (!tmpDvrMQ->isValid()) { in createDvrMQ()
186 mDvrMQ = std::move(tmpDvrMQ); in createDvrMQ()
/hardware/interfaces/tv/tuner/aidl/default/
DDvr.cpp169 unique_ptr<DvrMQ> tmpDvrMQ = unique_ptr<DvrMQ>(new (nothrow) DvrMQ(mBufferSize, true)); in createDvrMQ() local
170 if (!tmpDvrMQ->isValid()) { in createDvrMQ()
175 mDvrMQ = std::move(tmpDvrMQ); in createDvrMQ()