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:do_shm
(Results
1 - 3
of
3
) sorted by relevance
/third_party/pulseaudio/src/pulse/
H
A
D
context.c
543
if (c->
do_shm
)
in setup_complete_callback()
545
c->
do_shm
= false;
in setup_complete_callback()
547
if (c->
do_shm
) {
in setup_complete_callback()
556
c->
do_shm
= false;
in setup_complete_callback()
560
pa_log_debug("Negotiated SHM: %s", pa_yes_no(c->
do_shm
));
in setup_complete_callback()
561
pa_pstream_enable_shm(c->pstream, c->
do_shm
);
in setup_complete_callback()
564
if (c->
do_shm
) {
in setup_complete_callback()
643
c->
do_shm
=
in setup_context()
647
pa_log_debug("SHM possible: %s", pa_yes_no(c->
do_shm
));
in setup_context()
652
pa_tagstruct_putu32(t, PA_PROTOCOL_VERSION | (c->
do_shm
in setup_context()
[all...]
H
A
D
internal.h
106
bool
do_shm
:1;
member
/third_party/pulseaudio/src/pulsecore/
H
A
D
protocol-native.c
2428
bool shm_on_remote = false,
do_shm
;
in command_auth()
local
2528
do_shm
=
in command_auth()
2532
pa_log_debug("SHM possible: %s", pa_yes_no(
do_shm
));
in command_auth()
2534
if (
do_shm
)
in command_auth()
2536
do_shm
= false;
in command_auth()
2539
if (
do_shm
) {
in command_auth()
2546
do_shm
= false;
in command_auth()
2550
pa_log_debug("Negotiated SHM: %s", pa_yes_no(
do_shm
));
in command_auth()
2551
pa_pstream_enable_shm(c->pstream,
do_shm
);
in command_auth()
2560
c->version >= 32 &&
do_shm
in command_auth()
[all...]
Completed in 8 milliseconds