Home
last modified time | relevance | path

Searched refs:revents (Results 1 - 12 of 12) sorted by relevance

/drivers/peripheral/usb/ddk/host/src/
H A Dddk_uevent_handle.c177 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 Dhdf_audio_input_event.c99 if ((uint32_t)g_fdSets[i].revents & POLLIN) { in AudioPnpInputPollAndRead()
H A Dhdf_audio_pnp_uevent.c805 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 Dicodec_buffer.cpp151 if (static_cast<uint32_t>(pollfds.revents) & (POLLERR | POLLNVAL)) { in SyncWait()
/drivers/peripheral/codec/hal/v2.0/hdi_impl/src/
H A Dicodec_buffer.cpp105 if (static_cast<uint32_t>(pollfds.revents) & (POLLERR | POLLNVAL)) { in SyncWait()
/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c213 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 Dnetlink_event_adapter.c557 } 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 Dadapter_if_liteos.c844 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 Dadapter_if.c1130 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 Dadapter_if.h117 uint32_t revents; member
/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_uevent.c552 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 Ddisplay_cmd_responser.h1115 if (pollfds.revents & (POLLERR | POLLNVAL)) { in WaitFence()

Completed in 12 milliseconds