Home
last modified time | relevance | path

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

/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamRecord.cpp399 setState(AAUDIO_STREAM_STATE_STOPPING); in requestStop_l()
426 case AAUDIO_STREAM_STATE_STOPPING: in updateStateMachine()
559 case AAUDIO_STREAM_STATE_STOPPING: in getFramesWritten()
DAudioStreamTrack.cpp375 setState(AAUDIO_STREAM_STATE_STOPPING); in requestStop_l()
419 case AAUDIO_STREAM_STATE_STOPPING: in updateStateMachine()
510 case AAUDIO_STREAM_STATE_STOPPING: in getFramesRead()
/frameworks/av/media/libaaudio/src/core/
DAudioGlobal.cpp125 AAUDIO_CASE_ENUM(AAUDIO_STREAM_STATE_STOPPING); in AudioGlobal_convertStreamStateToText()
DAudioStream.cpp157 case AAUDIO_STREAM_STATE_STOPPING: in systemStart()
220 case AAUDIO_STREAM_STATE_STOPPING: in systemPause()
294 case AAUDIO_STREAM_STATE_STOPPING: in safeStop_l()
/frameworks/av/services/oboeservice/
DAAudioServiceEndpointPlay.cpp90 if (state == AAUDIO_STREAM_STATE_STOPPING) { in callbackLoop()
DAAudioServiceStreamBase.cpp342 setState(AAUDIO_STREAM_STATE_STOPPING); in stop_l()
/frameworks/av/media/libaaudio/tests/
Dtest_various.cpp213 if (originalState == AAUDIO_STREAM_STATE_STOPPING) { in checkStateTransition()
217 inputState = AAUDIO_STREAM_STATE_STOPPING; in checkStateTransition()
260 transitionalState = AAUDIO_STREAM_STATE_STOPPING; in checkStateTransition()
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp462 setState(AAUDIO_STREAM_STATE_STOPPING); in requestStop_l()
588 if (getState() == AAUDIO_STREAM_STATE_STOPPING) { in onEventFromServer()
/frameworks/av/media/libaaudio/src/utility/
DAAudioUtilities.cpp401 case AAUDIO_STREAM_STATE_STOPPING: in AAudio_isFlushAllowed()
/frameworks/av/media/libaaudio/include/aaudio/
DAAudio.h249 AAUDIO_STREAM_STATE_STOPPING, enumerator