Lines Matching refs:mDvrPlayback
206 status = mDemux->openDvr(type, bufferSize, mDvrPlaybackCallback, &mDvrPlayback); in openDvrInDemux()
208 mDvrPlaybackCallback->setDvr(mDvrPlayback); in openDvrInDemux()
224 ndk::ScopedAStatus status = mDvrPlayback->configure(setting); in configDvrPlayback()
238 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in getDvrPlaybackMQDescriptor()
240 status = mDvrPlayback->getQueueDesc(&mDvrPlaybackMQDescriptor); in getDvrPlaybackMQDescriptor()
278 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in startDvrPlayback()
280 status = mDvrPlayback->start(); in startDvrPlayback()
288 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in stopDvrPlayback()
290 status = mDvrPlayback->stop(); in stopDvrPlayback()
297 ASSERT_TRUE(mDvrPlayback); in closeDvrPlayback()
298 ASSERT_TRUE(mDvrPlayback->close().isOk()); in closeDvrPlayback()
330 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in setPlaybackStatusCheckIntervalHint()
332 status = mDvrPlayback->setStatusCheckIntervalHint(milliseconds); in setPlaybackStatusCheckIntervalHint()
355 mDvrPlayback->getInterfaceVersion(&version); in getDvrPlaybackInterfaceVersion()