Lines Matching refs:mDvrPlayback
218 mDvrPlayback = dvr; in openDvrInDemux()
222 mDvrPlaybackCallback->setDvr(mDvrPlayback); in openDvrInDemux()
242 Result status = mDvrPlayback->configure(setting); in configDvrPlayback()
256 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in getDvrPlaybackMQDescriptor()
258 mDvrPlayback->getQueueDesc([&](Result result, const MQDesc& dvrMQDesc) { in getDvrPlaybackMQDescriptor()
302 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in startDvrPlayback()
304 status = mDvrPlayback->start(); in startDvrPlayback()
312 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in stopDvrPlayback()
314 status = mDvrPlayback->stop(); in stopDvrPlayback()
321 ASSERT_TRUE(mDvrPlayback); in closeDvrPlayback()
322 ASSERT_TRUE(mDvrPlayback->close() == Result::SUCCESS); in closeDvrPlayback()