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:namereg
(Results
1 - 25
of
45
) sorted by relevance
1
2
/third_party/pulseaudio/src/pulsecore/
H
A
D
namereg.c
37
#include "
namereg
.h"
130
if ((e = pa_hashmap_get(c->
namereg
, name)) && fail) {
in pa_namereg_register()
150
if (!(e = pa_hashmap_get(c->
namereg
, k)))
in pa_namereg_register()
169
pa_assert_se(pa_hashmap_put(c->
namereg
, e->name, e) >= 0);
in pa_namereg_register()
180
pa_assert_se(e = pa_hashmap_remove(c->
namereg
, name));
in pa_namereg_unregister()
210
if ((e = pa_hashmap_get(c->
namereg
, name)))
in pa_namereg_get()
H
A
D
core.c
149
c->
namereg
= pa_hashmap_new(pa_idxset_string_hash_func, pa_idxset_string_compare_func);
in pa_core_new()
246
pa_assert(pa_hashmap_isempty(c->
namereg
));
in core_free()
247
pa_hashmap_free(c->
namereg
);
in core_free()
H
A
D
core.h
169
pa_hashmap *
namereg
, *shared, *message_handlers;
member
H
A
D
card.c
35
#include <pulsecore/
namereg
.h>
H
A
D
core-scache.c
53
#include <pulsecore/
namereg
.h>
H
A
D
cli-text.c
39
#include <pulsecore/
namereg
.h>
H
A
D
protocol-http.c
38
#include <pulsecore/
namereg
.h>
/third_party/pulseaudio/src/modules/
H
A
D
module-rescue-streams.c
28
#include <pulsecore/
namereg
.h>
H
A
D
module-sine.c
31
#include <pulsecore/
namereg
.h>
H
A
D
module-switch-on-connect.c
33
#include <pulsecore/
namereg
.h>
H
A
D
module-default-device-restore.c
34
#include <pulsecore/
namereg
.h>
H
A
D
module-mmkbd-evdev.c
38
#include <pulsecore/
namereg
.h>
H
A
D
module-lirc.c
33
#include <pulsecore/
namereg
.h>
H
A
D
module-allow-passthrough.c
34
#include <pulsecore/
namereg
.h>
H
A
D
module-zeroconf-discover.c
42
#include <pulsecore/
namereg
.h>
H
A
D
module-intended-roles.c
32
#include <pulsecore/
namereg
.h>
H
A
D
module-remap-sink.c
26
#include <pulsecore/
namereg
.h>
H
A
D
module-remap-source.c
31
#include <pulsecore/
namereg
.h>
H
A
D
module-virtual-source.c
31
#include <pulsecore/
namereg
.h>
H
A
D
module-udev-detect.c
35
#include <pulsecore/
namereg
.h>
H
A
D
module-virtual-sink.c
29
#include <pulsecore/
namereg
.h>
H
A
D
module-card-restore.c
43
#include <pulsecore/
namereg
.h>
/third_party/pulseaudio/src/modules/raop/
H
A
D
module-raop-discover.c
43
#include <pulsecore/
namereg
.h>
/third_party/pulseaudio/src/modules/rtp/
H
A
D
module-rtp-send.c
43
#include <pulsecore/
namereg
.h>
/third_party/pulseaudio/src/modules/dbus/
H
A
D
iface-sample.c
26
#include <pulsecore/
namereg
.h>
Completed in 19 milliseconds
1
2