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:bag_t
(Results
1 - 3
of
3
) sorted by relevance
/third_party/alsa-lib/src/mixer/
H
A
D
mixer_local.h
30
typedef struct list_head
bag_t
;
typedef
32
int bag_new(
bag_t
**bag);
33
void bag_free(
bag_t
*bag);
34
int bag_add(
bag_t
*bag, void *ptr);
35
int bag_del(
bag_t
*bag, void *ptr);
36
int bag_empty(
bag_t
*bag);
37
void bag_del_all(
bag_t
*bag);
62
bag_t
helems;
H
A
D
bag.c
24
int bag_new(
bag_t
**bag)
in bag_new()
26
bag_t
*b = malloc(sizeof(*b));
in bag_new()
34
void bag_free(
bag_t
*bag)
in bag_free()
40
int bag_empty(
bag_t
*bag)
in bag_empty()
45
int bag_add(
bag_t
*bag, void *ptr)
in bag_add()
55
int bag_del(
bag_t
*bag, void *ptr)
in bag_del()
69
void bag_del_all(
bag_t
*bag)
in bag_del_all()
H
A
D
mixer.c
99
bag_t
*bag = snd_hctl_elem_get_callback_private(helem);
in snd_mixer_elem_attach()
122
bag_t
*bag = snd_hctl_elem_get_callback_private(helem);
in snd_mixer_elem_detach()
146
bag_t
*bag = snd_hctl_elem_get_callback_private(helem);
in hctl_elem_event_handler()
186
bag_t
*bag;
in hctl_event_handler()
Completed in 2 milliseconds