Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:snd_pcm_stream
(Results
1 - 5
of
5
) sorted by relevance
/third_party/alsa-utils/axfer/
H
A
D
xfer-libasound.c
369
if (
snd_pcm_stream
(state->handle) == SND_PCM_STREAM_PLAYBACK)
in xfer_libasound_wait_event()
693
if (
snd_pcm_stream
(state->handle) == SND_PCM_STREAM_CAPTURE)
in xfer_libasound_pre_process()
703
if (
snd_pcm_stream
(state->handle) == SND_PCM_STREAM_CAPTURE)
in xfer_libasound_pre_process()
831
if (
snd_pcm_stream
(state->handle) == SND_PCM_STREAM_CAPTURE ||
in xfer_libasound_post_process()
H
A
D
xfer-libasound-irq-rw.c
46
if (
snd_pcm_stream
(state->handle) == SND_PCM_STREAM_CAPTURE)
in wait_for_avail()
394
if (
snd_pcm_stream
(state->handle) == SND_PCM_STREAM_CAPTURE) {
in irq_rw_pre_process()
/third_party/ffmpeg/libavdevice/
H
A
D
alsa.c
312
if (
snd_pcm_stream
(s->h) == SND_PCM_STREAM_PLAYBACK) {
in ff_alsa_close()
/third_party/alsa-lib/src/pcm/
H
A
D
pcm.c
762
snd_pcm_stream_t
snd_pcm_stream
(snd_pcm_t *pcm)
in snd_pcm_stream()
function
2948
if (
snd_pcm_stream
(pcm) == SND_PCM_STREAM_CAPTURE)
in __snd_pcm_wait_drain_timeout()
8745
if (
snd_pcm_stream
(pcm) == SND_PCM_STREAM_PLAYBACK)
in snd_pcm_recover()
8795
const char *s = snd_pcm_stream_name(
snd_pcm_stream
(pcm));
in snd_pcm_set_params()
/third_party/alsa-lib/include/
H
A
D
pcm.h
533
snd_pcm_stream_t
snd_pcm_stream
(snd_pcm_t *pcm);
Completed in 16 milliseconds