Lines Matching refs:mDvrPlayback
219 mDvrPlayback = dvr; in openDvrInDemux()
223 mDvrPlaybackCallback->setDvr(mDvrPlayback); in openDvrInDemux()
243 Result status = mDvrPlayback->configure(setting); in configDvrPlayback()
257 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in getDvrPlaybackMQDescriptor()
259 mDvrPlayback->getQueueDesc([&](Result result, const MQDesc& dvrMQDesc) { in getDvrPlaybackMQDescriptor()
303 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in startDvrPlayback()
305 status = mDvrPlayback->start(); in startDvrPlayback()
313 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in stopDvrPlayback()
315 status = mDvrPlayback->stop(); in stopDvrPlayback()
322 ASSERT_TRUE(mDvrPlayback); in closeDvrPlayback()
323 ASSERT_TRUE(mDvrPlayback->close() == Result::SUCCESS); in closeDvrPlayback()