Searched refs:PLAYSTATE_PAUSED_STOPPING (Results 1 – 1 of 1) sorted by relevance
132 private static final int PLAYSTATE_PAUSED_STOPPING = 5; field in AudioTrack2214 case PLAYSTATE_PAUSED_STOPPING: in getPlayState()3024 if (mPlayState == PLAYSTATE_PAUSED_STOPPING) { in startImpl()3051 if (mOffloaded && mPlayState != PLAYSTATE_PAUSED_STOPPING) { in stop()3082 mPlayState = PLAYSTATE_PAUSED_STOPPING; in pause()3667 while (mPlayState == PLAYSTATE_STOPPING || mPlayState == PLAYSTATE_PAUSED_STOPPING) { in blockUntilOffloadDrain()