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.cpp367 setState(AAUDIO_STREAM_STATE_STOPPING); in requestStop_l()
393 case AAUDIO_STREAM_STATE_STOPPING: in processCommands()
526 case AAUDIO_STREAM_STATE_STOPPING: in getFramesWritten()
DAudioStreamTrack.cpp390 setState(AAUDIO_STREAM_STATE_STOPPING); in requestStop_l()
432 case AAUDIO_STREAM_STATE_STOPPING: in processCommands()
523 case AAUDIO_STREAM_STATE_STOPPING: in getFramesRead()
/frameworks/av/media/libaaudio/src/core/
DAudioGlobal.cpp126 AAUDIO_CASE_ENUM(AAUDIO_STREAM_STATE_STOPPING); in AudioGlobal_convertStreamStateToText()
DAudioStream.cpp175 case AAUDIO_STREAM_STATE_STOPPING: in systemStart()
247 case AAUDIO_STREAM_STATE_STOPPING: in systemPause()
324 case AAUDIO_STREAM_STATE_STOPPING: in safeStop_l()
/frameworks/av/services/oboeservice/
DAAudioServiceEndpointPlay.cpp91 if (state == AAUDIO_STREAM_STATE_STOPPING || in callbackLoop()
DAAudioServiceStreamBase.cpp354 setState(AAUDIO_STREAM_STATE_STOPPING); in stop_l()
/frameworks/av/media/libaaudio/tests/
Dtest_various.cpp215 if (originalState == AAUDIO_STREAM_STATE_STOPPING) { in checkStateTransition()
219 inputState = AAUDIO_STREAM_STATE_STOPPING; in checkStateTransition()
262 transitionalState = AAUDIO_STREAM_STATE_STOPPING; in checkStateTransition()
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp583 setState(AAUDIO_STREAM_STATE_STOPPING); in requestStop_l()
716 if (getState() == AAUDIO_STREAM_STATE_STOPPING) { in onEventFromServer()
/frameworks/av/media/libaaudio/src/utility/
DAAudioUtilities.cpp650 case AAUDIO_STREAM_STATE_STOPPING: in AAudio_isFlushAllowed()
/frameworks/av/media/libaaudio/include/aaudio/
DAAudio.h283 AAUDIO_STREAM_STATE_STOPPING, enumerator