Searched refs:PLAYSTATE_PAUSED_STOPPING (Results 1 – 1 of 1) sorted by relevance
132 private static final int PLAYSTATE_PAUSED_STOPPING = 5; field in AudioTrack2215 case PLAYSTATE_PAUSED_STOPPING: in getPlayState()3025 if (mPlayState == PLAYSTATE_PAUSED_STOPPING) { in startImpl()3052 if (mOffloaded && mPlayState != PLAYSTATE_PAUSED_STOPPING) { in stop()3083 mPlayState = PLAYSTATE_PAUSED_STOPPING; in pause()3668 while (mPlayState == PLAYSTATE_STOPPING || mPlayState == PLAYSTATE_PAUSED_STOPPING) { in blockUntilOffloadDrain()