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:autodetect_mtu
(Results
1 - 4
of
4
) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
module-bluez5-discover.c
39
"
autodetect_mtu
=<boolean>"
49
"
autodetect_mtu
",
64
bool
autodetect_mtu
;
member
89
char *args = pa_sprintf_malloc("path=%s
autodetect_mtu
=%i output_rate_refresh_interval_ms=%u"
in device_connection_changed_cb()
92
(int)u->
autodetect_mtu
,
in device_connection_changed_cb()
124
bool
autodetect_mtu
;
in pa__init()
local
153
autodetect_mtu
= false;
in pa__init()
154
if (pa_modargs_get_value_boolean(ma, "
autodetect_mtu
", &
autodetect_mtu
) < 0) {
in pa__init()
155
pa_log("Invalid boolean value for
autodetect_mtu
paramete
in pa__init()
[all...]
H
A
D
bluez5-util.h
145
bool
autodetect_mtu
;
member
H
A
D
module-bluez5-device.c
66
"
autodetect_mtu
=<boolean>"
78
"
autodetect_mtu
",
2736
bool
autodetect_mtu
, avrcp_absolute_volume;
in pa__init()
local
2769
autodetect_mtu
= false;
in pa__init()
2770
if (pa_modargs_get_value_boolean(ma, "
autodetect_mtu
", &
autodetect_mtu
) < 0) {
in pa__init()
2771
pa_log("Invalid boolean value for
autodetect_mtu
parameter");
in pa__init()
2775
u->device->
autodetect_mtu
=
autodetect_mtu
;
in pa__init()
H
A
D
backend-native.c
361
if (t->device->
autodetect_mtu
) {
in sco_acquire_cb()
Completed in 7 milliseconds