OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLLIN
(Results
151 - 175
of
280
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libpcap/tests/
selpolltest.c
195
fd.events =
POLLIN
;
209
if (fd.revents &
POLLIN
)
/external/openssl/crypto/rand/
rand_unix.c
308
pset.events =
POLLIN
;
314
try_read = (pset.revents &
POLLIN
) != 0;
/external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c
152
pfd.events =
POLLIN
;
159
if ((pfd.revents &
POLLIN
) == 0)
/system/core/liblog/
log_read_kern.c
553
p->events =
POLLIN
;
586
if ((*(logger->revents) &
POLLIN
)
596
if ((*(logger->revents) &
POLLIN
)
598
*(logger->revents) &= ~
POLLIN
;
609
if (!(*(logger->revents) &
POLLIN
)) {
/hardware/qcom/audio/legacy/alsa_sound/
AudioUsbALSA.cpp
417
pfdUsbRecording[0].events =
POLLIN
;
693
if (pfdProxyPlayback[1].revents &
POLLIN
) {
736
if (pfdUsbPlayback[1].revents &
POLLIN
) {
812
pfdUsbPlayback[0].events =
POLLIN
;
815
pfdUsbPlayback[1].events = (
POLLIN
| POLLOUT | POLLERR | POLLNVAL | POLLHUP);
833
pfdProxyPlayback[0].events = (
POLLIN
); // | POLLERR | POLLNVAL);
836
pfdProxyPlayback[1].events = (
POLLIN
| POLLOUT| POLLERR | POLLNVAL);
[
all
...]
/device/lge/mako/camera/mm-camera-interface/
mm_camera_poll_thread.c
125
(fds[i].revents &
POLLIN
) &&
265
fds[i].events =
POLLIN
|POLLRDNORM|POLLPRI;
270
if((fds[0].revents &
POLLIN
) && (fds[0].revents & POLLRDNORM))
/external/bluetooth/bluedroid/udrv/ulinux/
uipc.c
181
pfd.events =
POLLIN
;
380
pfd.events =
POLLIN
|POLLHUP;
765
pfd.events =
POLLIN
|POLLHUP;
/hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp
283
} else if (events &
POLLIN
) {
305
pfd.events =
POLLIN
;
317
} else if (pfd.revents & (
POLLIN
| POLLHUP | POLLERR)) {
/device/htc/flounder/audio/soundtrigger/
sound_trigger_hw.c
274
fds[0].events =
POLLIN
;
280
fds[1].events =
POLLIN
;
295
if (fds[0].revents &
POLLIN
) {
323
} else if (fds[1].revents &
POLLIN
) {
/device/htc/flounder/sensor_hub/libsensors/
sensors.cpp
655
mPollFds[cwmcu].events =
POLLIN
;
666
mPollFds[wake].events =
POLLIN
;
705
if ((mPollFds[i].revents &
POLLIN
) || (sensor->hasPendingEvents())) {
728
if (mPollFds[wake].revents &
POLLIN
) {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
node.cc
63
return
POLLIN
| POLLOUT;
/external/chromium_org/net/test/spawned_test_server/
local_test_server_posix.cc
71
poll_fds[0].events =
POLLIN
| POLLPRI;
/external/netcat/
netcat.c
772
pfd[0].events =
POLLIN
;
776
pfd[1].events =
POLLIN
;
790
if (pfd[0].revents &
POLLIN
) {
805
if (!dflag && pfd[1].revents &
POLLIN
) {
/external/tinycompress/
compress.c
427
fds.events =
POLLIN
;
450
if (fds.revents &
POLLIN
) {
616
fds.events = POLLOUT |
POLLIN
;
622
if (fds.revents & (POLLOUT |
POLLIN
))
/system/core/toolbox/
getevent.c
386
ufds[nfds].events =
POLLIN
;
595
ufds[0].events =
POLLIN
;
639
if(ufds[0].revents &
POLLIN
) {
644
if(ufds[i].revents &
POLLIN
) {
/external/chromium_org/third_party/libevent/
evport.c
107
#define FDI_TO_SYSEVENTS(fdi) (FDI_HAS_READ(fdi) ?
POLLIN
: 0) | \
365
if (pevt->portev_events &
POLLIN
)
/external/dhcpcd/
eloop.c
337
fds[nfds].events =
POLLIN
;
356
if (!(fds[i].revents & (
POLLIN
| POLLHUP)))
/external/mtpd/
mtpd.c
185
pollfds[0].events =
POLLIN
;
187
pollfds[1].events =
POLLIN
;
/system/core/adf/libadfhwc/
adfhwc.cpp
213
fds[i].events =
POLLIN
| POLLPRI;
221
if (fds[i].revents & (
POLLIN
| POLLPRI))
/external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c
66
if (events &
POLLIN
) APPL_TRACE_DEBUG( "
POLLIN
"); \
79
#define IS_READ(e) ((e) &
POLLIN
)
403
pevents |=
POLLIN
;
/external/chromium_org/content/browser/renderer_host/
sandbox_ipc_linux.cc
152
pfds[0].events =
POLLIN
;
154
pfds[1].events =
POLLIN
;
185
if (pfds[1].revents &
POLLIN
) {
/hardware/libhardware_legacy/wifi/
wifi.c
625
rfds[0].events |=
POLLIN
;
627
rfds[1].events |=
POLLIN
;
643
if (rfds[0].revents &
POLLIN
) {
/external/android-clat/
clatd.c
379
{ tunnel->read_fd6,
POLLIN
, 0 },
380
{ tunnel->fd4,
POLLIN
, 0 },
/external/bluetooth/bluedroid/btif/co/
bta_hh_co.c
171
pfds[0].events =
POLLIN
;
179
if (pfds[0].revents &
POLLIN
) {
180
APPL_TRACE_DEBUG("btif_hh_poll_event_thread:
POLLIN
");
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
tcp_node.cc
401
Error err = wait.WaitOnEvent(
POLLIN
, ms);
412
emitter_->ClearEvents_Locked(
POLLIN
);
Completed in 1019 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>