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_avail
(Results
1 - 8
of
8
) sorted by relevance
/third_party/alsa-utils/axfer/
H
A
D
xfer-libasound-irq-rw.c
119
avail =
snd_pcm_avail
(state->handle);
in r_process_frames_blocking()
178
avail =
snd_pcm_avail
(state->handle);
in r_process_frames_nonblocking()
263
avail =
snd_pcm_avail
(state->handle);
in w_process_frames_blocking()
332
avail =
snd_pcm_avail
(state->handle);
in w_process_frames_nonblocking()
H
A
D
xfer-libasound-timer-mmap.c
188
avail =
snd_pcm_avail
(state->handle);
in timer_mmap_process_frames()
/third_party/pulseaudio/src/tests/
H
A
D
alsa-time-test.c
176
avail =
snd_pcm_avail
(pcm);
in main()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H
A
D
audio.c
308
try =
snd_pcm_avail
(vhd->pcm_playback);
in callback_audio()
/third_party/alsa-lib/test/
H
A
D
latency.c
505
avail =
snd_pcm_avail
(pcm);
in get_avail()
/third_party/alsa-lib/include/
H
A
D
pcm.h
560
snd_pcm_sframes_t
snd_pcm_avail
(snd_pcm_t *pcm);
/third_party/pulseaudio/src/modules/alsa/
H
A
D
alsa-util.c
1171
n =
snd_pcm_avail
(pcm);
in pa_alsa_safe_avail()
1183
pa_log_debug(ngettext("
snd_pcm_avail
() returned a value that is exceptionally large: %lu byte (%lu ms).\n"
in pa_alsa_safe_avail()
1185
"
snd_pcm_avail
() returned a value that is exceptionally large: %lu bytes (%lu ms).\n"
in pa_alsa_safe_avail()
1277
pa_log_debug(ngettext("
snd_pcm_avail
() returned a value that is exceptionally large: %lu byte (%lu ms).\n"
in pa_alsa_safe_delay()
1279
"
snd_pcm_avail
() returned a value that is exceptionally large: %lu bytes (%lu ms).\n"
in pa_alsa_safe_delay()
/third_party/alsa-lib/src/pcm/
H
A
D
pcm.c
424
use functions #
snd_pcm_avail
(), #snd_pcm_delay() or #snd_pcm_avail_delay().
427
The function #
snd_pcm_avail
() reads the current hardware pointer
441
The function #snd_pcm_avail_delay() combines #
snd_pcm_avail
() and
1142
* of the device, it should use #
snd_pcm_avail
*() functions. The
3038
* #
snd_pcm_avail
() .
3074
snd_pcm_sframes_t
snd_pcm_avail
(snd_pcm_t *pcm)
in snd_pcm_avail()
function
3095
* \brief Combine
snd_pcm_avail
and snd_pcm_delay functions
Completed in 32 milliseconds