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:profiles2
(Results
1 - 3
of
3
) sorted by relevance
/third_party/pulseaudio/src/pulse/
H
A
D
introspect.c
788
pa_xfree(i->
profiles2
[j]);
in card_info_free()
790
pa_xfree(i->
profiles2
);
in card_info_free()
800
if (i->ports[j]->
profiles2
)
in card_info_free()
801
pa_xfree(i->ports[j]->
profiles2
);
in card_info_free()
854
port->
profiles2
= pa_xnew0(pa_card_profile_info2*, i->n_profiles+1);
in fill_card_port_info()
865
port->
profiles2
[k] = i->
profiles2
[l];
in fill_card_port_info()
896
i->
profiles2
= pa_xnew0(pa_card_profile_info2*, i->n_profiles+1);
in fill_card_profile_info()
906
i->
profiles2
[j] = pa_xnew0(pa_card_profile_info2, 1);
in fill_card_profile_info()
907
i->
profiles2
[
in fill_card_profile_info()
[all...]
H
A
D
introspect.h
574
pa_card_profile_info** profiles; /**< \deprecated Superseded by
profiles2
*/
577
pa_card_profile_info2**
profiles2
; /**< Array of pointers to available profiles, or NULL. Array is terminated by an entry set to NULL. \since 5.0 */
member
609
pa_card_profile_info* profiles; /**< \deprecated Superseded by
profiles2
*/
614
pa_card_profile_info2**
profiles2
; /**< Array of pointers to available profiles, or NULL. Array is terminated by an entry set to NULL. \since 5.0 */
member
/third_party/pulseaudio/src/utils/
H
A
D
pactl.c
1077
const char* pa_card_profile_info_2_to_json_object(pa_card_profile_info2 **
profiles2
) {
in pa_card_profile_info_2_to_json_object()
argument
1079
if (!
profiles2
) {
in pa_card_profile_info_2_to_json_object()
1088
for (p =
profiles2
; *p; p++) {
in pa_card_profile_info_2_to_json_object()
1222
pa_json_encoder_add_member_raw_json(encoder, "profiles", i->n_profiles > 0 ? pa_card_profile_info_2_to_json_object(i->
profiles2
) : "{}");
in get_card_info_callback()
1246
for (p = i->
profiles2
; *p; p++)
in get_card_info_callback()
Completed in 16 milliseconds