Lines Matching refs:AudioSystem
494 AudioSystem::releaseOutput(mThreadIoHandle, mStreamType, (audio_session_t)mSessionId); in destroy()
654 status_t AudioFlinger::PlaybackThread::Track::start(AudioSystem::sync_event_t event __unused, in start()
698 triggerEvents(AudioSystem::SYNC_EVENT_PRESENTATION_COMPLETE); in start()
984 AudioSystem::unregisterEffect(effect->id()); in attachAuxEffect()
985 AudioSystem::registerEffect(&effect->desc(), in attachAuxEffect()
990 AudioSystem::setEffectEnabled(effect->id(), effect->isEnabled()); in attachAuxEffect()
1022 triggerEvents(AudioSystem::SYNC_EVENT_PRESENTATION_COMPLETE); in presentationComplete()
1029 void AudioFlinger::PlaybackThread::Track::triggerEvents(AudioSystem::sync_event_t type) in triggerEvents()
1691 status_t AudioFlinger::PlaybackThread::OutputTrack::start(AudioSystem::sync_event_t event, in start()
1958 return mRecordTrack->start((AudioSystem::sync_event_t)event, triggerSession); in start()
2052 status_t AudioFlinger::RecordThread::RecordTrack::start(AudioSystem::sync_event_t event, in start()
2070 AudioSystem::stopInput(mThreadIoHandle, (audio_session_t)mSessionId); in stop()
2082 AudioSystem::stopInput(mThreadIoHandle, (audio_session_t)mSessionId); in destroy()
2084 AudioSystem::releaseInput(mThreadIoHandle, (audio_session_t)mSessionId); in destroy()