Home | History | Annotate | Download | only in dvr

Lines Matching refs:currentTimeMs

691             long channelId, long currentTimeMs, long newPriority,
705 .builder(inputId, channelId, currentTimeMs, currentTimeMs + 1)
752 long channelId, long currentTimeMs, long newPriority,
764 .builder(inputId, channelId, currentTimeMs, Long.MAX_VALUE)
919 long currentTimeMs) {
921 if (iter.next().getEndTimeMs() <= currentTimeMs) {