HomeSort by relevance Sort by last modified time
    Searched defs:finishedCount (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayer2/nuplayer2/
RTSPSource2.cpp 329 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount;
330 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0;
360 ++finishedCount;
381 *finished = (finishedCount > 0);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 331 size_t preparedCount, underflowCount, overflowCount, startCount, finishedCount;
332 preparedCount = underflowCount = overflowCount = startCount = finishedCount = 0;
362 ++finishedCount;
383 *finished = (finishedCount > 0);

Completed in 84 milliseconds