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_id_t
(Results
1 - 7
of
7
) sorted by relevance
/third_party/alsa-lib/include/
H
A
D
timer.h
47
typedef struct _snd_timer_id
snd_timer_id_t
;
typedef
145
int snd_timer_query_next_device(snd_timer_query_t *handle,
snd_timer_id_t
*tid);
168
/** allocate #
snd_timer_id_t
container on stack */
170
int snd_timer_id_malloc(
snd_timer_id_t
**ptr);
171
void snd_timer_id_free(
snd_timer_id_t
*obj);
172
void snd_timer_id_copy(
snd_timer_id_t
*dst, const
snd_timer_id_t
*src);
174
void snd_timer_id_set_class(
snd_timer_id_t
*id, int dev_class);
175
int snd_timer_id_get_class(
snd_timer_id_t
*id);
176
void snd_timer_id_set_sclass(
snd_timer_id_t
*i
[all...]
H
A
D
seq.h
537
const
snd_timer_id_t
*snd_seq_queue_timer_get_id(const snd_seq_queue_timer_t *info);
541
void snd_seq_queue_timer_set_id(snd_seq_queue_timer_t *info, const
snd_timer_id_t
*id);
/third_party/alsa-lib/src/timer/
H
A
D
timer_query.c
221
int snd_timer_query_next_device(snd_timer_query_t *timer,
snd_timer_id_t
*tid)
in snd_timer_query_next_device()
281
* \param tid pointer to #
snd_timer_id_t
structure
284
int snd_timer_ginfo_set_tid(snd_timer_ginfo_t *obj,
snd_timer_id_t
*tid)
in snd_timer_ginfo_set_tid()
286
obj->tid = *((
snd_timer_id_t
*)tid);
in snd_timer_ginfo_set_tid()
293
* \return pointer to
snd_timer_id_t
295
snd_timer_id_t
*snd_timer_ginfo_get_tid(snd_timer_ginfo_t *obj)
in snd_timer_ginfo_get_tid()
297
return (
snd_timer_id_t
*)&obj->tid;
in snd_timer_ginfo_get_tid()
435
* \brief get size of the
snd_timer_id_t
structure in bytes
436
* \return size of the
snd_timer_id_t
structure in bytes
440
return sizeof(
snd_timer_id_t
);
in snd_timer_id_sizeof()
[all...]
H
A
D
timer_local.h
54
int (*next_device)(snd_timer_query_t *timer,
snd_timer_id_t
*tid);
H
A
D
timer_query_hw.c
42
static int snd_timer_query_hw_next_device(snd_timer_query_t *handle,
snd_timer_id_t
* tid)
in snd_timer_query_hw_next_device()
/third_party/alsa-lib/test/
H
A
D
timer.c
83
snd_timer_id_t
*id;
in main()
/third_party/alsa-lib/src/seq/
H
A
D
seq.c
3984
const
snd_timer_id_t
*snd_seq_queue_timer_get_id(const snd_seq_queue_timer_t *info)
in snd_seq_queue_timer_get_id()
4023
void snd_seq_queue_timer_set_id(snd_seq_queue_timer_t *info, const
snd_timer_id_t
*id)
in snd_seq_queue_timer_set_id()
Completed in 10 milliseconds