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:hf_audio_card
(Results
1 - 1
of
1
) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
backend-ofono.c
62
struct
hf_audio_card
{
struct
70
int (*acquire)(struct
hf_audio_card
*card);
158
static DBusMessage *card_send(struct
hf_audio_card
*card, const char *method, DBusError *err)
in card_send()
170
static int card_connect(struct
hf_audio_card
*card) {
in card_connect()
197
static int card_acquire(struct
hf_audio_card
*card) {
in card_acquire()
249
static pa_hook_result_t device_unlink_cb(pa_bluetooth_discovery *y, const pa_bluetooth_device *d, struct
hf_audio_card
*card) {
in device_unlink_cb()
261
static struct
hf_audio_card
*hf_audio_card_new(pa_bluetooth_backend *backend, const char *path) {
in hf_audio_card_new()
262
struct
hf_audio_card
*card = pa_xnew0(struct
hf_audio_card
, 1);
in hf_audio_card_new()
275
static void hf_audio_card_free(struct
hf_audio_card
*car
[all...]
Completed in 2 milliseconds