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:last_appl_ptr
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_dmix.c
321
*
last_appl_ptr
keeps the last updated position
in snd_pcm_dmix_sync_area()
323
size = pcm_frame_diff2(dmix->appl_ptr, dmix->
last_appl_ptr
, pcm->boundary);
in snd_pcm_dmix_sync_area()
334
dmix->
last_appl_ptr
+= transfer;
in snd_pcm_dmix_sync_area()
335
dmix->
last_appl_ptr
%= pcm->boundary;
in snd_pcm_dmix_sync_area()
338
size = pcm_frame_diff2(dmix->appl_ptr, dmix->
last_appl_ptr
, pcm->boundary);
in snd_pcm_dmix_sync_area()
361
appl_ptr = dmix->
last_appl_ptr
% pcm->buffer_size;
in snd_pcm_dmix_sync_area()
362
dmix->
last_appl_ptr
+= size;
in snd_pcm_dmix_sync_area()
363
dmix->
last_appl_ptr
%= pcm->boundary;
in snd_pcm_dmix_sync_area()
534
dmix->appl_ptr = dmix->
last_appl_ptr
= dmix->hw_ptr;
in snd_pcm_dmix_reset()
686
/* (appl_ptr -
last_appl_ptr
) indicate
in snd_pcm_dmix_rewind()
[all...]
H
A
D
pcm_dshare.c
116
size = pcm_frame_diff(dshare->appl_ptr, dshare->
last_appl_ptr
, pcm->boundary);
in snd_pcm_dshare_sync_area()
136
appl_ptr = dshare->
last_appl_ptr
% pcm->buffer_size;
in snd_pcm_dshare_sync_area()
137
dshare->
last_appl_ptr
+= size;
in snd_pcm_dshare_sync_area()
138
dshare->
last_appl_ptr
%= pcm->boundary;
in snd_pcm_dshare_sync_area()
308
dshare->appl_ptr = dshare->
last_appl_ptr
= dshare->hw_ptr;
in snd_pcm_dshare_reset()
H
A
D
pcm_direct.h
143
snd_pcm_uframes_t
last_appl_ptr
;
member
H
A
D
pcm_direct.c
1138
dmix->appl_ptr = dmix->
last_appl_ptr
= 0;
Completed in 8 milliseconds