Home
last modified time | relevance | path

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

/hardware/interfaces/tv/tuner/aidl/vts/functional/
DVtsHalTvTunerTargetTest.cpp950 if (!filterConf.timeDelayInMs && !filterConf.dataDelayInBytes) { in testDelayHint()
978 int timeDelayInMs = filterConf.timeDelayInMs; in testDelayHint() local
979 if (timeDelayInMs > 0) { in testDelayHint()
982 delayHint.hintValue = timeDelayInMs; in testDelayHint()
1031 bool delayHintTest = duration >= std::chrono::milliseconds(timeDelayInMs); in testDelayHint()
1034 if (timeDelayInMs > 0 && dataDelayInBytes > 0) { in testDelayHint()
/hardware/interfaces/tv/tuner/config/
DTunerTestingConfigAidlReaderV1_0.h128 int timeDelayInMs = 0; member
396 filterMap[id].timeDelayInMs = filterConfig.getTimeDelayInMs(); in readFilterConfig1_0()