Searched refs:PLAYSTATE_STOPPING (Results 1 – 1 of 1) sorted by relevance
110 private static final int PLAYSTATE_STOPPING = 4; field in AudioTrack1123 mPlayState = PLAYSTATE_STOPPING; in setOffloadEndOfStream()1572 case PLAYSTATE_STOPPING: in getPlayState()2314 mPlayState = PLAYSTATE_STOPPING; in startImpl()2341 mPlayState = PLAYSTATE_STOPPING; in stop()2369 if (mPlayState == PLAYSTATE_STOPPING) { in pause()2952 while (mPlayState == PLAYSTATE_STOPPING || mPlayState == PLAYSTATE_PAUSED_STOPPING) { in blockUntilOffloadDrain()3401 if (mPlayState == PLAYSTATE_STOPPING) { in handleMessage()