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:mmap_emul
(Results
1 - 1
of
1
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_mmap_emul.c
44
unsigned int
mmap_emul
:1;
member
146
* Here, when the normal hw_params call fails, it turns on the
mmap_emul
149
* In
mmap_emul
mode, the appl_ptr and hw_ptr are handled individually
165
map->
mmap_emul
= 0;
in snd_pcm_mmap_emul_hw_params()
197
map->
mmap_emul
= 1;
in snd_pcm_mmap_emul_hw_params()
215
if (!map->
mmap_emul
)
in snd_pcm_mmap_emul_sw_params()
324
if (!map->
mmap_emul
)
in snd_pcm_mmap_emul_mmap_commit()
336
if (!map->
mmap_emul
|| pcm->stream == SND_PCM_STREAM_PLAYBACK)
in snd_pcm_mmap_emul_avail_update()
442
\section pcm_plugins_mmap_emul Plugin:
mmap_emul
446
type
mmap_emul
[all...]
Completed in 1 milliseconds