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:profile_is_sticky
(Results
1 - 4
of
4
) sorted by relevance
/third_party/pulseaudio/src/modules/
H
A
D
module-card-restore.c
83
bool
profile_is_sticky
; /* since version 5; must be restored together with profile name */
member
157
entry->
profile_is_sticky
= card->
profile_is_sticky
;
in entry_from_card()
158
if (card->save_profile || entry->
profile_is_sticky
)
in entry_from_card()
199
if (a->
profile_is_sticky
!= b->
profile_is_sticky
)
in entrys_equal()
230
pa_tagstruct_put_boolean(t, e->
profile_is_sticky
);
in entry_write()
358
bool
profile_is_sticky
;
in entry_read()
local
359
if (pa_tagstruct_get_boolean(t, &
profile_is_sticky
) < 0)
in entry_read()
362
e->
profile_is_sticky
in entry_read()
[all...]
H
A
D
module-switch-on-port-available.c
140
if (port->card->
profile_is_sticky
) {
in try_to_switch_profile()
399
if (card->
profile_is_sticky
) {
in card_profile_available_hook_callback()
/third_party/pulseaudio/src/pulsecore/
H
A
D
card.c
240
card->
profile_is_sticky
= false;
in pa_card_choose_initial_profile()
331
static int card_set_profile_is_sticky(pa_card *c, bool
profile_is_sticky
) {
in card_set_profile_is_sticky()
argument
334
if (c->
profile_is_sticky
==
profile_is_sticky
)
in card_set_profile_is_sticky()
337
pa_log_debug("%s:
profile_is_sticky
: %s -> %s",
in card_set_profile_is_sticky()
338
c->name, pa_yes_no(c->
profile_is_sticky
), pa_yes_no(
profile_is_sticky
));
in card_set_profile_is_sticky()
340
c->
profile_is_sticky
=
profile_is_sticky
;
in card_set_profile_is_sticky()
490
pa_json_encoder_add_element_bool(encoder, c->
profile_is_sticky
);
in card_message_handler()
[all...]
H
A
D
card.h
86
bool
profile_is_sticky
:1;
member
Completed in 4 milliseconds