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_rw
(Results
1 - 12
of
12
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_ioplug.c
654
if (pcm->
mmap_rw
)
in snd_pcm_ioplug_writei()
666
if (pcm->
mmap_rw
)
in snd_pcm_ioplug_writen()
678
if (pcm->
mmap_rw
)
in snd_pcm_ioplug_readi()
690
if (pcm->
mmap_rw
)
in snd_pcm_ioplug_readn()
996
mmap_rw
specifies whether the plugin behaves in the pseudo mmap mode.
1001
When poll_fd, poll_events and
mmap_rw
fields are changed after
1212
ioplug->pcm->
mmap_rw
= ioplug->
mmap_rw
;
in snd_pcm_ioplug_reinit_status()
1221
* Returns the mmap channel areas if available. When
mmap_rw
field is not set,
1226
if (ioplug->
mmap_rw
)
in snd_pcm_ioplug_mmap_areas()
[all...]
H
A
D
pcm_dsnoop.c
650
pcm->
mmap_rw
= 1;
in snd_pcm_dsnoop_open()
H
A
D
pcm_shm.c
750
pcm->
mmap_rw
= 1;
in snd_pcm_shm_open()
H
A
D
pcm_dshare.c
797
pcm->
mmap_rw
= 1;
in snd_pcm_dshare_open()
H
A
D
pcm_dmix.c
1093
pcm->
mmap_rw
= 1;
in snd_pcm_dmix_open()
H
A
D
pcm_meter.c
590
pcm->
mmap_rw
= 1;
in snd_pcm_meter_open()
H
A
D
pcm_local.h
238
unsigned int
mmap_rw
: 1; /* use always mmapped buffer */
member
H
A
D
pcm_multi.c
1141
pcm->
mmap_rw
= 1;
in snd_pcm_multi_open()
H
A
D
pcm_rate.c
1612
pcm->
mmap_rw
= 1;
in snd_pcm_rate_open()
H
A
D
pcm_share.c
1537
pcm->
mmap_rw
= 1;
in snd_pcm_share_open()
H
A
D
pcm_params.c
2453
if (pcm->
mmap_rw
||
in _snd_pcm_hw_params_internal()
/third_party/alsa-lib/include/
H
A
D
pcm_ioplug.h
98
unsigned int
mmap_rw
; /**< pseudo mmap mode */
member
221
/* update poll_fd and
mmap_rw
*/
224
/* get a mmap area (for
mmap_rw
only) */
Completed in 27 milliseconds