Searched refs:PLAYSTATE_PAUSED_STOPPING (Results 1 – 1 of 1) sorted by relevance
119 private static final int PLAYSTATE_PAUSED_STOPPING = 5; field in AudioTrack1974 case PLAYSTATE_PAUSED_STOPPING: in getPlayState()2713 if (mPlayState == PLAYSTATE_PAUSED_STOPPING) { in startImpl()2740 if (mOffloaded && mPlayState != PLAYSTATE_PAUSED_STOPPING) { in stop()2770 mPlayState = PLAYSTATE_PAUSED_STOPPING; in pause()3352 while (mPlayState == PLAYSTATE_STOPPING || mPlayState == PLAYSTATE_PAUSED_STOPPING) { in blockUntilOffloadDrain()