Searched refs:PLAYSTATE_PAUSED_STOPPING (Results 1 – 1 of 1) sorted by relevance
117 private static final int PLAYSTATE_PAUSED_STOPPING = 5; field in AudioTrack1574 case PLAYSTATE_PAUSED_STOPPING: in getPlayState()2313 if (mPlayState == PLAYSTATE_PAUSED_STOPPING) { in startImpl()2340 if (mOffloaded && mPlayState != PLAYSTATE_PAUSED_STOPPING) { in stop()2370 mPlayState = PLAYSTATE_PAUSED_STOPPING; in pause()2952 while (mPlayState == PLAYSTATE_STOPPING || mPlayState == PLAYSTATE_PAUSED_STOPPING) { in blockUntilOffloadDrain()