Lines Matching refs:mDvrPlayback
217 mDvrPlayback = dvr; in openDvrInDemux()
221 mDvrPlaybackCallback->setDvr(mDvrPlayback); in openDvrInDemux()
241 Result status = mDvrPlayback->configure(setting); in configDvrPlayback()
255 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in getDvrPlaybackMQDescriptor()
257 mDvrPlayback->getQueueDesc([&](Result result, const MQDesc& dvrMQDesc) { in getDvrPlaybackMQDescriptor()
301 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in startDvrPlayback()
303 status = mDvrPlayback->start(); in startDvrPlayback()
311 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in stopDvrPlayback()
313 status = mDvrPlayback->stop(); in stopDvrPlayback()
320 ASSERT_TRUE(mDvrPlayback); in closeDvrPlayback()
321 ASSERT_TRUE(mDvrPlayback->close() == Result::SUCCESS); in closeDvrPlayback()