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:conn_entry
(Results
1 - 1
of
1
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
protocol-dbus.c
608
struct connection_entry *
conn_entry
;
in register_object()
local
614
PA_HASHMAP_FOREACH(
conn_entry
, p->connections, state)
in register_object()
615
pa_assert_se(dbus_connection_register_object_path(
conn_entry
->connection, obj_entry->path, &vtable, p));
in register_object()
810
struct connection_entry *
conn_entry
;
in unregister_object()
local
816
PA_HASHMAP_FOREACH(
conn_entry
, p->connections, state)
in unregister_object()
817
pa_assert_se(dbus_connection_unregister_object_path(
conn_entry
->connection, obj_entry->path));
in unregister_object()
894
struct connection_entry *
conn_entry
;
in pa_dbus_protocol_register_connection()
local
905
conn_entry
= pa_xnew(struct connection_entry, 1);
in pa_dbus_protocol_register_connection()
906
conn_entry
->connection = dbus_connection_ref(conn);
in pa_dbus_protocol_register_connection()
907
conn_entry
in pa_dbus_protocol_register_connection()
942
struct connection_entry *
conn_entry
= NULL;
pa_dbus_protocol_unregister_connection()
local
961
struct connection_entry *
conn_entry
;
pa_dbus_protocol_get_client()
local
978
struct connection_entry *
conn_entry
= NULL;
pa_dbus_protocol_add_signal_listener()
local
1019
struct connection_entry *
conn_entry
= NULL;
pa_dbus_protocol_remove_signal_listener()
local
1039
struct connection_entry *
conn_entry
;
pa_dbus_protocol_send_signal()
local
[all...]
Completed in 3 milliseconds