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_timer_params
(Results
1 - 8
of
8
) sorted by relevance
/third_party/alsa-lib/include/
H
A
D
timer.h
160
int
snd_timer_params
(snd_timer_t *handle, snd_timer_params_t *params);
218
#define snd_timer_params_alloca(ptr) __snd_alloca(ptr,
snd_timer_params
)
H
A
D
local.h
134
#define _snd_timer_params
snd_timer_params
/third_party/ltp/testcases/kernel/sound/
H
A
D
snd_timer01.c
43
struct
snd_timer_params
tp;
in ioctl_thread()
/third_party/alsa-lib/test/
H
A
D
timer.c
165
if ((err =
snd_timer_params
(handle, params)) < 0) {
in main()
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asound.h
948
struct
snd_timer_params
{
struct
974
#define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct
snd_timer_params
)
/third_party/alsa-lib/src/timer/
H
A
D
timer.c
778
int
snd_timer_params
(snd_timer_t *timer, snd_timer_params_t * params)
in snd_timer_params()
function
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_direct.c
1669
ret =
snd_timer_params
(dmix->timer, ¶ms);
H
A
D
pcm_hw.c
492
err =
snd_timer_params
(hw->period_timer, ¶ms);
in snd_pcm_hw_change_timer()
Completed in 13 milliseconds