Home
last modified time | relevance | path

Searched refs:pollfds (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/codec/hal/idl_service/src/
H A Dicodec_buffer.cpp139 struct pollfd pollfds = {0}; in SyncWait() local
140 pollfds.fd = fd; in SyncWait()
141 pollfds.events = POLLIN; in SyncWait()
144 retCode = poll(&pollfds, 1, timeout); in SyncWait()
151 if (static_cast<uint32_t>(pollfds.revents) & (POLLERR | POLLNVAL)) { in SyncWait()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dicodec_buffer.cpp93 struct pollfd pollfds = {0}; in SyncWait() local
94 pollfds.fd = fd; in SyncWait()
95 pollfds.events = POLLIN; in SyncWait()
98 retCode = poll(&pollfds, 1, timeout); in SyncWait()
105 if (static_cast<uint32_t>(pollfds.revents) & (POLLERR | POLLNVAL)) { in SyncWait()
/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_responser.h1102 struct pollfd pollfds = {0}; in WaitFence() local
1103 pollfds.fd = fence; in WaitFence()
1104 pollfds.events = POLLIN; in WaitFence()
1107 retCode = poll(&pollfds, 1, timeout); in WaitFence()
1115 if (pollfds.revents & (POLLERR | POLLNVAL)) { in WaitFence()

Completed in 3 milliseconds