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:roundtriplatency
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-utils/bat/
H
A
D
alsa.c
156
if (bat->
roundtriplatency
&& bat->buffer_size == 0) {
in set_snd_pcm_params()
321
if (bat->
roundtriplatency
)
in write_to_pcm()
490
if (bat->
roundtriplatency
)
in playback_alsa()
526
if (bat->
roundtriplatency
)
in read_from_pcm()
708
if (bat->
roundtriplatency
)
in record_alsa()
H
A
D
bat.c
338
" --
roundtriplatency
round trip latency mode\n"
in usage()
371
bat->
roundtriplatency
= false;
in set_defaults()
399
{"
roundtriplatency
", 0, 0, OPT_ROUNDTRIPLATENCY},
in parse_arguments()
430
bat->
roundtriplatency
= true;
in parse_arguments()
678
if (bat.
roundtriplatency
) {
in main()
H
A
D
common.h
235
bool
roundtriplatency
; /* enable round trip latency */
member
H
A
D
tinyalsa.c
361
if (bat->
roundtriplatency
)
in playback_tinyalsa()
533
if (bat->
roundtriplatency
)
in record_tinyalsa()
Completed in 4 milliseconds