Searched refs:tmpDvrMQ (Results 1 – 3 of 3) sorted by relevance
161 unique_ptr<DvrMQ> tmpDvrMQ = unique_ptr<DvrMQ>(new (nothrow) DvrMQ(mBufferSize, true)); in createDvrMQ() local162 if (!tmpDvrMQ->isValid()) { in createDvrMQ()167 mDvrMQ = std::move(tmpDvrMQ); in createDvrMQ()
180 unique_ptr<DvrMQ> tmpDvrMQ = unique_ptr<DvrMQ>(new (nothrow) DvrMQ(mBufferSize, true)); in createDvrMQ() local181 if (!tmpDvrMQ->isValid()) { in createDvrMQ()186 mDvrMQ = std::move(tmpDvrMQ); in createDvrMQ()
169 unique_ptr<DvrMQ> tmpDvrMQ = unique_ptr<DvrMQ>(new (nothrow) DvrMQ(mBufferSize, true)); in createDvrMQ() local170 if (!tmpDvrMQ->isValid()) { in createDvrMQ()175 mDvrMQ = std::move(tmpDvrMQ); in createDvrMQ()