Lines Matching refs:setState
221 setState(AAUDIO_STREAM_STATE_OPEN); in open()
329 setState(AAUDIO_STREAM_STATE_STARTING); in requestStart_l()
333 setState(originalState); in requestStart_l()
345 setState(AAUDIO_STREAM_STATE_PAUSING); in requestPause_l()
361 setState(AAUDIO_STREAM_STATE_FLUSHING); in requestFlush_l()
375 setState(AAUDIO_STREAM_STATE_STOPPING); in requestStop_l()
393 setState(AAUDIO_STREAM_STATE_STARTED); in updateStateMachine()
403 setState(AAUDIO_STREAM_STATE_PAUSED); in updateStateMachine()
415 setState(AAUDIO_STREAM_STATE_FLUSHED); in updateStateMachine()
421 setState(AAUDIO_STREAM_STATE_STOPPED); in updateStateMachine()
455 setState(AAUDIO_STREAM_STATE_DISCONNECTED); in write()