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_ginfo_t
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-lib/include/
H
A
D
timer.h
49
typedef struct _snd_timer_ginfo
snd_timer_ginfo_t
;
typedef
146
int snd_timer_query_info(snd_timer_query_t *handle,
snd_timer_ginfo_t
*info);
186
/** allocate #
snd_timer_ginfo_t
container on stack */
188
int snd_timer_ginfo_malloc(
snd_timer_ginfo_t
**ptr);
189
void snd_timer_ginfo_free(
snd_timer_ginfo_t
*obj);
190
void snd_timer_ginfo_copy(
snd_timer_ginfo_t
*dst, const
snd_timer_ginfo_t
*src);
192
int snd_timer_ginfo_set_tid(
snd_timer_ginfo_t
*obj, snd_timer_id_t *tid);
193
snd_timer_id_t *snd_timer_ginfo_get_tid(
snd_timer_ginfo_t
*obj);
194
unsigned int snd_timer_ginfo_get_flags(
snd_timer_ginfo_t
*ob
[all...]
/third_party/alsa-lib/src/timer/
H
A
D
timer_query.c
229
* \brief get size of the
snd_timer_ginfo_t
structure in bytes
230
* \return size of the
snd_timer_ginfo_t
structure in bytes
234
return sizeof(
snd_timer_ginfo_t
);
in snd_timer_ginfo_sizeof()
238
* \brief allocate a new
snd_timer_ginfo_t
structure
245
int snd_timer_ginfo_malloc(
snd_timer_ginfo_t
**info)
in snd_timer_ginfo_malloc()
248
*info = calloc(1, sizeof(
snd_timer_ginfo_t
));
in snd_timer_ginfo_malloc()
255
* \brief frees the
snd_timer_ginfo_t
structure
256
* \param info pointer to the
snd_timer_ginfo_t
structure to free
261
void snd_timer_ginfo_free(
snd_timer_ginfo_t
*info)
in snd_timer_ginfo_free()
272
void snd_timer_ginfo_copy(
snd_timer_ginfo_t
*ds
[all...]
H
A
D
timer_local.h
55
int (*info)(snd_timer_query_t *timer,
snd_timer_ginfo_t
*info);
82
int INTERNAL(snd_timer_query_info)(snd_timer_query_t *timer,
snd_timer_ginfo_t
*info);
H
A
D
timer_query_hw.c
51
static int snd_timer_query_hw_info(snd_timer_query_t *handle,
snd_timer_ginfo_t
*info)
in snd_timer_query_hw_info()
Completed in 4 milliseconds