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:can_be_supported
(Results
1 - 7
of
7
) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
a2dp-codec-ldac-gst.c
36
static bool
can_be_supported
(bool for_encoding) {
in can_be_supported()
function
437
.
can_be_supported
=
can_be_supported
,
460
.
can_be_supported
=
can_be_supported
,
483
.
can_be_supported
=
can_be_supported
,
H
A
D
a2dp-codec-sbc.c
59
static bool
can_be_supported
(bool for_encoding) {
in can_be_supported()
function
930
.
can_be_supported
=
can_be_supported
,
968
.
can_be_supported
=
can_be_supported
,
993
.
can_be_supported
=
can_be_supported
,
1018
.
can_be_supported
=
can_be_supported
,
H
A
D
a2dp-codec-aptx-gst.c
36
static bool
can_be_supported
(bool for_encoding) {
in can_be_supported()
function
560
.
can_be_supported
=
can_be_supported
,
584
.
can_be_supported
=
can_be_supported
,
H
A
D
a2dp-codec-api.h
49
bool (*
can_be_supported
)(bool for_encoding);
member
H
A
D
a2dp-codec-util.c
136
&& conf->
can_be_supported
(is_a2dp_sink))
in pa_bluetooth_a2dp_codec_is_available()
H
A
D
bluez5-util.c
2826
if (endpoint_conf->
can_be_supported
(false)) {
in object_manager_handler()
2835
if (endpoint_conf->
can_be_supported
(true)) {
in object_manager_handler()
2940
if (endpoint_conf->
can_be_supported
(false)) {
in pa_bluetooth_discovery_get()
2946
if (endpoint_conf->
can_be_supported
(true)) {
in pa_bluetooth_discovery_get()
3031
if (endpoint_conf->
can_be_supported
(false)) {
in pa_bluetooth_discovery_unref()
3037
if (endpoint_conf->
can_be_supported
(true)) {
in pa_bluetooth_discovery_unref()
H
A
D
module-bluez5-device.c
2532
if (endpoint_conf->
can_be_supported
(is_a2dp_sink)) {
in list_codecs()
2635
if (!endpoint_conf->
can_be_supported
(is_a2dp_sink)) {
in bluez5_device_message_handler()
Completed in 13 milliseconds