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:get_role_index
(Results
1 - 1
of
1
) sorted by relevance
/third_party/pulseaudio/src/modules/
H
A
D
module-device-manager.c
547
static uint32_t
get_role_index
(const char* role) {
in get_role_index()
function
678
role_index =
get_role_index
("none");
in route_sink_input()
680
role_index =
get_role_index
(role);
in route_sink_input()
753
role_index =
get_role_index
("none");
in route_source_output()
755
role_index =
get_role_index
(role);
in route_source_output()
987
role_index =
get_role_index
("none");
in sink_input_new_hook_callback()
989
role_index =
get_role_index
(role);
in sink_input_new_hook_callback()
1027
role_index =
get_role_index
("none");
in source_output_new_hook_callback()
1029
role_index =
get_role_index
(role);
in source_output_new_hook_callback()
1329
if (PA_INVALID_INDEX == (role_index =
get_role_index
(rol
in extension_cb()
[all...]
Completed in 3 milliseconds