Home
last modified time | relevance | path

Searched refs:SND_PCM_STATE_RUNNING (Results 1 - 16 of 16) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_share.c153 case SND_PCM_STATE_RUNNING: in _snd_pcm_share_slave_forward()
166 if (share->state != SND_PCM_STATE_RUNNING) in _snd_pcm_share_slave_forward()
211 case SND_PCM_STATE_RUNNING: in _snd_pcm_share_missing()
267 case SND_PCM_STATE_RUNNING: in _snd_pcm_share_missing()
707 if (share->state != SND_PCM_STATE_RUNNING && in snd_pcm_share_status()
713 if (share->state != SND_PCM_STATE_RUNNING) in snd_pcm_share_status()
768 case SND_PCM_STATE_RUNNING: in _snd_pcm_share_delay()
797 if (share->state == SND_PCM_STATE_RUNNING) { in snd_pcm_share_avail_update()
835 share->state == SND_PCM_STATE_RUNNING) { in _snd_pcm_share_mmap_commit()
849 if (share->state == SND_PCM_STATE_RUNNING) { in _snd_pcm_share_mmap_commit()
[all...]
H A Dpcm_null.c142 null->state = SND_PCM_STATE_RUNNING; in snd_pcm_null_start()
170 if (null->state != SND_PCM_STATE_RUNNING) in snd_pcm_null_pause()
176 null->state = SND_PCM_STATE_RUNNING; in snd_pcm_null_pause()
196 case SND_PCM_STATE_RUNNING: in snd_pcm_null_rewind()
211 case SND_PCM_STATE_RUNNING: in snd_pcm_null_forward()
H A Dpcm_dsnoop.c186 status->state = state == SND_PCM_STATE_RUNNING ? dsnoop->state : state; in snd_pcm_dsnoop_status()
272 dsnoop->state = SND_PCM_STATE_RUNNING; in snd_pcm_dsnoop_start()
299 while (dsnoop->state == SND_PCM_STATE_RUNNING) { in __snd_pcm_dsnoop_drain()
401 if (dsnoop->state == SND_PCM_STATE_RUNNING) { in snd_pcm_dsnoop_mmap_commit()
418 if (dsnoop->state == SND_PCM_STATE_RUNNING) { in snd_pcm_dsnoop_avail_update()
438 if (dsnoop->state == SND_PCM_STATE_RUNNING || in snd_pcm_dsnoop_htimestamp()
H A Dpcm_dshare.c173 if (dshare->state != SND_PCM_STATE_RUNNING && in snd_pcm_dshare_sync_ptr0()
189 if (dshare->state == SND_PCM_STATE_RUNNING) { in snd_pcm_dshare_sync_ptr0()
322 dshare->state = SND_PCM_STATE_RUNNING; in snd_pcm_dshare_start_timer()
519 } else if (dshare->state == SND_PCM_STATE_RUNNING || in snd_pcm_dshare_mmap_commit()
524 if (dshare->state == SND_PCM_STATE_RUNNING || in snd_pcm_dshare_mmap_commit()
541 if (dshare->state == SND_PCM_STATE_RUNNING || in snd_pcm_dshare_avail_update()
561 if (dshare->state == SND_PCM_STATE_RUNNING || in snd_pcm_dshare_htimestamp()
H A Dpcm_dmix.c400 if (dmix->state != SND_PCM_STATE_RUNNING && in snd_pcm_dmix_sync_ptr0()
414 if (dmix->state == SND_PCM_STATE_RUNNING) { in snd_pcm_dmix_sync_ptr0()
548 dmix->state = SND_PCM_STATE_RUNNING; in snd_pcm_dmix_start_timer()
679 if (dmix->state == SND_PCM_STATE_RUNNING || in snd_pcm_dmix_rewind()
819 } else if (dmix->state == SND_PCM_STATE_RUNNING || in snd_pcm_dmix_mmap_commit()
824 if (dmix->state == SND_PCM_STATE_RUNNING || in snd_pcm_dmix_mmap_commit()
841 if (dmix->state == SND_PCM_STATE_RUNNING || in snd_pcm_dmix_avail_update()
861 if (dmix->state == SND_PCM_STATE_RUNNING || in snd_pcm_dmix_htimestamp()
877 if (dmix->state == SND_PCM_STATE_RUNNING) in snd_pcm_dmix_poll_revents()
H A Dpcm_ioplug.c494 io->data->state = SND_PCM_STATE_RUNNING; in snd_pcm_ioplug_start()
555 case SND_PCM_STATE_RUNNING: in snd_pcm_ioplug_drain()
583 SND_PCM_STATE_RUNNING, SND_PCM_STATE_PAUSED in snd_pcm_ioplug_pause()
H A Dpcm_rate.c1191 return SND_PCM_STATE_RUNNING; in snd_pcm_rate_state()
1232 status->state = SND_PCM_STATE_RUNNING; in snd_pcm_rate_status()
H A Dpcm_meter.c206 if (status.state != SND_PCM_STATE_RUNNING && in snd_pcm_meter_thread()
H A Dpcm.c170 \par SND_PCM_STATE_RUNNING
464 the #SND_PCM_STATE_RUNNING after a successful finish.
478 #SND_PCM_STATE_PAUSED or #SND_PCM_STATE_RUNNING.
483 #SND_PCM_STATE_RUNNING. They depend on the start threshold
489 #SND_PCM_STATE_RUNNING. They depend on the start threshold
1557 * \retval -EBADFD PCM is not in the right state (#SND_PCM_STATE_PREPARED or #SND_PCM_STATE_RUNNING)
1596 * \retval -EBADFD PCM is not in the right state (#SND_PCM_STATE_PREPARED or #SND_PCM_STATE_RUNNING)
1635 * \retval -EBADFD PCM is not in the right state (#SND_PCM_STATE_PREPARED or #SND_PCM_STATE_RUNNING)
1674 * \retval -EBADFD PCM is not in the right state (#SND_PCM_STATE_PREPARED or #SND_PCM_STATE_RUNNING)
7613 case SND_PCM_STATE_RUNNING in snd_pcm_read_areas()
[all...]
H A Dpcm_local.h602 __snd_pcm_state(pcm) != SND_PCM_STATE_RUNNING) in snd_pcm_mmap_areas()
/third_party/alsa-utils/axfer/
H A Dxfer-libasound-irq-rw.c117 if (status == SND_PCM_STATE_RUNNING) { in r_process_frames_blocking()
165 if (status != SND_PCM_STATE_RUNNING) { in r_process_frames_nonblocking()
261 if (status == SND_PCM_STATE_RUNNING) { in w_process_frames_blocking()
419 if (status != SND_PCM_STATE_RUNNING && status != SND_PCM_STATE_PREPARED) in irq_rw_process_frames()
H A Dxfer-libasound-irq-mmap.c217 if (s != SND_PCM_STATE_RUNNING) { in irq_mmap_r_process_frames()
260 if (s != SND_PCM_STATE_RUNNING) { in irq_mmap_w_process_frames()
H A Dxfer-libasound-timer-mmap.c266 if (s == SND_PCM_STATE_RUNNING) { in timer_mmap_r_process_frames()
391 if (s == SND_PCM_STATE_RUNNING) { in timer_mmap_w_process_frames()
H A Dxfer-libasound.c802 if (s != SND_PCM_STATE_RUNNING) in xfer_libasound_pause()
/third_party/alsa-lib/test/
H A Dpcm.c359 if (snd_pcm_state(handle) == SND_PCM_STATE_RUNNING) in write_and_poll_loop()
/third_party/alsa-lib/include/
H A Dpcm.h307 SND_PCM_STATE_RUNNING, enumerator

Completed in 31 milliseconds