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_state
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_local.h
454
static inline snd_pcm_state_t
__snd_pcm_state
(snd_pcm_t *pcm)
in __snd_pcm_state()
function
479
switch (
__snd_pcm_state
(pcm)) {
in snd_pcm_check_error()
602
__snd_pcm_state
(pcm) != SND_PCM_STATE_RUNNING)
in snd_pcm_mmap_areas()
H
A
D
pcm.c
1089
state =
__snd_pcm_state
(pcm);
in snd_pcm_state()
2920
if (
__snd_pcm_state
(pcm) != SND_PCM_STATE_DRAINING &&
in __snd_pcm_wait_in_lock()
2923
err = pcm_state_to_error(
__snd_pcm_state
(pcm));
in __snd_pcm_wait_in_lock()
3008
err = pcm_state_to_error(
__snd_pcm_state
(pcm));
in snd_pcm_wait_nocheck()
7606
state =
__snd_pcm_state
(pcm);
in snd_pcm_read_areas()
7680
state =
__snd_pcm_state
(pcm);
in snd_pcm_write_areas()
7736
state =
__snd_pcm_state
(pcm);
in snd_pcm_write_areas()
H
A
D
pcm_direct.c
741
/* using
__snd_pcm_state
() since this function is called inside lock */
742
switch (
__snd_pcm_state
(pcm)) {
791
switch (
__snd_pcm_state
(pcm)) {
H
A
D
pcm_route.c
891
if (
__snd_pcm_state
(pcm) != SND_PCM_STATE_PREPARED)
in route_chmap_init()
Completed in 18 milliseconds