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:__snd_pcm_lock
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_file.c
542
__snd_pcm_lock
(pcm);
in snd_pcm_file_drain()
614
__snd_pcm_lock
(pcm);
in snd_pcm_file_writei()
632
__snd_pcm_lock
(pcm);
in snd_pcm_file_writen()
655
__snd_pcm_lock
(pcm);
in snd_pcm_file_readi()
679
__snd_pcm_lock
(pcm);
in snd_pcm_file_readn()
H
A
D
pcm.c
817
/* FIXME:
__snd_pcm_lock
() call below is commented out because of the
in snd_pcm_nonblock()
820
/*
__snd_pcm_lock
(pcm->op_arg); */ /* forced lock due to pcm field change */
in snd_pcm_nonblock()
1023
__snd_pcm_lock
(pcm->op_arg); /* forced lock due to pcm field change */
in snd_pcm_sw_params()
2907
__snd_pcm_lock
(pcm->fast_op_arg); /* forced lock */
in snd_pcm_wait()
2995
__snd_pcm_lock
(pcm->fast_op_arg);
in snd_pcm_wait_nocheck()
6372
__snd_pcm_lock
(pcm); /* forced lock due to pcm field changes */
in snd_pcm_sw_params_current()
7601
__snd_pcm_lock
(pcm->fast_op_arg); /* forced lock */
in snd_pcm_read_areas()
7675
__snd_pcm_lock
(pcm->fast_op_arg); /* forced lock */
in snd_pcm_write_areas()
H
A
D
pcm_local.h
1192
*
__snd_pcm_lock
() and __snd_pcm_unlock() are used to lock/unlock the plugin
1200
* Both
__snd_pcm_lock
() and snd_pcm_lock() (and their unlocks) wouldn't do
1203
static inline void
__snd_pcm_lock
(snd_pcm_t *pcm)
in __snd_pcm_lock()
function
1224
#define
__snd_pcm_lock
(pcm) do {} while (0)
macro
H
A
D
pcm_rate.c
1135
__snd_pcm_lock
(pcm);
in snd_pcm_rate_drain()
Completed in 19 milliseconds