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:revents
(Results
1 - 12
of
12
) sorted by relevance
/drivers/peripheral/usb/ddk/host/src/
H
A
D
ddk_uevent_handle.c
177
fd.
revents
= 0;
in DdkUeventMain()
185
if (((uint32_t)fd.
revents
& POLLIN) == POLLIN) {
in DdkUeventMain()
193
} else if (((uint32_t)fd.
revents
& POLLERR) == POLLERR) {
in DdkUeventMain()
/drivers/peripheral/audio/hal/hdi_binder/server/src/
H
A
D
hdf_audio_input_event.c
99
if ((uint32_t)g_fdSets[i].
revents
& POLLIN) {
in AudioPnpInputPollAndRead()
H
A
D
hdf_audio_pnp_uevent.c
805
fd.
revents
= 0;
in AudioPnpUeventStart()
814
if (((uint32_t)fd.
revents
& POLLIN) == POLLIN) {
in AudioPnpUeventStart()
824
} else if (((uint32_t)fd.
revents
& POLLERR) == POLLERR) {
in AudioPnpUeventStart()
/drivers/peripheral/codec/hal/idl_service/src/
H
A
D
icodec_buffer.cpp
151
if (static_cast<uint32_t>(pollfds.
revents
) & (POLLERR | POLLNVAL)) {
in SyncWait()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H
A
D
icodec_buffer.cpp
105
if (static_cast<uint32_t>(pollfds.
revents
) & (POLLERR | POLLNVAL)) {
in SyncWait()
/drivers/hdf_core/framework/core/adapter/syscall/src/
H
A
D
hdf_syscall_adapter.c
213
pfdPtr[pfdCount].
revents
= 0;
in AssignPfds()
266
if ((((uint32_t)pfds[i].
revents
) & POLLIN) &&
in HdfDevEventListenTask()
269
} else if (((uint32_t)pfds[i].
revents
) & POLLHUP) {
in HdfDevEventListenTask()
272
} else if (((uint32_t)pfds[i].
revents
) & POLLNVAL) {
in HdfDevEventListenTask()
422
thread->pfds[index].
revents
= 0;
in HdfAddAdapterToPfds()
562
thread->pfds[index].
revents
= 0;
in HdfListenThreadPollAdd()
/drivers/peripheral/wlan/client/src/netlink/
H
A
D
netlink_event_adapter.c
557
} else if ((uint32_t)pollFds[EVENT_SOCKET_INDEX].
revents
& POLLERR) {
in EventThread()
560
} else if ((uint32_t)pollFds[EVENT_SOCKET_INDEX].
revents
& POLLIN) {
in EventThread()
565
} else if ((uint32_t)pollFds[CTRL_SOCKET_INDEX].
revents
& POLLIN) {
in EventThread()
/drivers/peripheral/usb/ddk/device/src/
H
A
D
adapter_if_liteos.c
844
if (pfds[i].
revents
& POLLIN) {
in Ep0Event()
851
} else if (pfds[i].
revents
& POLLOUT) {
in Ep0Event()
868
if ((pfds[i + event->ep0Num].
revents
& POLLIN)) {
in EpEvent()
914
pfds[i].
revents
= (uint32_t)handle_poll(pfds[i].fd, timeout);
in UsbFnAdapterPollEvent()
915
if (pfds[i].
revents
< 0) {
in UsbFnAdapterPollEvent()
H
A
D
adapter_if.c
1130
if ((uint32_t)pfds[i].
revents
& POLLIN) {
in Ep0Event()
1136
} else if ((uint32_t)pfds[i].
revents
& POLLOUT) {
in Ep0Event()
1150
if ((pfds[i + event->ep0Num].
revents
& POLLIN)) {
in EpEvent()
/drivers/peripheral/usb/ddk/device/include/
H
A
D
adapter_if.h
117
uint32_t
revents
;
member
/drivers/hdf_core/adapter/uhdf2/manager/src/
H
A
D
devmgr_uevent.c
552
if (((uint32_t)fd.
revents
& (POLLIN | POLLERR)) != 0) {
in DevMgrUeventThread()
555
if (((uint32_t)fd.
revents
& POLLERR) != 0) {
in DevMgrUeventThread()
/drivers/interface/display/composer/v1_0/display_command/
H
A
D
display_cmd_responser.h
1115
if (pollfds.
revents
& (POLLERR | POLLNVAL)) {
in WaitFence()
Completed in 12 milliseconds