Searched refs:getDvrTests (Results 1 – 6 of 6) sorted by relevance
375 getDvrTests()->openDvrInDemux(mDvrConfig.type, mDvrConfig.bufferSize) == success(); in tuneFrontend()376 result &= getDvrTests()->configDvrPlayback(mDvrConfig.settings) == success(); in tuneFrontend()377 result &= getDvrTests()->getDvrPlaybackMQDescriptor() == success(); in tuneFrontend()378 getDvrTests()->startPlaybackInputThread(mDvrConfig.playbackInputFile, in tuneFrontend()380 getDvrTests()->startDvrPlayback(); in tuneFrontend()403 getDvrTests()->stopPlaybackThread(); in stopTuneFrontend()404 getDvrTests()->stopDvrPlayback(); in stopTuneFrontend()405 getDvrTests()->closeDvrPlayback(); in stopTuneFrontend()
106 getDvrTests()->setService(tuner); in setService()128 void setDemux(sp<IDemux> demux) { getDvrTests()->setDemux(demux); } in setDemux()150 DvrTests* getDvrTests() { in getDvrTests() function
79 getDvrTests()->setService(tuner); in setService()109 void setDemux(std::shared_ptr<IDemux> demux) { getDvrTests()->setDemux(demux); } in setDemux()130 DvrTests* getDvrTests() { in getDvrTests() function
482 if (getDvrTests()->openDvrInDemux(mDvrConfig.type, mDvrConfig.bufferSize) != success()) { in tuneFrontend()486 if (getDvrTests()->configDvrPlayback(mDvrConfig.settings) != success()) { in tuneFrontend()490 if (getDvrTests()->getDvrPlaybackMQDescriptor() != success()) { in tuneFrontend()494 getDvrTests()->startPlaybackInputThread( in tuneFrontend()497 getDvrTests()->startDvrPlayback(); in tuneFrontend()511 getDvrTests()->stopPlaybackThread(); in stopTuneFrontend()512 getDvrTests()->stopDvrPlayback(); in stopTuneFrontend()513 getDvrTests()->closeDvrPlayback(); in stopTuneFrontend()
442 getDvrTests()->openDvrInDemux(mDvrConfig.type, mDvrConfig.bufferSize) == success(); in tuneFrontend()443 result &= getDvrTests()->configDvrPlayback(mDvrConfig.settings) == success(); in tuneFrontend()444 result &= getDvrTests()->getDvrPlaybackMQDescriptor() == success(); in tuneFrontend()445 getDvrTests()->startPlaybackInputThread(mDvrConfig.playbackInputFile, in tuneFrontend()447 getDvrTests()->startDvrPlayback(); in tuneFrontend()462 getDvrTests()->stopPlaybackThread(); in stopTuneFrontend()463 getDvrTests()->stopDvrPlayback(); in stopTuneFrontend()464 getDvrTests()->closeDvrPlayback(); in stopTuneFrontend()
109 getDvrTests()->setService(tuner); in setService()135 void setDemux(sp<IDemux> demux) { getDvrTests()->setDemux(demux); } in setDemux()156 DvrTests* getDvrTests() { in getDvrTests() function