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.h1082 STATE_PAUSED_STOPPING, enumerator
1093 case STATE_PAUSED_STOPPING: return "STATE_PAUSED_STOPPING"; in stateToString()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp639 if (previousState == STATE_PAUSED_STOPPING) { in start()
843 mState = STATE_PAUSED_STOPPING; in pause()
1223 if (isOffloaded_l() && ((mState == STATE_PAUSED) || (mState == STATE_PAUSED_STOPPING))) { in getPosition()
2562 case STATE_PAUSED_STOPPING: in getTimestamp_l()
2695 if (isOffloaded_l() && (mState == STATE_PAUSED || mState == STATE_PAUSED_STOPPING)) { in getTimestamp_l()
3083 case STATE_PAUSED_STOPPING: in hasStarted()