Home
last modified time | relevance | path

Searched refs:PLAYSTATE_STOPPING (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioTrack.java125 private static final int PLAYSTATE_STOPPING = 4; field in AudioTrack
1571 mPlayState = PLAYSTATE_STOPPING; in setOffloadEndOfStream()
2213 case PLAYSTATE_STOPPING: in getPlayState()
3026 mPlayState = PLAYSTATE_STOPPING; in startImpl()
3053 mPlayState = PLAYSTATE_STOPPING; in stop()
3082 if (mPlayState == PLAYSTATE_STOPPING) { in pause()
3668 while (mPlayState == PLAYSTATE_STOPPING || mPlayState == PLAYSTATE_PAUSED_STOPPING) { in blockUntilOffloadDrain()
4198 if (mPlayState == PLAYSTATE_STOPPING) { in handleMessage()