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:sinks_by_path
(Results
1 - 1
of
1
) sorted by relevance
/third_party/pulseaudio/src/modules/dbus/
H
A
D
iface-core.c
99
pa_hashmap *
sinks_by_path
;
member
719
if (!(fallback_sink = pa_hashmap_get(c->
sinks_by_path
, object_path))) {
in handle_set_fallback_sink()
1704
pa_assert_se(pa_hashmap_put(c->
sinks_by_path
, (char *) object_path, d) >= 0);
in create_dbus_object_for_sink()
2073
pa_assert_se(pa_hashmap_remove(c->
sinks_by_path
, object_path));
in sink_unlink_cb()
2192
c->
sinks_by_path
= pa_hashmap_new(pa_idxset_string_hash_func, pa_idxset_string_compare_func);
in pa_dbusiface_core_new()
2260
pa_hashmap_put(c->
sinks_by_path
, (char *) pa_dbusiface_device_get_path(device), device);
in pa_dbusiface_core_new()
2297
pa_hashmap_free(c->
sinks_by_path
);
in pa_dbusiface_core_free()
2393
device = pa_hashmap_get(c->
sinks_by_path
, object_path);
in pa_dbusiface_core_get_sink()
Completed in 6 milliseconds