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_drop
(Results
1 - 15
of
15
) sorted by relevance
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H
A
D
audio.c
275
snd_pcm_drop
(vhd->pcm_playback);
in callback_audio()
280
snd_pcm_drop
(vhd->pcm_capture);
in callback_audio()
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_generic.c
160
return
snd_pcm_drop
(generic->slave);
in snd_pcm_generic_drop()
H
A
D
pcm_multi.c
560
return
snd_pcm_drop
(multi->slaves[0].linked);
in snd_pcm_multi_drop()
564
err =
snd_pcm_drop
(multi->slaves[i].pcm);
in snd_pcm_multi_drop()
H
A
D
pcm_file.c
527
int err =
snd_pcm_drop
(file->gen.slave);
in snd_pcm_file_drop()
H
A
D
pcm_direct.c
617
snd_pcm_drop
(direct->spcm);
H
A
D
pcm_share.c
1163
int err =
snd_pcm_drop
(slave->pcm);
in _snd_pcm_share_stop()
H
A
D
pcm.c
172
be stopped using the #
snd_pcm_drop
() or
182
#
snd_pcm_drop
() or #snd_pcm_drain() calls.
203
#
snd_pcm_drop
(), #snd_pcm_drain() can be used
466
\par
snd_pcm_drop
467
The #
snd_pcm_drop
() function enters the
781
snd_pcm_drop
(pcm);
in snd_pcm_close()
1321
int
snd_pcm_drop
(snd_pcm_t *pcm)
in snd_pcm_drop()
function
1353
* For stopping the PCM stream immediately, use \link ::
snd_pcm_drop
() \endlink
/third_party/alsa-lib/test/
H
A
D
latency.c
845
snd_pcm_drop
(chandle);
in main()
/third_party/alsa-utils/axfer/
H
A
D
xfer-libasound.c
833
err =
snd_pcm_drop
(state->handle);
in xfer_libasound_post_process()
835
logging(state, "
snd_pcm_drop
(): %s\n",
in xfer_libasound_post_process()
/third_party/alsa-utils/alsaloop/
H
A
D
pcmjob.c
919
if ((err =
snd_pcm_drop
(capt->handle)) < 0)
in xrun_sync()
1710
if ((err =
snd_pcm_drop
(loop->capt->handle)) < 0)
in pcmjob_stop()
1712
if ((err =
snd_pcm_drop
(loop->play->handle)) < 0)
in pcmjob_stop()
/third_party/alsa-lib/aserver/
H
A
D
aserver.c
464
ctrl->result =
snd_pcm_drop
(pcm);
in pcm_shm_cmd()
/third_party/alsa-lib/include/
H
A
D
pcm.h
552
int
snd_pcm_drop
(snd_pcm_t *pcm);
/third_party/pulseaudio/src/modules/alsa/
H
A
D
alsa-util.c
1129
snd_pcm_drop
(pcm);
in pa_alsa_recover_from_poll()
H
A
D
alsa-sink.c
2898
snd_pcm_drop
(u->pcm_handle);
in userdata_free()
H
A
D
alsa-source.c
2521
snd_pcm_drop
(u->pcm_handle);
in userdata_free()
Completed in 39 milliseconds