Searched refs:getStopTimeNs (Results 1 – 2 of 2) sorted by relevance
347 mRestartStreams.emplace(stream->getStopTimeNs(), stream); in addToRestartQueue_l()381 const int64_t diffNs = stream->getStopTimeNs() - nowNs; in run()394 if (nextStream->getStopTimeNs() > 0) { in run()
112 int64_t getStopTimeNs() const NO_THREAD_SAFETY_ANALYSIS { return mStopTimeNs; } in getStopTimeNs() function