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:n_devices
(Results
1 - 4
of
4
) sorted by relevance
/third_party/pulseaudio/src/modules/
H
A
D
module-device-manager.c
1313
uint32_t role_index,
n_devices
;
in extension_cb()
local
1325
pa_tagstruct_getu32(t, &
n_devices
) < 0 ||
in extension_cb()
1326
n_devices
< 1)
in extension_cb()
1336
for (i = 0; i <
n_devices
; ++i) {
in extension_cb()
1438
n_devices
= pa_hashmap_size(h);
in extension_cb()
1439
devices = pa_xnew(struct device_t *,
n_devices
);
in extension_cb()
1447
for (i = 0; i <
n_devices
; ++i) {
in extension_cb()
1448
for (uint32_t j = i; j <
n_devices
; ++j) {
in extension_cb()
1459
for (i = 0; i <
n_devices
; ++i) {
in extension_cb()
1466
for (i = 0; i <
n_devices
;
in extension_cb()
[all...]
/third_party/backends/backend/
H
A
D
snapscan.c
205
static SANE_Int
n_devices
= 0; /* the device count */
variable
513
n_devices
++;
in snapscani_init_device_structure()
712
n_devices
= 0;
in sane_init()
806
n_devices
= 0;
in sane_exit()
825
(const SANE_Device **) malloc ((
n_devices
+ 1) * sizeof (SANE_Device *));
in sane_get_devices()
H
A
D
hp4200.c
114
static int
n_devices
= 0; /* the device count */
variable
2348
n_devices
++;
in add_device()
2444
n_devices
= 0;
in sane_exit()
2463
malloc ((
n_devices
+ 1) * sizeof (SANE_Device *));
in sane_get_devices()
/third_party/pulseaudio/src/modules/alsa/
H
A
D
alsa-ucm.c
92
pa_alsa_ucm_device **devices, unsigned
n_devices
);
2318
pa_alsa_ucm_device **devices, unsigned
n_devices
) {
in ucm_port_data_init()
2330
for (i = 0; i <
n_devices
; i++) {
in ucm_port_data_init()
2317
ucm_port_data_init(pa_alsa_ucm_port_data *port, pa_alsa_ucm_config *ucm, pa_device_port *core_port, pa_alsa_ucm_device **devices, unsigned
n_devices
)
ucm_port_data_init()
argument
Completed in 12 milliseconds