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.java112 private static final int PLAYSTATE_STOPPING = 4; field in AudioTrack
1382 mPlayState = PLAYSTATE_STOPPING; in setOffloadEndOfStream()
1972 case PLAYSTATE_STOPPING: in getPlayState()
2714 mPlayState = PLAYSTATE_STOPPING; in startImpl()
2741 mPlayState = PLAYSTATE_STOPPING; in stop()
2769 if (mPlayState == PLAYSTATE_STOPPING) { in pause()
3352 while (mPlayState == PLAYSTATE_STOPPING || mPlayState == PLAYSTATE_PAUSED_STOPPING) { in blockUntilOffloadDrain()
3862 if (mPlayState == PLAYSTATE_STOPPING) { in handleMessage()