Searched refs:PLAYSTATE_PAUSED_STOPPING (Results 1 – 1 of 1) sorted by relevance
117 private static final int PLAYSTATE_PAUSED_STOPPING = 5; field in AudioTrack1581 case PLAYSTATE_PAUSED_STOPPING: in getPlayState()2320 if (mPlayState == PLAYSTATE_PAUSED_STOPPING) { in startImpl()2347 if (mOffloaded && mPlayState != PLAYSTATE_PAUSED_STOPPING) { in stop()2377 mPlayState = PLAYSTATE_PAUSED_STOPPING; in pause()2959 while (mPlayState == PLAYSTATE_STOPPING || mPlayState == PLAYSTATE_PAUSED_STOPPING) { in blockUntilOffloadDrain()