Lines Matching refs:mDemux
201 EXPECT_TRUE(mDemux) << "Test with openDemux first."; in openDvrInDemux()
206 status = mDemux->openDvr(type, bufferSize, mDvrPlaybackCallback, &mDvrPlayback); in openDvrInDemux()
214 status = mDemux->openDvr(type, bufferSize, mDvrRecordCallback, &mDvrRecord); in openDvrInDemux()
237 EXPECT_TRUE(mDemux) << "Test with openDemux first."; in getDvrPlaybackMQDescriptor()
247 EXPECT_TRUE(mDemux) << "Test with openDemux first."; in getDvrRecordMQDescriptor()
257 EXPECT_TRUE(mDemux) << "Test with openDemux first."; in attachFilterToDvr()
267 EXPECT_TRUE(mDemux) << "Test with openDemux first."; in detachFilterToDvr()
277 EXPECT_TRUE(mDemux) << "Test with openDemux first."; in startDvrPlayback()
287 EXPECT_TRUE(mDemux) << "Test with openDemux first."; in stopDvrPlayback()
296 ASSERT_TRUE(mDemux); in closeDvrPlayback()
303 EXPECT_TRUE(mDemux) << "Test with openDemux first."; in startDvrRecord()
313 EXPECT_TRUE(mDemux) << "Test with openDemux first."; in stopDvrRecord()
322 ASSERT_TRUE(mDemux); in closeDvrRecord()
329 EXPECT_TRUE(mDemux) << "Test with openDemux first."; in setPlaybackStatusCheckIntervalHint()
342 EXPECT_TRUE(mDemux) << "Test with openDemux first."; in setRecordStatusCheckIntervalHint()