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

  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 111 bool mEOSPending;
RTSPSource.cpp 61 mEOSPending(false),
334 mEOSPending = false;
461 if (mEOSPending) {
463 mEOSPending = false;
473 if (!mEOSPending) {
477 mEOSPending = true;

Completed in 556 milliseconds