Home
last modified time | relevance | path

Searched refs:mDvrRecordCallback (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/tv/tuner/1.0/vts/functional/
DDvrTests.h160 mDvrRecordCallback->startRecordOutputThread(settings, mDvrRecordMQDescriptor); in startRecordOutputThread()
164 void testRecordOutput() { mDvrRecordCallback->testRecordOutput(); } in testRecordOutput()
165 void stopRecordThread() { mDvrRecordCallback->stopRecordThread(); } in stopRecordThread()
191 sp<DvrCallback> mDvrRecordCallback; variable
DDvrTests.cpp226 mDvrRecordCallback = new DvrCallback(); in openDvrInDemux()
227 mDemux->openDvr(type, bufferSize, mDvrRecordCallback, in openDvrInDemux()
233 mDvrRecordCallback->setDvr(mDvrRecord); in openDvrInDemux()