Home
last modified time | relevance | path

Searched refs:mDvrPlayback (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/tv/tuner/1.0/default/
DDemux.cpp85 if (mDvrPlayback != nullptr) { in openFilter()
86 result = mDvrPlayback->addPlaybackFilter(filterId, filter); in openFilter()
160 mDvrPlayback->removePlaybackFilter(*it); in close()
184 mDvrPlayback = new Dvr(type, bufferSize, cb, this); in openDvr()
185 if (!mDvrPlayback->createDvrMQ()) { in openDvr()
186 _hidl_cb(Result::UNKNOWN_ERROR, mDvrPlayback); in openDvr()
191 if (!mDvrPlayback->addPlaybackFilter(*it, mFilters[*it])) { in openDvr()
193 _hidl_cb(Result::UNKNOWN_ERROR, mDvrPlayback); in openDvr()
198 _hidl_cb(Result::SUCCESS, mDvrPlayback); in openDvr()
232 if (mDvrPlayback != nullptr) { in removeFilter()
[all …]
DDemux.h164 sp<Dvr> mDvrPlayback; variable
/hardware/interfaces/tv/tuner/1.1/default/
DDemux.cpp88 if (mDvrPlayback != nullptr) { in openFilter()
89 result = mDvrPlayback->addPlaybackFilter(filterId, filter); in openFilter()
171 mDvrPlayback->removePlaybackFilter(*it); in close()
197 mDvrPlayback = new Dvr(type, bufferSize, cb, this); in openDvr()
198 if (!mDvrPlayback->createDvrMQ()) { in openDvr()
199 _hidl_cb(Result::UNKNOWN_ERROR, mDvrPlayback); in openDvr()
204 if (!mDvrPlayback->addPlaybackFilter(*it, mFilters[*it])) { in openDvr()
206 _hidl_cb(Result::UNKNOWN_ERROR, mDvrPlayback); in openDvr()
211 _hidl_cb(Result::SUCCESS, mDvrPlayback); in openDvr()
245 if (mDvrPlayback != nullptr) { in removeFilter()
[all …]
DDemux.h161 sp<Dvr> mDvrPlayback; variable
/hardware/interfaces/tv/tuner/1.1/vts/functional/
DDvrTests.cpp218 mDvrPlayback = dvr; in openDvrInDemux()
222 mDvrPlaybackCallback->setDvr(mDvrPlayback); in openDvrInDemux()
242 Result status = mDvrPlayback->configure(setting); in configDvrPlayback()
256 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in getDvrPlaybackMQDescriptor()
258 mDvrPlayback->getQueueDesc([&](Result result, const MQDesc& dvrMQDesc) { in getDvrPlaybackMQDescriptor()
302 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in startDvrPlayback()
304 status = mDvrPlayback->start(); in startDvrPlayback()
312 EXPECT_TRUE(mDvrPlayback) << "Test with openDvr first."; in stopDvrPlayback()
314 status = mDvrPlayback->stop(); in stopDvrPlayback()
321 ASSERT_TRUE(mDvrPlayback); in closeDvrPlayback()
[all …]
DDvrTests.h188 sp<IDvr> mDvrPlayback; variable
/hardware/interfaces/tv/tuner/1.0/vts/functional/
DDvrTests.cpp219 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()
[all …]
DDvrTests.h187 sp<IDvr> mDvrPlayback; variable