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:pa_aupdate
(Results
1 - 4
of
4
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
aupdate.h
23
typedef struct
pa_aupdate
pa_aupdate
;
typedef
25
pa_aupdate
*pa_aupdate_new(void);
26
void pa_aupdate_free(
pa_aupdate
*a);
30
unsigned pa_aupdate_read_begin(
pa_aupdate
*a);
31
void pa_aupdate_read_end(
pa_aupdate
*a);
35
unsigned pa_aupdate_write_begin(
pa_aupdate
*a);
36
void pa_aupdate_write_end(
pa_aupdate
*a);
43
unsigned pa_aupdate_write_swap(
pa_aupdate
*a);
68
* static
pa_aupdate
*
[all...]
H
A
D
aupdate.c
36
struct
pa_aupdate
{
struct
43
pa_aupdate
*pa_aupdate_new(void) {
in pa_aupdate_new()
44
pa_aupdate
*a;
in pa_aupdate_new()
46
a = pa_xnew(
pa_aupdate
, 1);
in pa_aupdate_new()
54
void pa_aupdate_free(
pa_aupdate
*a) {
in pa_aupdate_free()
63
unsigned pa_aupdate_read_begin(
pa_aupdate
*a) {
in pa_aupdate_read_begin()
79
void pa_aupdate_read_end(
pa_aupdate
*a) {
in pa_aupdate_read_end()
94
unsigned pa_aupdate_write_begin(
pa_aupdate
*a) {
in pa_aupdate_write_begin()
108
unsigned pa_aupdate_write_swap(
pa_aupdate
*a) {
in pa_aupdate_write_swap()
128
void pa_aupdate_write_end(
pa_aupdate
*
[all...]
H
A
D
memtrap.c
53
static
pa_aupdate
*aupdate;
/third_party/pulseaudio/src/modules/
H
A
D
module-equalizer-sink.c
115
pa_aupdate
**a_H;
1166
u->a_H = pa_xnew0(
pa_aupdate
*, u->channels);
in pa__init()
Completed in 5 milliseconds