Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DAudioTrack.java125 private static final int PLAYSTATE_STOPPING = 4; field in AudioTrack
1570 mPlayState = PLAYSTATE_STOPPING; in setOffloadEndOfStream()
2212 case PLAYSTATE_STOPPING: in getPlayState()
3025 mPlayState = PLAYSTATE_STOPPING; in startImpl()
3052 mPlayState = PLAYSTATE_STOPPING; in stop()
3081 if (mPlayState == PLAYSTATE_STOPPING) { in pause()
3667 while (mPlayState == PLAYSTATE_STOPPING || mPlayState == PLAYSTATE_PAUSED_STOPPING) { in blockUntilOffloadDrain()
4197 if (mPlayState == PLAYSTATE_STOPPING) { in handleMessage()