Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h1327 STATE_PAUSED_STOPPING, enumerator
1338 case STATE_PAUSED_STOPPING: return "STATE_PAUSED_STOPPING"; in stateToString()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp779 if (previousState == STATE_PAUSED_STOPPING) { in start()
1066 mState = STATE_PAUSED_STOPPING; in pause()
1604 if (isOffloaded_l() && ((mState == STATE_PAUSED) || (mState == STATE_PAUSED_STOPPING))) { in getPosition()
3170 case STATE_PAUSED_STOPPING: in getTimestamp_l()
3307 if (isOffloaded_l() && (mState == STATE_PAUSED || mState == STATE_PAUSED_STOPPING)) { in getTimestamp_l()
3740 case STATE_PAUSED_STOPPING: in hasStarted()