Searched refs:stopping (Results 1 – 5 of 5) sorted by relevance
54 bool stopping = false; in Main()55 while (!stopping) in Main()79 stopping = true; in Main()
187 void updatePlaybackTimer(bool stopping, const char *where);192 void updateRebufferingTimer(bool stopping, bool exitingPlayback);
1624 void NuPlayer::updatePlaybackTimer(bool stopping, const char *where) { in updatePlaybackTimer() argument1628 stopping ? "stop" : "snap", mLastStartedPlayingTimeNs, where); in updatePlaybackTimer()1641 if (stopping) { in updatePlaybackTimer()1657 void NuPlayer::updateRebufferingTimer(bool stopping, bool exitingPlayback) { in updateRebufferingTimer() argument1661 stopping ? "stop" : "snap", mLastStartedRebufferingTimeNs, exitingPlayback); in updateRebufferingTimer()1677 if (stopping) { in updateRebufferingTimer()
148 # An activity been add into stopping list
788 ArrayList<ServiceRecord> stopping = null; in stopInBackgroundLocked() local796 if (stopping == null) { in stopInBackgroundLocked()797 stopping = new ArrayList<>(); in stopInBackgroundLocked()810 stopping.add(service); in stopInBackgroundLocked()821 if (stopping != null) { in stopInBackgroundLocked()822 for (int i=stopping.size()-1; i>=0; i--) { in stopInBackgroundLocked()823 ServiceRecord service = stopping.get(i); in stopInBackgroundLocked()