Home
last modified time | relevance | path

Searched refs:STATE_RESET_IN_PROGRESS (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.cpp169 case STATE_RESET_IN_PROGRESS: in setVideoSurfaceTexture()
469 case STATE_RESET_IN_PROGRESS: in reset()
495 mState = STATE_RESET_IN_PROGRESS; in reset()
498 while (mState == STATE_RESET_IN_PROGRESS) { in reset()
617 CHECK_EQ(mState, STATE_RESET_IN_PROGRESS); in notifyResetComplete()
732 if (mState != STATE_RESET_IN_PROGRESS) { in notifyListener_l()
791 CHECK(mState == STATE_RESET_IN_PROGRESS || mState == STATE_IDLE); in notifyPrepareCompleted()
DNuPlayerDriver.h94 STATE_RESET_IN_PROGRESS, enumerator