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_info_t
(Results
1 - 5
of
5
) sorted by relevance
/third_party/alsa-lib/include/
H
A
D
timer.h
55
typedef struct _snd_timer_info
snd_timer_info_t
;
typedef
159
int snd_timer_info(snd_timer_t *handle,
snd_timer_info_t
*timer);
204
/** allocate #
snd_timer_info_t
container on stack */
206
int snd_timer_info_malloc(
snd_timer_info_t
**ptr);
207
void snd_timer_info_free(
snd_timer_info_t
*obj);
208
void snd_timer_info_copy(
snd_timer_info_t
*dst, const
snd_timer_info_t
*src);
210
int snd_timer_info_is_slave(
snd_timer_info_t
* info);
211
int snd_timer_info_get_card(
snd_timer_info_t
* info);
212
const char *snd_timer_info_get_id(
snd_timer_info_t
* inf
[all...]
/third_party/alsa-lib/src/timer/
H
A
D
timer.c
440
* \brief get size of the
snd_timer_info_t
structure in bytes
441
* \return size of the
snd_timer_info_t
structure in bytes
445
return sizeof(
snd_timer_info_t
);
in snd_timer_info_sizeof()
449
* \brief allocate a new
snd_timer_info_t
structure
453
* Allocates a new
snd_timer_info_t
structure using the standard
456
int snd_timer_info_malloc(
snd_timer_info_t
**info)
in snd_timer_info_malloc()
459
*info = calloc(1, sizeof(
snd_timer_info_t
));
in snd_timer_info_malloc()
466
* \brief frees the
snd_timer_info_t
structure
467
* \param info pointer to the
snd_timer_info_t
structure to free
469
* Frees the given
snd_timer_info_t
structur
[all...]
H
A
D
timer_local.h
31
int (*info)(snd_timer_t *timer,
snd_timer_info_t
*info);
H
A
D
timer_hw.c
101
static int snd_timer_hw_info(snd_timer_t *handle,
snd_timer_info_t
* info)
in snd_timer_hw_info()
/third_party/alsa-lib/test/
H
A
D
timer.c
84
snd_timer_info_t
*info;
in main()
Completed in 4 milliseconds