HomeSort by relevance Sort by last modified time
    Searched refs:mEOSPending (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libmediaplayer2/nuplayer2/
RTSPSource2.h 108 bool mEOSPending;
RTSPSource2.cpp 59 mEOSPending(false),
318 mEOSPending = false;
454 if (mEOSPending) {
456 mEOSPending = false;
466 if (!mEOSPending) {
470 mEOSPending = true;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 110 bool mEOSPending;
RTSPSource.cpp 61 mEOSPending(false),
320 mEOSPending = false;
456 if (mEOSPending) {
458 mEOSPending = false;
468 if (!mEOSPending) {
472 mEOSPending = true;

Completed in 80 milliseconds