Searched refs:stopping (Results 1 – 5 of 5) sorted by relevance
186 void updatePlaybackTimer(bool stopping, const char *where);191 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()
34 # An activity been add into stopping list
55 # An activity been add into stopping list
851 ArrayList<ServiceRecord> stopping = null; in stopInBackgroundLocked() local859 if (stopping == null) { in stopInBackgroundLocked()860 stopping = new ArrayList<>(); in stopInBackgroundLocked()873 stopping.add(service); in stopInBackgroundLocked()884 if (stopping != null) { in stopInBackgroundLocked()885 for (int i=stopping.size()-1; i>=0; i--) { in stopInBackgroundLocked()886 ServiceRecord service = stopping.get(i); in stopInBackgroundLocked()