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_simple_options
(Results
1 - 4
of
4
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
protocol-simple.h
30
typedef struct
pa_simple_options
{
struct
42
}
pa_simple_options
;
typedef
47
void pa_simple_protocol_connect(pa_simple_protocol *p, pa_iochannel *io,
pa_simple_options
*o);
50
pa_simple_options
* pa_simple_options_new(void);
51
pa_simple_options
* pa_simple_options_ref(
pa_simple_options
*o);
52
void pa_simple_options_unref(
pa_simple_options
*o);
53
int pa_simple_options_parse(
pa_simple_options
*o, pa_core *c, pa_modargs *ma);
H
A
D
protocol-simple.c
51
pa_simple_options
*options;
474
void pa_simple_protocol_connect(pa_simple_protocol *p, pa_iochannel *io,
pa_simple_options
*o) {
in pa_simple_protocol_connect()
697
pa_simple_options
* pa_simple_options_new(void) {
in pa_simple_options_new()
698
pa_simple_options
*o;
in pa_simple_options_new()
700
o = pa_xnew0(
pa_simple_options
, 1);
in pa_simple_options_new()
709
pa_simple_options
* pa_simple_options_ref(
pa_simple_options
*o) {
in pa_simple_options_ref()
718
void pa_simple_options_unref(
pa_simple_options
*o) {
in pa_simple_options_unref()
731
int pa_simple_options_parse(
pa_simple_options
*o, pa_core *c, pa_modargs *ma) {
in pa_simple_options_parse()
/third_party/pulseaudio/src/modules/
H
A
D
ohos_module-protocol-stub.c
164
pa_simple_options
*simple_options;
H
A
D
module-protocol-stub.c
164
pa_simple_options
*simple_options;
Completed in 4 milliseconds