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:tstamp_mode
(Results
1 - 7
of
7
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_direct.h
101
snd_pcm_tstamp_t
tstamp_mode
;
member
H
A
D
pcm.c
1032
pcm->
tstamp_mode
= params->
tstamp_mode
;
in snd_pcm_sw_params()
2376
snd_output_printf(out, "
tstamp_mode
: %s\n", snd_pcm_tstamp_mode_name(pcm->
tstamp_mode
));
in snd_pcm_dump_sw_setup()
6342
params->
tstamp_mode
= pcm->
tstamp_mode
;
in snd_pcm_sw_params_current_no_lock()
6386
snd_output_printf(out, "
tstamp_mode
: %s\n", snd_pcm_tstamp_mode_name(params->
tstamp_mode
));
in snd_pcm_sw_params_dump()
6561
SNDMSG("invalid
tstamp_mode
value %d", val);
in snd_pcm_sw_params_set_tstamp_mode()
6564
params->
tstamp_mode
in snd_pcm_sw_params_set_tstamp_mode()
[all...]
H
A
D
pcm_direct.c
1167
COPY_SLAVE(
tstamp_mode
);
1378
* based on the
tstamp_mode
of each client
1566
COPY_SLAVE(
tstamp_mode
);
H
A
D
pcm_hw.c
530
if ((snd_pcm_tstamp_t) params->
tstamp_mode
== pcm->
tstamp_mode
&&
in snd_pcm_hw_sw_params()
H
A
D
pcm_local.h
214
snd_pcm_tstamp_t
tstamp_mode
; /* timestamp mode */
member
H
A
D
pcm_params.c
2336
params->
tstamp_mode
= SND_PCM_TSTAMP_NONE;
in snd_pcm_sw_params_default()
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asound.h
439
int
tstamp_mode
; /* timestamp mode */
member
Completed in 24 milliseconds