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:poll_events
(Results
1 - 25
of
49
) sorted by relevance
1
2
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_copy.c
211
pcm->
poll_events
= slave->
poll_events
;
in snd_pcm_copy_open()
H
A
D
pcm_lfloat.c
413
pcm->
poll_events
= slave->
poll_events
;
in snd_pcm_lfloat_open()
H
A
D
pcm_linear.c
457
pcm->
poll_events
= slave->
poll_events
;
in snd_pcm_linear_open()
H
A
D
pcm_mulaw.c
468
pcm->
poll_events
= slave->
poll_events
;
in snd_pcm_mulaw_open()
H
A
D
pcm_mmap_emul.c
430
pcm->
poll_events
= slave->
poll_events
;
in __snd_pcm_mmap_emul_open()
H
A
D
pcm_adpcm.c
580
pcm->
poll_events
= slave->
poll_events
;
in snd_pcm_adpcm_open()
H
A
D
pcm_alaw.c
455
pcm->
poll_events
= slave->
poll_events
;
in snd_pcm_alaw_open()
H
A
D
pcm_hooks.c
241
pcm->
poll_events
= slave->
poll_events
;
in snd_pcm_hooks_open()
H
A
D
pcm_iec958.c
623
pcm->
poll_events
= slave->
poll_events
;
in snd_pcm_iec958_open()
H
A
D
pcm_extplug.c
734
pcm->
poll_events
= spcm->
poll_events
;
in snd_pcm_extplug_create()
H
A
D
pcm_ioplug.c
803
pfds->events = pcm->
poll_events
| POLLERR | POLLNVAL;
in snd_pcm_ioplug_poll_descriptors()
989
flags field specifies the optional bit-flags. poll_fd and
poll_events
994
table. Then the poll_fd and
poll_events
field are ignored.
1001
When poll_fd,
poll_events
and mmap_rw fields are changed after
1207
ioplug->pcm->
poll_events
= ioplug->
poll_events
;
in snd_pcm_ioplug_reinit_status()
H
A
D
pcm_null.c
417
pcm->
poll_events
= stream == SND_PCM_STREAM_PLAYBACK ? POLLOUT : POLLIN;
in snd_pcm_null_open()
H
A
D
pcm_meter.c
596
pcm->
poll_events
= slave->
poll_events
;
in snd_pcm_meter_open()
H
A
D
pcm_plug.c
1194
pcm->
poll_events
= slave->
poll_events
;
in snd_pcm_plug_open()
H
A
D
pcm_route.c
1055
pcm->
poll_events
= slave->
poll_events
;
in snd_pcm_route_open()
H
A
D
pcm_softvol.c
970
pcm->
poll_events
= slave->
poll_events
;
in snd_pcm_softvol_open()
H
A
D
pcm_file.c
959
pcm->
poll_events
= slave->
poll_events
;
in snd_pcm_file_open()
H
A
D
pcm_hw.c
241
pfds[0].events = pcm->
poll_events
| POLLERR | POLLNVAL;
in snd_pcm_hw_poll_descriptors()
257
events |= pcm->
poll_events
& ~(POLLERR|POLLNVAL);
in snd_pcm_hw_poll_revents()
1718
pcm->
poll_events
= info.stream == SND_PCM_STREAM_PLAYBACK ? POLLOUT : POLLIN;
in snd_pcm_hw_open_fd()
H
A
D
pcm_dsnoop.c
648
pcm->
poll_events
= POLLIN; /* it's different than other plugins */
in snd_pcm_dsnoop_open()
H
A
D
pcm_shm.c
760
pcm->
poll_events
= stream == SND_PCM_STREAM_PLAYBACK ? POLLOUT : POLLIN;
in snd_pcm_shm_open()
H
A
D
pcm_dshare.c
795
pcm->
poll_events
= POLLIN; /* it's different than other plugins */
in snd_pcm_dshare_open()
/third_party/alsa-lib/include/
H
A
D
pcm_ioplug.h
97
unsigned int
poll_events
; /**< poll events */
member
/third_party/libfuse/include/
H
A
D
fuse_common.h
113
uint32_t
poll_events
;
member
/third_party/ltp/include/lapi/
H
A
D
io_uring.h
48
uint16_t
poll_events
;
member
/third_party/rust/crates/rustix/src/
H
A
D
io_uring.rs
717
pub
poll_events
: u16,
Completed in 30 milliseconds
1
2