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_hwsync
(Results
1 - 11
of
11
) sorted by relevance
/third_party/alsa-lib/test/
H
A
D
pcm-multi-thread.c
80
err =
snd_pcm_hwsync
(pcm);
in peeper()
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_dsnoop.c
139
snd_pcm_hwsync
(dsnoop->spcm);
in snd_pcm_dsnoop_sync_ptr()
266
snd_pcm_hwsync
(dsnoop->spcm);
in snd_pcm_dsnoop_start()
H
A
D
pcm_generic.c
142
return
snd_pcm_hwsync
(generic->slave);
in snd_pcm_generic_hwsync()
H
A
D
pcm_dshare.c
207
snd_pcm_hwsync
(dshare->spcm);
in snd_pcm_dshare_sync_ptr()
317
snd_pcm_hwsync
(dshare->spcm);
in snd_pcm_dshare_start_timer()
H
A
D
pcm_dmix.c
432
snd_pcm_hwsync
(dmix->spcm);
in snd_pcm_dmix_sync_ptr()
543
snd_pcm_hwsync
(dmix->spcm);
in snd_pcm_dmix_start_timer()
H
A
D
pcm_multi.c
451
err =
snd_pcm_hwsync
(multi->slaves[i].pcm);
in snd_pcm_multi_hwsync()
H
A
D
pcm_rate.c
678
int err =
snd_pcm_hwsync
(rate->gen.slave);
in snd_pcm_rate_hwsync()
H
A
D
pcm_share.c
747
return
snd_pcm_hwsync
(slave->pcm);
in _snd_pcm_share_hwsync()
H
A
D
pcm.c
1107
int
snd_pcm_hwsync
(snd_pcm_t *pcm)
in snd_pcm_hwsync()
function
3045
* #
snd_pcm_hwsync
() functions to move private ring buffer pointers
/third_party/alsa-lib/aserver/
H
A
D
aserver.c
443
ctrl->result =
snd_pcm_hwsync
(pcm);
in pcm_shm_cmd()
/third_party/alsa-lib/include/
H
A
D
pcm.h
556
int
snd_pcm_hwsync
(snd_pcm_t *pcm);
Completed in 28 milliseconds